JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11159906
json
{
  "response": {
    "fps": 30,
    "fps_avg": 29,
    "entities_count": 55769,
    "world_seed": 1337,
    "world_size": 2600,
    "steam_id": "90286199339049998",
    "domain": null,
    "id": 11159906,
    "ip": "91.229.114.24",
    "port": 28059,
    "query": 28061,
    "color": 0,
    "city": "Chicago",
    "description": "![BP Rust QC|2x|PVP|Duo|Trio|Quad|No BP Wipes|Weekly](https://i.postimg.cc/NfqJG0Yx/HEADER-SERVEUR-2025v2.png)\n================= BP RUST QC =================\r\n [ LIENS UTILES ]\r\n Discord : discord.bprustqc.ca\r\n VIP : shop.bprustqc.ca\r\n ---------------------------------------------\r\n [ RÈGLES & QUALITÉ DE VIE ]\r\n - link ton discord pour débarrer les blueprint\r\n - Pas de junk dans les barils\r\n - Skinbox gratuit pour tous\r\n - Play time rewards → Shop\r\n - Raidable Bases\r\n - 2x sur les ressources\r\n - 2x sur la scrap et les composants\r\n - 2x vitesse de crafting et des recycleurs\r\n - Stacks augmentés & smelting accéléré\r\n - Minicopter en bord de route + scrap héli dans la nature\r\n - Recycleur aux fishing villages & aux ranchs\r\n - Drone Marketplace aux fishing villages & aux ranchs\r\n - Vote des maps sur Discord\r\n - Véhicules en bord de route prêts à conduire\r\n - Nuits de 5 minutes\r\n - Kits de départ\r\n   ================= BP RUST QC =================\r\n [ USEFUL LINKS ]\r\n Discord: discord.bprustqc.ca\r\n VIP: shop.bprustqc.ca\r\n ---------------------------------------------\r\n [ RULES & QUALITY OF LIFE ]\r\n - link your discord to unlock blueprints\r\n - No junk in barrels\r\n - Free Skinbox for everyone\r\n - Playtime rewards → Shop\r\n - Raidable Bases\r\n - 2x resources\r\n - 2x scrap & components\r\n - 2x crafting and recycler speed\r\n - Increased stack size & faster smelting\r\n - Minicopters on roadsides + scrap heli in the wild\r\n - Recycler at fishing villages & ranches\r\n - Drone Marketplace at fishing villages & ranches\r\n - Map voting on Discord\r\n - Roadside vehicles ready to drive\r\n - 5-minute nights\r\n - Starter kits",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779711817,
    "last_online": 1779729622,
    "icon": null,
    "name": "BP Rust QC|2x|PVP|Duo|Trio|Quad|No BP Wipes|Weekly",
    "connect": "91.229.114.24:28059",
    "request": "91.229.114.24:28061",
    "map": "discord.bprustqc.ca",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 3,
    "maxplayers": 84,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1772228146,
    "last_update": 1779729622,
    "banned": false,
    "wipe": 1779400530,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2634,
    "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/11159906");
$data = json_decode($json, true);
var_dump($data);