JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/10367940
json
{
  "response": {
    "fps": 40,
    "fps_avg": 39,
    "entities_count": 112273,
    "world_seed": 112821136,
    "world_size": 4250,
    "steam_id": "90286582085350405",
    "domain": null,
    "id": 10367940,
    "ip": "176.9.112.88",
    "port": 28018,
    "query": 28017,
    "color": 0,
    "city": "Falkenstein",
    "description": "![Enjoy PVE Monthly Wipe NPC Shop](https://enjoyrust.com/u/84f80d9d-4d23-4143-a932-5c2be63a4ada/Pve_5.png)\nWipe Schedule:  \r\n\\t Enjoy PVE Monthly Wipe NPC Shop @ Thursdays 20:00 CEST  \r\n\r\n Store: https://store.enjoyrust.gg/category/pve \r\n\r\n Rules:  \r\n\\t - No hacking / scripting \r\n\\t - No intentional bug abuse \r\n\\t - No ban evading \r\n\\t - No racism, toxicity \r\n\\t - No exceeding Clan/Team limit (Unlimited) \r\n\r\n Good Performance \r\n\\t Active admins \r\n\r\n Modded Status: \r\n\\t ➤ 1x loot(Events, AirDrop, Hackable crate modified) \r\n\\t ➤ RaidBases \r\n\\t ➤ TruePVE \r\n\\t ➤ In Game Shop \r\n\\t ➤ Premium automated events \r\n\\t ➤ (Armored Train, Convoy, Artic Base Event, Plane Crash, Junkyard Event, Flying Cargo Event, Ferry Terminal Event, Sputnik, Super Market Event, GasStation Event, Dungeon Events, Sat Dish Event and many more) \r\n\\t ➤ Growable Ores and Magic Tree Seeds \r\n\\t ➤ Skill Tree \r\n\\t ➤ Custom Helicopter Tiers \r\n\\t ➤ Npc raiders who can raid your base \r\n\\t ➤ NPC’s on most of monuments \r\n\\t ➤ NPC Bosses in Shop \r\n\\t ➤ Auto Base Upgrade in TC, Backpacks, Virtual Quarries \r\n\\t ➤ RP VIP packages \r\n\\t ➤ VIP and VIP+ packages \r\n\\t ➤ And many many more... \r\n\\t ➤ More info in our in game info panel \r\n\r\n Discord : https://discord.gg/hZ46Bx7DN8 \r\n\\t Website https://enjoyrust.gg \r\n\r\n  Stay safe and get fun on Enjoy Rust PVE 1x",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780548267,
    "last_online": 1780589435,
    "icon": null,
    "name": "Enjoy PVE Monthly Wipe NPC Shop",
    "connect": "176.9.112.88:28018",
    "request": "176.9.112.88:28017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1758617530,
    "last_update": 1780589435,
    "banned": false,
    "wipe": 1778179086,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3560,
    "language": "de",
    "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/10367940");
$data = json_decode($json, true);
var_dump($data);