API для IronCore Gaming CZ | Vanilla CZ
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 198,
"fps_avg": 178,
"entities_count": 44935,
"world_seed": 173338254,
"world_size": 3000,
"steam_id": "90289253674258452",
"domain": null,
"id": 12432865,
"ip": "181.215.60.177",
"port": 28015,
"query": 28017,
"project_id": null,
"color": 0,
"city": "České Budějovice",
"description": "Český vanilla Rust server projektu IronCore Gaming | Pravidelný wipe | Aktivní administrace | Mapa 3000 | Max 40 hráčů | Web: ironcore.cz",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1784664758,
"last_online": 1784850084,
"icon": null,
"name": "IronCore Gaming CZ | Vanilla CZ",
"connect": "181.215.60.177:28015",
"request": "181.215.60.177:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2631",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "CZ",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1784664758,
"last_update": 1784850084,
"ban_reason": null,
"banned": false,
"wipe": 1784471186,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 6022,
"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/12432865");
$data = json_decode($json, true);
var_dump($data);