API для CZ/SK/Aurora/RaidableBases/Xperience/Bgrade
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 20,
"fps_avg": 20,
"entities_count": 100987,
"world_seed": 15005,
"world_size": 4250,
"steam_id": "90289452342376459",
"domain": null,
"id": 11907988,
"ip": "185.180.2.23",
"port": 28187,
"query": 27187,
"project_id": null,
"color": 0,
"city": "Prague",
"description": null,
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1783768814,
"last_online": 1784850082,
"icon": null,
"name": "CZ/SK/Aurora/RaidableBases/Xperience/Bgrade",
"connect": "185.180.2.23:28187",
"request": "185.180.2.23:27187",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2631",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "CZ",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1783768814,
"last_update": 1784850082,
"ban_reason": null,
"banned": false,
"wipe": 1783518968,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 9234,
"language": "cs",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11907988");
$data = json_decode($json, true);
var_dump($data);