API für Outback Aussie - PvPvE - Located in Perth - Modded

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/6572594
json
{
  "response": {
    "fps": 67,
    "fps_avg": 66,
    "entities_count": 122733,
    "world_seed": 1960615247,
    "world_size": 4500,
    "steam_id": "90285636458413078",
    "domain": null,
    "id": 6572594,
    "ip": "103.107.196.38",
    "port": 28035,
    "query": 28036,
    "color": 0,
    "city": "Перт",
    "description": "![Outback Aussie - PvPvE - Located in Perth - Modded](https://i.postimg.cc/3rgwQ9sx/Server-Header.png)\nMONTHLY WIPE-5X GATHER-BETTER LOOT-JETPACKS-QOL MODS-CLICK VIEW WEBPAGE BELOW TO JOIN DISCORD FOR IN GAME COMMANDS AND ALL OUR UPDATES-",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778502781,
    "score": 0,
    "last_online": 1778563216,
    "icon": null,
    "name": "Outback Aussie - PvPvE - Located in Perth - Modded",
    "connect": "103.107.196.38:28035",
    "request": "103.107.196.38:28036",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "AU",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1731158699,
    "last_update": 1778563216,
    "banned": false,
    "wipe": 1778501325,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1658,
    "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/6572594");
$data = json_decode($json, true);
var_dump($data);