API for DOPE 5X | SOLO ONLY | KITS | TP | SHOP | JUST WIPED | US/NA
JSON for programs, websites and more
text
json
{
"response": {
"modded": true,
"fps": 60,
"fps_avg": 59,
"entities_count": 130260,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90286537625005071",
"domain": null,
"id": 11511560,
"ip": "91.229.114.153",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Chicago",
"description": "\nCompete. Build. Raid.\nControlled 5x competition — backed by years of consistency.\nPlaytime builds permanent status across the network.\n\nSolo Only – strictly enforced\nFree SkinBox, Bgrade & kits\nInstant barrels & crafting\nExtended workbench range & short nights\nIngame shop & real playtime rewards\nBandit Camp & Outpost merged\nExtra recyclers & monument marketplaces\nAdvanced Rust+ raid alarm\nReduced HV-Rocket PvP Damage\n\nJoin the network:\nhttps://discord.gg/doperust",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780470418,
"last_online": 1780569025,
"icon": null,
"name": "DOPE 5X | SOLO ONLY | KITS | TP | SHOP | JUST WIPED | US/NA",
"connect": "91.229.114.153:28015",
"request": "91.229.114.153:28017",
"map": "Active | JUST WIPED",
"gamemode": "Survival",
"version": "2625",
"numplayers": 13,
"maxplayers": 125,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 65,
"add_date": 1779353854,
"last_update": 1780569025,
"banned": false,
"wipe": 1780444006,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 667,
"language": "en",
"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/11511560");
$data = json_decode($json, true);
var_dump($data);