API for [PL/EU] RUSTOBSYDIAN.PL | QoL | TP | Kits | VIP WEEKLY
JSON for programs, websites and more
text
json
{
"response": {
"fps": 83,
"fps_avg": 81,
"entities_count": 69275,
"world_seed": 5433423,
"world_size": 3500,
"steam_id": "90286580661000196",
"domain": null,
"id": 11510774,
"ip": "159.195.34.138",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Nuremberg",
"description": "![[PL/EU] RUSTOBSYDIAN.PL | QoL | TP | Kits | VIP WEEKLY](https://i.postimg.cc/t40KX476/Rj-Ct7.jpg)\n*** RUSTOBSYDIAN.PL ***\r\n* LIMIT GRUPY: SOLO / DUO\r\n* GATHER RATES: 3x (Sulfur 1.5x)\r\n* Loot: Boost (Zbalansowane)\r\n* FULL WIPE: Kazdy Czwartek 20:00 FW 21:30\r\n* BOSS EVENT: Cykliczne, losowe bossy na mapie!\r\n* QoL: /home, /tp, /kits\r\n* Raidy przez NPC\r\n* DISCORD: discord.rustobsydian.pl\r\nZapraszamy do gry!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780370650,
"last_online": 1780582239,
"icon": null,
"name": "[PL/EU] RUSTOBSYDIAN.PL | QoL | TP | Kits | VIP WEEKLY",
"connect": "159.195.34.138:28015",
"request": "159.195.34.138:28016",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779353833,
"last_update": 1780582239,
"banned": false,
"wipe": 1779991382,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5064,
"language": "de",
"parked": false,
"app": {
"id": 252490,
"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/11510774");
$data = json_decode($json, true);
var_dump($data);