JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/8410596
json
{
  "response": {
    "fps": 111,
    "fps_avg": 111,
    "entities_count": 112343,
    "world_seed": 421948,
    "world_size": 4500,
    "steam_id": "90286020681038865",
    "domain": null,
    "id": 8410596,
    "ip": "205.209.114.58",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Englewood Cliffs",
    "description": "![Cheesecake Playground](https://www.cheesecakeplayground.com/serverHeaderImage2.jpg)\nThis server is meant for fun and targeted towards those certain individuals who enjoy a good cheesecake.\r\nWipes are whenever it is needed (currently planned first Thursday of the month).\r\nNo team limit.\r\nNPC Bases to raid for fun.\r\nJetPacks\r\nTurret Cars\r\nJust have fun",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779345737,
    "last_online": 1780140624,
    "icon": null,
    "name": "Cheesecake Playground",
    "connect": "205.209.114.58:28015",
    "request": "205.209.114.58:28017",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1743835201,
    "last_update": 1780140624,
    "banned": false,
    "wipe": 1778919428,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3457,
    "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/8410596");
$data = json_decode($json, true);
var_dump($data);