JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11501115
json
{
  "response": {
    "fps": 150,
    "fps_avg": 164,
    "entities_count": 70198,
    "world_seed": 1337,
    "world_size": 3750,
    "steam_id": "90286557169862683",
    "domain": null,
    "id": 11501115,
    "ip": "144.76.40.5",
    "port": 60407,
    "query": 60409,
    "color": 0,
    "city": "Falkenstein",
    "description": "![ARI RUST - Kits | 2x | NoLimit | /tp | /home](https://i.postimg.cc/v8hgbxdc/BANNER-SERVER.jpg)\nMap Wipe: every Friday at 16:00 MSK\r\nBlueprint Wipe: every two weeks (starting from the first wipe)\r\nModeration: 24/7\r\n\r\nServer Features:\r\nDaily rewards | Instant crafting | Optimization / No lag\r\nTeleportation | Starter kits | Convenient sorting\r\n2x rates | Raid alerts | No team size limit\r\n\r\nInformation:\r\nOur Discord: https://discord.gg/Mm7fkn6H3e\r\nOur VK: vk.com/club236265676\r\nOur EU Store: https://ari-rust-webstore.tebex.io/nOur RU Store: arirust.gamestores.app",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780059227,
    "last_online": 1780599634,
    "icon": null,
    "name": "ARI RUST - Kits | 2x | NoLimit | /tp | /home",
    "connect": "144.76.40.5:60407",
    "request": "144.76.40.5:60409",
    "map": "Custom Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 300,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779207167,
    "last_update": 1780599634,
    "banned": false,
    "wipe": 1780492107,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4116,
    "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/11501115");
$data = json_decode($json, true);
var_dump($data);