API для [SEA - DinoReborn - SBTC - Voice]
JSON для программ, сайтов и прочего
text
json
{
"response": {
"eosSessionId": "1f55669db3254c54a918f153f45e9ba1",
"steam_id": null,
"domain": null,
"id": 13682401,
"ip": "160.191.54.165",
"port": 7777,
"query": 7777,
"project_id": null,
"color": 0,
"city": "Hanoi",
"description": null,
"game": 376210,
"owner": null,
"boosts": 1,
"last_offline": 1786587124,
"last_online": 1786595518,
"icon": null,
"name": "[SEA - DinoReborn - SBTC - Voice]",
"connect": "160.191.54.165:7777",
"request": "160.191.54.165:7777",
"map": "Gateway",
"gamemode": null,
"version": "evrima 0.21.784",
"numplayers": 33,
"maxplayers": 100,
"bots": null,
"secured": null,
"private": false,
"country": "VN",
"status": true,
"votes": 0,
"points": 52,
"add_date": 1786587124,
"last_update": 1786595518,
"ban_reason": null,
"banned": false,
"wipe": null,
"official": false,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 47,
"language": "vi",
"parked": false,
"app": {
"id": 136,
"steam_id": 376210,
"name": "The Isle",
"url": "the-isle"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13682401");
$data = json_decode($json, true);
var_dump($data);