API для Truman show
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 198,
"fps_avg": 191,
"map_url": "procedural_map_3000_seed_1538609582_r287",
"map_kind": "procedural",
"map_name": "Procedural Map",
"map_seed": 1538609582,
"map_size": 3000,
"map_revision": 287,
"entities_count": 45662,
"steam_id": "90291955656466449",
"domain": null,
"id": 13958637,
"ip": "109.61.100.183",
"port": 28015,
"query": 28017,
"project_id": null,
"color": 0,
"city": "Будапешт",
"description": null,
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1788524416,
"last_online": 1788260486,
"icon": null,
"name": "Truman show",
"connect": "109.61.100.183:28015",
"request": "109.61.100.183:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2632",
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "HU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1787292164,
"last_update": 1788524416,
"ban_reason": null,
"banned": false,
"hidden": false,
"wipe": 1786909833,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 24646,
"language": "hu",
"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/13958637");
$data = json_decode($json, true);
var_dump($data);