Unturned
API для [RU-EN] 1W CALIFORNIA 2 |NEW| x5 Loot |tpa/home
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11491816json
{
"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": 1777659194,
"score": 0,
"last_online": 1777702306,
"icon": "https://i.ibb.co/x8JrhsJD/aNDB0.png",
"name": "[RU-EN] 1W CALIFORNIA 2 |NEW| x5 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.0",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": true,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1777590309,
"last_update": 1777702306,
"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": 610,
"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);