API для [D.T.B] FILA DOMINATED BRASIL
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "HLstatsX:CE,alltalk,increased_maxplayers",
"os": "l",
"product": "dod",
"region": 2,
"steam_id": "90289736320355335",
"domain": null,
"id": 12084177,
"ip": "177.54.152.30",
"port": 27015,
"query": 27015,
"project_id": null,
"color": 0,
"city": "São Paulo",
"description": null,
"game": 300,
"owner": null,
"boosts": 1,
"last_offline": 1784580312,
"last_online": 1785661800,
"icon": null,
"name": "[D.T.B] FILA DOMINATED BRASIL",
"connect": "177.54.152.30:27015",
"request": "177.54.152.30:27015",
"map": "dod_kiruna",
"gamemode": null,
"version": "9540945",
"numplayers": 0,
"maxplayers": 33,
"bots": 0,
"secured": true,
"private": null,
"country": "BR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1783800799,
"last_update": 1785661800,
"ban_reason": null,
"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": 141,
"language": "pt",
"parked": false,
"app": {
"id": 8,
"steam_id": 300,
"name": "Day of Defeat: Source",
"url": "day-of-defeat-source"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12084177");
$data = json_decode($json, true);
var_dump($data);