JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11510747
json
{
  "response": {
    "fps": 55,
    "fps_avg": 54,
    "entities_count": 106889,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90286437154291735",
    "domain": null,
    "id": 11510747,
    "ip": "144.76.91.226",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Falkenstein",
    "description": "![[DE/ENG] Rustic 3x Monthly Noob Friendly Solo/Duo/Trio/Squad](https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/252490/ss_271feae67943bdc141c1249aba116349397e9ba9.1920x1080.jpg?t=1747389753)\nWelcome to our Rust server:\r\n•Discord link: https://discord.gg/zX7Jb5PnjZ\r\nDescription:\r\nOur server is a 3x server concerning resources, scrap, upkeep [50%], and other things.\r\nInstalled plugins:\r\n•Backpack\r\n•Info panel for yourself and the top 10 Players\r\n•Info panel for events from Rust Bradley, Heli, Ship, CH47\r\n•RemoveTool\r\n•Larger workbench range\r\n•Custom stacks\r\n•Own minicopter\r\n•Custom loot table. Every container and NPC was modified to remove the junk you usually get\r\n•Auto splitter for furnaces\\\\•Recycler on the cargo ship, the dome, and oil platforms\r\n•Fast Recycling\r\n•Events/Harbor event/Airfield event/and more to come\r\n•Offline protection from raids and notification when you are attacked\r\nWorld size:\r\n•5000\r\nCommands for the in-game chat:\r\nMinicopter:\r\n•/mini-spawn\r\n•/fmini-spawn to Player\r\n•/nomini-delete minicopter\r\nInfo panel for players:\r\n•/pkilln\r\n•/topkill\r\nRemove Tool:\r\n•/remove",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779392622,
    "last_online": 1780579840,
    "icon": null,
    "name": "[DE/ENG] Rustic 3x Monthly Noob Friendly Solo/Duo/Trio/Squad",
    "connect": "144.76.91.226:28015",
    "request": "144.76.91.226:28016",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779353832,
    "last_update": 1780579840,
    "banned": false,
    "wipe": 1779392694,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5060,
    "language": "de",
    "parked": false,
    "app": {
      "id": 252490,
      "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/11510747");
$data = json_decode($json, true);
var_dump($data);