API for ![PL]--==[ Koldrix GROUP ]==--
JSON for programs, websites and more
text
json
{
"response": {
"fps": 83,
"fps_avg": 90,
"entities_count": 94473,
"world_seed": 1508691707,
"world_size": 3750,
"steam_id": "90287044015100931",
"domain": null,
"id": 9884538,
"ip": "95.50.97.86",
"port": 28015,
"query": 28017,
"project_id": null,
"color": 0,
"city": "Poznan",
"description": "![![PL]--==[ Koldrix GROUP ]==--](https://koldrix.com/images/KG_Logo_Rust.png)\nPolski Serwer Rust\r\n + Map 3750\r\n + Low Decay 50%\r\n + Zombie!\r\n + AntyOffline RAID\r\n + RemoverTool\r\n + High Stacks\r\n + InfoPanel\r\n + XP & PVP Stats & Hall of Fame & WebStats!\r\n + Chat & Mapa Online!\r\n + Minicopter Spawn\r\n\r\n Admin: Wo0t \r\n TS3: voip.koldrix.com",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1781084074,
"last_online": 1781521224,
"icon": null,
"name": "![PL]--==[ Koldrix GROUP ]==--",
"connect": "95.50.97.86:28015",
"request": "95.50.97.86:28017",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 2,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1753696246,
"last_update": 1781521224,
"banned": false,
"wipe": 1780595442,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1792,
"language": "pl",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/9884538");
$data = json_decode($json, true);
var_dump($data);