JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11671027
json
{
  "response": {
    "fps": 141,
    "fps_avg": 169,
    "entities_count": 140140,
    "world_seed": 4618,
    "world_size": 5000,
    "steam_id": "90286605807393812",
    "domain": null,
    "id": 11671027,
    "ip": "162.33.23.82",
    "port": 10000,
    "query": 10003,
    "color": 0,
    "city": "Dallas",
    "description": "![NA 3x HighStakes.net | Modded | BP Sharing | MAX 5](https://i.imgur.com/HvUGPXb.png)\n🎰 HIGHSTAKES RUST SERVER 🎰 RISK EVERYTHING. WIN EVERYTHING.  💰 Custom Backpack Progression 🎒 Loot Sack → Smuggler Bag → Jackpot Bag → High Roller Bag 🃏 Casino / Black Market Inspired Economy ⚔️ Balanced PvP & Progression 📦 Unique Perks + Wipe Upgrades 🛒 Custom Shop System 🔥 Active Admin Team 📈 Frequent Updates 🎯 Built for Long-Term Growth  ━━━━━━━━━━━━━━━━━━━  💎 WHAT MAKES US DIFFERENT?  • Clean premium casino aesthetic • Earnable progression (not pay-to-win) • Rewarding monument runs • Playtime rewards • Custom perks & contracts • High-risk/high-reward gameplay • Community-focused development  ━━━━━━━━━━━━━━━━━━━  🎲 FEATURES  ✔ Custom Backpack System ✔ RP / Token Economy ✔ Black Market Shop ✔ Event Rewards ✔ Monument Bonuses ✔ QoL Perks ✔ Active Discord ✔ Fast Support  ━━━━━━━━━━━━━━━━━━━  🔥 JOIN THE ACTION  📌 Server Name: HIGHSTAKES 📌 Wipe Schedule: Monthly 📌 Style: High Risk • High Reward  🎯 More features dropping soon.  Invite your squad. Build your empire. Lose it all. Win it all.  🎰 HIGHSTAKES — RISK EVERYTHING. WIN EVERYTHING.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780601070,
    "last_online": 1780606237,
    "icon": null,
    "name": "NA 3x HighStakes.net | Modded | BP Sharing | MAX 5",
    "connect": "162.33.23.82:10000",
    "request": "162.33.23.82:10003",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780180912,
    "last_update": 1780606237,
    "banned": false,
    "wipe": 1780601249,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5472,
    "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/11671027");
$data = json_decode($json, true);
var_dump($data);