JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/9986826
json
{
  "response": {
    "fps": 62,
    "fps_avg": 73,
    "entities_count": 70350,
    "world_seed": 11046,
    "world_size": 3500,
    "steam_id": "90286547945196568",
    "domain": null,
    "id": 9986826,
    "ip": "202.65.77.19",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Brisbane",
    "description": "![[AU] BOOTYRUST BRISBANE 10X|PVP|CLANS|NO BP's](http://3dprintbedhotsauce.com/rustheader.png)\nWELCOME TO BOOTYRUST\r\n*Fun and Friendly Admin Team!\r\n*We don't ban playas due to crying butt hurt kiddies hitting the report button.\r\n*10X gather rates\r\n*PVP with clans up to 8 people\r\n*Spawn Heli's with myheli command.\r\n*Kits Available with the kit command.\r\n*Server wipes every Friday morning at 8:00am\r\n*We are noob friendly\r\n*We are available on Discord:https://discord.gg/hesrg2cw",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780473871,
    "last_online": 1780579836,
    "icon": null,
    "name": "[AU] BOOTYRUST BRISBANE 10X|PVP|CLANS|NO BP's",
    "connect": "202.65.77.19:28015",
    "request": "202.65.77.19:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 1,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "AU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1754905837,
    "last_update": 1780579836,
    "banned": false,
    "wipe": 1780473798,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3444,
    "language": "en",
    "parked": false,
    "app": {
      "id": 252490,
      "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/9986826");
$data = json_decode($json, true);
var_dump($data);