JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/1707715
json
{
  "response": {
    "fps": 40,
    "fps_avg": 44,
    "entities_count": 189555,
    "world_seed": 1586544950,
    "world_size": 5000,
    "steam_id": "90286234396052487",
    "domain": null,
    "id": 1707715,
    "ip": "156.236.84.18",
    "port": 28020,
    "query": 28022,
    "color": 0,
    "city": "Dallas",
    "description": "![CREED PVE | 1000X | NO BP | KITS | SHOP | THURSDAYS](https://i.postimg.cc/Twbsqp8j/1000x-1.png)\nWelcome to Creed Servers | Professionals of Modded Rust | ★ Weekly ★ \r\n \r\n ★ 1000x Gather Rate ★ 1000x Loot Tables ★ Generous Stacks \r\n ★ Server Instant Craft ★ Custom Designed UI ★ No BP's Needed \r\n ★ Optimized Plugins ★ Prioritizes Q.O.L ★ Zero Junk Loot \r\n ★ High Quality Dedi ★ Active Population ★ ZERO LAGGING \r\n \r\n Join our Large Fast Growing Community on Discord for Server Updates! \r\n \r\n Don't forget to take advantage of our Free V.I.P Package on the Webstore! \r\n \r\n DISCORD.GG/CREEDSERVERS || HTTPS://CREEDRUSTSERVERS.COM \r\n \r\n READ OUR SERVER RULES! CHEATERS WILL BE BANNED IMMEDIATELY!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779704007,
    "last_online": 1779809421,
    "icon": null,
    "name": "CREED PVE | 1000X | NO BP | KITS | SHOP | THURSDAYS",
    "connect": "156.236.84.18:28020",
    "request": "156.236.84.18:28022",
    "map": "Custom Procedural",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 5,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1699053974,
    "last_update": 1779809421,
    "banned": false,
    "wipe": 1779333024,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1856,
    "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/1707715");
$data = json_decode($json, true);
var_dump($data);