JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11501860
json
{
  "response": {
    "modded": true,
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 146307,
    "world_seed": 6738,
    "world_size": 5000,
    "steam_id": "90286184428552202",
    "domain": null,
    "id": 11501860,
    "ip": "81.106.94.105",
    "port": 28019,
    "query": 28020,
    "color": 0,
    "city": "Bristol",
    "description": "PVE based Noob Friendly with Abandoned Bases, no purge day\r\n Kits Available\r\n Raidable Bases, Duelist, SkillTree, Bradleys, Helicopter Signals, Individual player No Stability and RaidMe\r\n Also Quests, Guess the Number, Roaming Bosses, SkinBox, Discord Available\r\nNo food decay\r\nFlat Maps and linux friendly",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779681811,
    "last_online": 1779737421,
    "icon": null,
    "name": "[PVE]3X Modded Pure PVE Paradise|RaidableBases|SkillTree",
    "connect": "81.106.94.105:28019",
    "request": "81.106.94.105:28020",
    "map": "Paradise Generated Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 3,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1779207182,
    "last_update": 1779737421,
    "banned": false,
    "wipe": 1779373795,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2184,
    "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/11501860");
$data = json_decode($json, true);
var_dump($data);