API для Tempest PVE
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1790133036,
"app": {
"id": 12,
"name": "Rust",
"steam_id": 252490,
"url": "rust"
},
"color": 0,
"connect": "24.236.251.85:28015",
"country": "US",
"domain": null,
"game": 252490,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 16967670,
"ip": "24.236.251.85",
"language": "en",
"last_update": 1790139159,
"map": "Procedural Map",
"maxplayers": 10,
"name": "Tempest PVE",
"numplayers": 1,
"official": null,
"points": 34,
"port": 28015,
"private": null,
"project_id": null,
"pve": null,
"pvp": null,
"query": 28017,
"request": "24.236.251.85:28017",
"secured": true,
"status": true,
"steam_id": "90293267666397211",
"version": "2633",
"votes": 0,
"wipe": 1790132595,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Manton",
"description": null,
"disabled_modules": [],
"gamemode": null,
"hidden": false,
"last_offline": 1790134897,
"last_online": 1790139159,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 10539,
"wipe_period": null,
"os": "w",
"region": -1,
"product": "252490",
"gametype": "mp10,cp1,ptrak,qp0,$r?,v2633,born1790132595,gmrust,cs165217,ts8",
"map_name": "Procedural Map",
"dedicated": true,
"queueplayers": 0
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/16967670");
$data = json_decode($json, true);
var_dump($data);