API for [EN/NL] DutchDecay by JAGaming
JSON for programs, websites and more
text
json
{
"response": {
"fps": 173,
"fps_avg": 168,
"entities_count": 126833,
"world_seed": 0,
"world_size": 4500,
"steam_id": "90286579608561683",
"domain": null,
"id": 10081481,
"ip": "77.61.71.3",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Maarssen",
"description": "- Vanilla gather\r\n- Adjusted stacksizes (5x)\r\n- Economics & Ingame shop (W.I.P.)\r\n- Personal Mini (/mymini - 1 hour cooldown)\r\n- Personal Heli (/callheli - 3 hour cooldown)\r\n- Raidable Bases (21 in total)\r\n- BetterNPC (NPC Enemies at monuments)\r\n- Adjusted upkeep (about 25%)\r\n- Building privilege workbench\r\n- No deer\r\n- Extended Cargo (120 minutes)\r\n- 4500 Mapsize",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780542269,
"last_online": 1780603237,
"icon": null,
"name": "[EN/NL] DutchDecay by JAGaming",
"connect": "77.61.71.3:28015",
"request": "77.61.71.3:28016",
"map": "Procedural Map",
"gamemode": "Hardcore",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1755456530,
"last_update": 1780603237,
"banned": false,
"wipe": 1778209838,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3559,
"language": "nl",
"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/10081481");
$data = json_decode($json, true);
var_dump($data);