JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/7467911
json
{
  "response": {
    "fps": 60,
    "fps_avg": 60,
    "entities_count": 84837,
    "world_seed": 22561,
    "world_size": 3600,
    "steam_id": 90286577017043980,
    "domain": null,
    "id": 7467911,
    "ip": "185.172.175.243",
    "port": 28044,
    "query": 28045,
    "color": 0,
    "city": "City of London",
    "description": "![[EU]Royal Family Gaming|5X|NoBP|Weekly|Fridays|](https://i.ibb.co/RpCfPrr5/EU-5x.png)\nRoyal Family Gaming | 5x No BP Weekly\r\n\r\nA fast-paced 5x experience built for action and quick progression. With no blueprint grind, you can jump straight into building, raiding, and PvP.\r\n\r\nLast Wipe: 5-29-26\r\nNext Wipe: 6-05-26\r\n\r\nServer Info:\r\n5x Gather Rates\r\nNo Blueprints\r\nQOL Plugins\r\nActive Admins\r\nWeekly Friday Wipes\r\n\r\nDesigned for players who want high-speed gameplay and nonstop action without the grind.\r\n\r\nJoin a growing community and get into the fight immediately.\r\n\r\nDiscord: discord.gg/RFGaming\r\nSearch Royal Family Gaming for more servers or visit our Discord fmore informatior on",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779934419,
    "last_online": 1780579242,
    "icon": null,
    "name": "[EU]Royal Family Gaming|5X|NoBP|Weekly|Fridays|",
    "connect": "185.172.175.243:28044",
    "request": "185.172.175.243:28045",
    "map": "Custom Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1739234779,
    "last_update": 1780579242,
    "banned": false,
    "wipe": 1780066969,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3024,
    "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/7467911");
$data = json_decode($json, true);
var_dump($data);