Arma 3
API pentru [ ITA ] =BTC= Black Templars Clan - discord.blacktemplars.it
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/2707015json
{
"response": {
"steam_id": "90284416446220315",
"domain": null,
"id": 2707015,
"ip": "188.40.128.76",
"port": 2302,
"query": 2303,
"color": 0,
"city": "Falkenstein",
"description": "",
"game": 107410,
"owner": 61748,
"boosts": 1,
"last_offline": 1776190317,
"score": null,
"last_online": 1776438024,
"icon": null,
"name": "[ ITA ] =BTC= Black Templars Clan - discord.blacktemplars.it",
"connect": "188.40.128.76:2302",
"request": "188.40.128.76:2303",
"map": "takistan",
"gamemode": "=BTC= Operation Dusk Raiders",
"version": "2.20.153576",
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": false,
"private": true,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1706198080,
"last_update": 1776438024,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 32,
"language": "de",
"parked": false,
"app": {
"id": 61,
"steam_id": 107410,
"name": "Arma 3",
"url": "arma-3"
},
"server_owner": {
"username": "ram86",
"avatar": "4ecbc6bb-e83c-42ef-811c-a9c882c0db08.jpg",
"last_online": 1745569850
},
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/2707015");
$data = json_decode($json, true);
var_dump($data);