API для tarani prosti
JSON для программ, сайтов и прочего
text
json
{
"response": {
"Mod_0": "3707778928,3711646503",
"rocket": "4.9.3.18",
"Cfg_Count": "0",
"Mod_Count": "1",
"listentype": "d",
"environment": "l",
"BookmarkHost": "",
"a2s_protocol": 17,
"rocketplugins": "",
"players_complete": true,
"Browser_Desc_Hint": "",
"steam_id": "85568392936683160",
"domain": null,
"id": 14355821,
"ip": "134.19.177.245",
"port": 26078,
"query": 26078,
"project_id": null,
"color": 0,
"city": "Алблассердам",
"description": null,
"game": 304930,
"boosts": 1,
"last_offline": 1789224764,
"last_online": 1789657822,
"icon": null,
"name": "tarani prosti",
"connect": "134.19.177.245:26078",
"request": "134.19.177.245:26078",
"map": "California2",
"gamemode": null,
"version": "3.26.3.11",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1788525404,
"last_update": 1789657822,
"ban_reason": null,
"banned": false,
"hidden": 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": 1268,
"language": "nl",
"parked": false,
"app": {
"id": 48,
"steam_id": 304930,
"name": "Unturned",
"url": "unturned"
},
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/14355821");
$data = json_decode($json, true);
var_dump($data);