API для [TR] Quin Shopsuz Emek | KIT/TPA/VAULT/HOME
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "85568392936300556",
"domain": null,
"id": 11578776,
"ip": "45.143.11.201",
"port": 27017,
"query": 27017,
"color": 0,
"city": "Los Angeles",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1779543767,
"last_online": 1779994220,
"icon": "https://i.hizliresim.com/283avh6.png",
"name": "[TR] Quin Shopsuz Emek | KIT/TPA/VAULT/HOME",
"connect": "45.143.11.201:27017",
"request": "45.143.11.201:27017",
"map": "Washington",
"gamemode": "GRUPLARA SKYBASE - GERI DONDUK",
"version": "3.26.3.2",
"numplayers": 15,
"maxplayers": 24,
"bots": 1,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 70,
"add_date": 1779356937,
"last_update": 1779994220,
"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": 11,
"language": "en",
"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/11578776");
$data = json_decode($json, true);
var_dump($data);