JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11717886
json
{
  "response": {
    "fps": 106,
    "fps_avg": 107,
    "entities_count": 69645,
    "world_seed": 27645,
    "world_size": 3500,
    "steam_id": "90286509191867407",
    "domain": null,
    "id": 11717886,
    "ip": "172.240.69.85",
    "port": 28035,
    "query": 28036,
    "color": 0,
    "city": "San Jose",
    "description": "![[NA] Frostbite Rust | Vanilla | Weekly | Active Admins](https://imgur.com/s3GHf3R)\nWelcome to Frostbite Rust!\n\nA pure, unadulterated vanilla survival experience. We provide the authentic, high-stakes Rust progression you love, backed by world-class active administration to ensure a fair playing field for everyone.\n\n[ SERVER DETAILS ]\n• Gameplay: 100% Strict Vanilla Progression\n• Group Limit: Unrestricted / Max Main\n• Framework: High-performance modern engine\n\n[ SERVER RULES ]\n1. No cheating, scripting, or exploiting. \n2. Active, non-playing admins spectating 24/7.\n3. Advanced server-side anti-cheat and exploit detection strictly enforced.\n4. Stream sniping is strictly prohibited and will result in an immediate ban.\n5. VPN/Proxy connections are automatically blocked.\n6. Toxicity, racism, and severe griefing will result in an immediate permanent ban.\n\n[ COMMUNITY & WIPES ]\nJoin our Discord community to view our wipe schedule, link your in-game chat, report suspicious players, or read the latest patch notes!\n\nDiscord Link: https://discord.gg/ZHEJUs2Gpg",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780636403,
    "last_online": 1780435831,
    "icon": null,
    "name": "[NA] Frostbite Rust | Vanilla | Weekly | Active Admins",
    "connect": "172.240.69.85:28035",
    "request": "172.240.69.85:28036",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 80,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1780324091,
    "last_update": 1780636403,
    "banned": false,
    "wipe": 1779979867,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 12685,
    "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/11717886");
$data = json_decode($json, true);
var_dump($data);