API для NATIVE LAND - Semi-Realism | 3x Grow & AI
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1790262265,
"app": {
"id": 136,
"name": "The Isle",
"steam_id": 376210,
"url": "the-isle"
},
"color": 0,
"connect": "88.9.232.26:7777",
"country": "ES",
"domain": null,
"game": 376210,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 17066904,
"ip": "88.9.232.26",
"language": "es",
"last_update": 1790550396,
"map": "Gateway",
"maxplayers": 40,
"name": "NATIVE LAND - Semi-Realism | 3x Grow & AI",
"numplayers": 0,
"official": false,
"points": 0,
"port": 7777,
"private": false,
"project_id": null,
"pve": null,
"pvp": null,
"query": 7777,
"request": "88.9.232.26:7777",
"secured": null,
"status": false,
"steam_id": null,
"version": "evrima 0.21.784",
"votes": 0,
"wipe": null,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Витория-Гастейс",
"description": null,
"disabled_modules": [],
"gamemode": null,
"hidden": false,
"last_offline": 1790550396,
"last_online": 1790265892,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 2881,
"wipe_period": null,
"eosSessionId": "78147d4709f5437e852c6c975320eb28"
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/17066904");
$data = json_decode($json, true);
var_dump($data);