JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11607067
json
{
  "response": {
    "fps": 136,
    "fps_avg": 133,
    "entities_count": 68936,
    "world_seed": 249055396,
    "world_size": 3500,
    "steam_id": "90286357368985619",
    "domain": null,
    "id": 11607067,
    "ip": "45.45.238.224",
    "port": 28080,
    "query": 28015,
    "color": 0,
    "city": "Chicago",
    "description": "![Mundo Latino x2 No BP Wipe/ Noob/Friendly #2](https://www.dropbox.com/scl/fi/d4f8lu7lw8usncuotzt31/b100a082-e3bf-479f-a3b3-714b5c1af115.png?rlkey=qsxqrx9r56fbjqyso1vpltbx1&st=69calsw5&dl=1)\nBienvenido a Mundo Latino Rust x2\r\n-->Servidor latino activo\r\n-->PvP | Raids | Eventos\r\n-->Noob Amigable\r\n-->Servidor Balanceado \r\n-->Eventos Unicos",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780607010,
    "last_online": 1780193423,
    "icon": null,
    "name": "Mundo Latino x2 No BP Wipe/ Noob/Friendly #2",
    "connect": "45.45.238.224:28080",
    "request": "45.45.238.224:28015",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1779915493,
    "last_update": 1780607010,
    "banned": false,
    "wipe": 1779501209,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 11981,
    "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/11607067");
$data = json_decode($json, true);
var_dump($data);