API для [EU]-ChillZ PvE|Low Upkeep|NPCs raidable bases
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "mp15,cp0,ptrak,qp0,$r?,v2631,born1783434794,gmrust,cs158240,ts8,^o^z",
"os": "l",
"product": "252490",
"region": -1,
"steam_id": "90289631620080663",
"domain": null,
"id": 12998406,
"ip": "150.228.35.213",
"port": 28015,
"query": 28017,
"project_id": null,
"color": 0,
"city": "Prague",
"description": null,
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1785379361,
"last_online": 1785382800,
"icon": null,
"name": "[EU]-ChillZ PvE|Low Upkeep|NPCs raidable bases",
"connect": "150.228.35.213:28015",
"request": "150.228.35.213:28017",
"map": "Procedural Map",
"gamemode": null,
"version": "2631",
"numplayers": 0,
"maxplayers": 15,
"bots": 0,
"secured": false,
"private": null,
"country": "CZ",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1785379361,
"last_update": 1785382800,
"ban_reason": null,
"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": 12366,
"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/12998406");
$data = json_decode($json, true);
var_dump($data);