API для [RU-EN] 1W Best Survival |NEW| x2 Loot |tpa/home
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "85568392936242204",
"domain": null,
"id": 11491816,
"ip": "31.25.243.209",
"port": 53495,
"query": 53495,
"color": 0,
"city": "Yekaterinburg",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1779457967,
"last_online": 1779776436,
"icon": "https://i.ibb.co/x8JrhsJD/aNDB0.png",
"name": "[RU-EN] 1W Best Survival |NEW| x2 Loot |tpa/home",
"connect": "31.25.243.209:53495",
"request": "31.25.243.209:53495",
"map": "California2",
"gamemode": "Уютный Х5 сервер с TPA/HOME",
"version": "3.26.3.2",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 3,
"points": 33,
"add_date": 1777590309,
"last_update": 1779776436,
"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": 71,
"language": "ru",
"parked": false,
"app": {
"id": 48,
"steam_id": 304930,
"name": "Unturned",
"url": "unturned"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11491816");
$data = json_decode($json, true);
var_dump($data);