API для luoji77(By GssHosting)
JSON для программ, сайтов и прочего
text
json
{
"response": {
"eosSessionId": "7823afbd46e742aeabe003d8352f8255",
"steam_id": null,
"domain": null,
"id": 14069899,
"ip": "110.42.10.173",
"port": 33016,
"query": 33016,
"project_id": null,
"color": 0,
"city": "Нинбо",
"description": null,
"game": 1766060,
"boosts": 1,
"last_offline": 1788417182,
"last_online": 1788743391,
"icon": null,
"name": "luoji77(By GssHosting)",
"connect": "110.42.10.173:33016",
"request": "110.42.10.173:33016",
"map": "Main Map",
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 3,
"bots": 0,
"secured": null,
"private": null,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1787668975,
"last_update": 1788743391,
"ban_reason": null,
"banned": false,
"hidden": 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": 609,
"language": "zh",
"parked": false,
"app": {
"id": 1531516,
"steam_id": 1766060,
"name": "HumanitZ",
"url": "humanitz"
},
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/14069899");
$data = json_decode($json, true);
var_dump($data);