JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/2432939
json
{
  "response": {
    "fps": 58,
    "fps_avg": 57,
    "entities_count": 16763,
    "world_seed": 517640405,
    "world_size": 3000,
    "steam_id": "90286537405294612",
    "domain": null,
    "id": 2432939,
    "ip": "45.121.210.82",
    "port": 49175,
    "query": 49177,
    "color": 0,
    "city": "Sydney",
    "description": "![AU/NZ - THE AUSTRALIA & N/Z MINIMAP - 2X](https://www.dropbox.com/scl/fi/d75juyvwfmimhxq64qded/NEW_atd1.png?rlkey=5n0ik4gppg6guuny26csnfale&st=u1dz4nfx&dl=1)\n\r\n- THE ORIGINAL MAP OF AUSTRALIA & NEW ZEALAND NOW MINIMAP. \r\n- CUSTOM MAP MADE BY WOAT & BG, CODED BY MBESAILOR & BG. \r\n- SOLO, DUO.  \r\n- NO TECH TREE, NO BP WIPES, MAP WIPE AT FORCED.  \r\n- PVP AT MONUMENTS, PVE MAP, PURGE LAST WEEK OF WIPE.  \r\n- BACKPACKS, CHESTSTACKS, HARBOUR EVENT, 2X GATHER, 2 MIN NIGHTS. \r\n- BOSS MONSTER, RADTOWN EVENT, PIRATE TUGBOAT, NPC RAIDERS. \r\n- NO P2W - MINIS ON ROADS - ATV .  \r\n- RUST AS IT SHOULD BE WITH A FEW TWEAKS.  \r\n- ACTIVE NON PLAYING ADMIN LOCATED IN SYDNEY.  \r\n- VERY HELPFULL INFO ON OUR DISCORD.  \r\n- NO TOLERANCE FOR STREAM SNIPERS, HACKERS OR CHEATERS.  \r\n- FOR ALL INFO AND FULL LIST OF FEATURES PLEASE JOIN THE DISCORD.  \r\n- BY PRESSING THE BLUE (webpage) BUTTON BELOW.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780599270,
    "last_online": 1780581035,
    "icon": null,
    "name": "AU/NZ - THE AUSTRALIA & N/Z MINIMAP - 2X",
    "connect": "45.121.210.82:49175",
    "request": "45.121.210.82:49177",
    "map": "Custom Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 20,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "AU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1704367193,
    "last_update": 1780599270,
    "banned": false,
    "wipe": 1778228262,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 9556,
    "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/2432939");
$data = json_decode($json, true);
var_dump($data);