API для HumanitZ [Dedicated]
JSON для программ, сайтов и прочего
text
json
{
"response": {
"eosSessionId": "876285b37dae4c86981a0ab963bcca60",
"steam_id": null,
"domain": null,
"id": 13997818,
"ip": "5.69.126.192",
"port": 7778,
"query": 7778,
"project_id": null,
"color": 0,
"city": "Stevenage",
"description": null,
"game": 1766060,
"owner": null,
"boosts": 1,
"last_offline": 1787606698,
"last_online": 1787419927,
"icon": null,
"name": "HumanitZ [Dedicated]",
"connect": "5.69.126.192:7778",
"request": "5.69.126.192:7778",
"map": "Main Map",
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": null,
"private": null,
"country": "GB",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1787419950,
"last_update": 1787606698,
"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": 912,
"language": "en",
"parked": false,
"app": {
"id": 1531516,
"steam_id": 1766060,
"name": "HumanitZ",
"url": "humanitz"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13997818");
$data = json_decode($json, true);
var_dump($data);