JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11159227
json
{
  "response": {
    "fps": 128,
    "fps_avg": 134,
    "entities_count": 107766,
    "world_seed": 483443860,
    "world_size": 4250,
    "steam_id": "90286420787131409",
    "domain": null,
    "id": 11159227,
    "ip": "195.18.27.76",
    "port": 35700,
    "query": 35710,
    "color": 0,
    "city": "Moscow",
    "description": "![ROKI RUST X10 NO LIMIT](https://pic.survivalhost.org/image/Z70Rq)\nROKI RUST X10 NO LIMIT\r\nWeekly Wipe\r\n\r\nPremium X10 Experience\r\nEnhanced Loot System\r\nExtended Stack Size\r\nExclusive Kits\r\nSmart Teleport System\r\nNo Blueprints\r\nProgressive Explosives Unlock\r\nAdvanced Base Tools\r\n\r\nOptimized PvP\r\nSolo Duo Clans Welcome\r\nStable Performance\r\nActive Administration\r\nНаш Дискорд https://discord.gg/WAaNe6FeDc\r\nНаш Телеграм https://t.me/+v8JiQvlLQyYwN2Iy",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779951825,
    "last_online": 1780594230,
    "icon": null,
    "name": "ROKI RUST X10 NO LIMIT",
    "connect": "195.18.27.76:35700",
    "request": "195.18.27.76:35710",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 1,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 1,
    "points": 61,
    "add_date": 1772228124,
    "last_update": 1780594230,
    "banned": false,
    "wipe": 1778742827,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1850,
    "language": "ru",
    "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/11159227");
$data = json_decode($json, true);
var_dump($data);