API для Banana Gang | Cheers
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": 90286015472970780,
"domain": null,
"id": 11577500,
"ip": "15.235.57.149",
"port": 7972,
"query": 28900,
"color": 0,
"city": "Montreal",
"description": null,
"game": 232090,
"owner": null,
"boosts": 1,
"last_offline": 1779356876,
"last_online": 1779487271,
"icon": null,
"name": "Banana Gang | Cheers",
"connect": "15.235.57.149:7972",
"request": "15.235.57.149:28900",
"map": "KF-CATACOMBS",
"gamemode": "Hosted by GTXGaming.co.uk",
"version": "1150",
"numplayers": 0,
"maxplayers": 12,
"bots": 0,
"secured": true,
"private": true,
"country": "CA",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779356876,
"last_update": 1779487271,
"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": 919,
"language": "en",
"parked": false,
"app": {
"id": 51,
"steam_id": 232090,
"name": "Killing Floor 2",
"url": "killing-floor-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11577500");
$data = json_decode($json, true);
var_dump($data);