JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11510770
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 242787,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90286183852133405",
    "domain": null,
    "id": 11510770,
    "ip": "91.244.71.82",
    "port": 35001,
    "query": 35003,
    "color": 0,
    "city": "Berlin",
    "description": "![Rust Arena - EU 2X Monthly | Vanilla+ | No BP Wipes](https://i.ibb.co/8nnbTyrK/EU-2-X-MONTHLY.png)\nRUST ARENA Servers - Premium Rust servers built for competitive gameplay\r\n\r\nMap Wipes: Force Wipes\r\nBlueprints Wipes: N/A (does not wipe ever)\r\n\r\nLinks\r\n• discord.gg/rustarena\r\n\r\nFeatures\r\n• 2x Loot (removed junk)\r\n• 2x Gather\r\n• Free QoL\r\n• No paid features\r\n\r\n24 hours discord staff support",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780601620,
    "last_online": 1779736967,
    "icon": null,
    "name": "Rust Arena - EU 2X Monthly | Vanilla+ | No BP Wipes",
    "connect": "91.244.71.82:35001",
    "request": "91.244.71.82:35003",
    "map": "discord.gg/rustarena",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 500,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1779353833,
    "last_update": 1780601620,
    "banned": false,
    "wipe": 1779433812,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 11253,
    "language": "de",
    "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/11510770");
$data = json_decode($json, true);
var_dump($data);