API for DOPE 2X | SOLO ONLY | 50% UPKEEP | NO BP WIPE | NOOB FRIENDLY |

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/8663144
json
{
  "response": {
    "modded": true,
    "fps": 30,
    "fps_avg": 29,
    "entities_count": 191161,
    "world_seed": 2,
    "world_size": 3500,
    "steam_id": "90285694078627868",
    "domain": null,
    "id": 8663144,
    "ip": "168.100.161.16",
    "port": 28015,
    "query": 28013,
    "color": 0,
    "city": "London",
    "description": "![DOPE 2X | SOLO ONLY | 50% UPKEEP | NO BP WIPE | NOOB FRIENDLY |](https://doperust.b-cdn.net/2xSolo.jpg)\n2X with progression. Real competition. Structured gameplay.\n\nDOPE 2X is for players who want balanced progression without pure vanilla grind.\nRules are enforced. No exceptions.\n\nPlaytime builds permanent status across the network.\n\nCompete. Build. Raid.\n\n\n→ Solo Only – strictly enforced\n→ 50% upkeep – build bigger, fight longer\n→ Free SkinBox & kits\n→ Build bigger with 50% upkeep\n→ Extended workbench range & short nights\n→ Reduced HV-Rocket PvP Damage\n→ Playtime rewards\n→ Bandit Camp & Outpost merged\n→ Extra recyclers & monument marketplaces\n→ Advanced Rust+ raid alarm\n\nJoin the network:\nhttps://discord.gg/doperust",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777913013,
    "score": 0,
    "last_online": 1778769615,
    "icon": null,
    "name": "DOPE 2X | SOLO ONLY | 50% UPKEEP | NO BP WIPE | NOOB FRIENDLY |",
    "connect": "168.100.161.16:28015",
    "request": "168.100.161.16:28013",
    "map": "Active | JUST WIPED",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 26,
    "maxplayers": 125,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 69,
    "add_date": 1745482427,
    "last_update": 1778769615,
    "banned": false,
    "wipe": 1778176384,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 801,
    "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/8663144");
$data = json_decode($json, true);
var_dump($data);