API für DOPE 2X | SOLO/DUO/TRIO | 50% UPKEEP | NO BP WIPE | NOOB FRIEND

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/8663135
json
{
  "response": {
    "modded": true,
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 161159,
    "world_seed": 1,
    "world_size": 3500,
    "steam_id": "90285694560680984",
    "domain": null,
    "id": 8663135,
    "ip": "168.100.161.12",
    "port": 28015,
    "query": 28013,
    "color": 0,
    "city": "London",
    "description": "![DOPE 2X | SOLO/DUO/TRIO | 50% UPKEEP | NO BP WIPE | NOOB FRIEND](https://doperust.b-cdn.net/2xTrio.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→ 3 Player Cap – 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\n\nJoin the network:\nhttps://discord.gg/doperust",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777913013,
    "score": 0,
    "last_online": 1778772615,
    "icon": null,
    "name": "DOPE 2X | SOLO/DUO/TRIO | 50% UPKEEP | NO BP WIPE | NOOB FRIEND",
    "connect": "168.100.161.12:28015",
    "request": "168.100.161.12:28013",
    "map": "Active | JUST WIPED",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 43,
    "maxplayers": 135,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 75,
    "add_date": 1745482425,
    "last_update": 1778772615,
    "banned": false,
    "wipe": 1778176289,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 616,
    "language": "en",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/8663135");
$data = json_decode($json, true);
var_dump($data);