API für [AU] RUSTY SEA MEN | 24/7 DEEP SEA | SOLO/DUO | JUST WIPED

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11189629
json
{
  "response": {
    "fps": 54,
    "fps_avg": 51,
    "entities_count": 66198,
    "world_seed": 1807285377,
    "world_size": 3500,
    "steam_id": "90285614665741335",
    "domain": null,
    "id": 11189629,
    "ip": "51.161.219.251",
    "port": 28095,
    "query": 28096,
    "color": 0,
    "city": "North Sydney",
    "description": "![[AU] RUSTY SEA MEN | 24/7 DEEP SEA | SOLO/DUO | JUST WIPED](https://i.imgur.com/ejbe7dF.png)\n━━━ RUSTY SEA MEN ━━━\r\n24/7 DEEP SEA | SOLO/DUO | 2X GATHER\r\n\r\nPVE/PVP\r\n\r\n>> NPCs AT MONUMENTS\r\n>> BOATS & WATER GAMEPLAY BUFFED\r\n>> DEEP SEA LOOT FOCUS\r\n>> DEEP SEA NEVER CLOSES\r\n>> SKILL TREE\r\n>> UPGRADE ENGINES/SAILS\r\n>> FAST CRATE HACKING\r\n>> /tpa and /home\r\n>> CONTROL ANCHOR/SAILS/ENGINES FROM HELM\r\n>> DEEP SEA BUILDING ENABLED\r\n>> SHARED BLUEPRINTS\r\n>> CUSTOM MAP\r\n>> CUSTOM MONUMENTS\r\n>> MAX TEAM: 2 PLAYERS\r\n\r\n━━━ SERVER RATES ━━━\r\nGather: 2x | Scrap: 2x | Smelt: 2x\r\n\r\n━━━ RULES ━━━\r\n* No teaming beyond duo\r\n* No cheating or exploiting\r\n* No hate speech\r\n\r\nJoin the crew. Rule the ocean.\r\nDiscord: discord.gg/D8afBVZ4tk",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778481182,
    "score": 0,
    "last_online": 1778562022,
    "icon": null,
    "name": "[AU] RUSTY SEA MEN | 24/7 DEEP SEA | SOLO/DUO | JUST WIPED",
    "connect": "51.161.219.251:28095",
    "request": "51.161.219.251:28096",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "AU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1772699063,
    "last_update": 1778562022,
    "banned": false,
    "wipe": 1778481605,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4301,
    "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/11189629");
$data = json_decode($json, true);
var_dump($data);