API для LiemsHopQuoc
JSON для программ, сайтов и прочего
text
json
{
"response": {
"paused": false,
"season": "winter",
"secondaries": {
"2330215736": {
"id": "2330215736",
"port": 10998,
"__addr": "125.235.236.140",
"steamid": "90292262807289866"
}
},
"directory_id": "KU_e6TYMNPc",
"steam_id": null,
"domain": null,
"id": 15099406,
"ip": "125.235.236.140",
"port": 10999,
"query": 10999,
"project_id": null,
"color": 0,
"city": "Хошимин",
"description": null,
"game": 322330,
"owner": null,
"boosts": 1,
"last_offline": 1788592275,
"last_online": 1788699500,
"icon": null,
"name": "LiemsHopQuoc",
"connect": "125.235.236.140:10999",
"request": "125.235.236.140:10999",
"map": null,
"gamemode": "survival",
"version": "747465",
"numplayers": 1,
"maxplayers": 3,
"bots": null,
"secured": null,
"private": false,
"country": "VN",
"status": true,
"votes": 0,
"points": 44,
"add_date": 1788592275,
"last_update": 1788699500,
"ban_reason": null,
"banned": false,
"hidden": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 0,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 22105,
"language": "vi",
"parked": false,
"app": {
"id": 147,
"steam_id": 322330,
"name": "Don't Starve Together",
"url": "dont-starve-together"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/15099406");
$data = json_decode($json, true);
var_dump($data);