JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/10740361
json
{
  "response": {
    "fps": 60,
    "fps_avg": 58,
    "entities_count": 133035,
    "world_seed": 526159613,
    "world_size": 4750,
    "steam_id": "90286728382700548",
    "domain": null,
    "id": 10740361,
    "ip": "136.243.50.209",
    "port": 28015,
    "query": 28017,
    "project_id": null,
    "color": 0,
    "city": "Falkenstein",
    "description": "![TDL Test Server](https://thedragonesseslair.uk/images/headerimage.png)\n◉ TDL - TESTING SERVER ◉\r\n◉ PLEASE GO TO OUR MAIN SERVER ◉\r\n◉>>> TDL - Emberflow <<<◉\r\n • High QoL • High FPS • Over 250 Mods • Custom Maps • Many Events •\r\n • Clan/Team Limit 8 • Gather Rate: 3x • Increased Stack Size •\r\n \r\n ⦿ SERVER INFO ⦿\r\n • Wipe: 1st, 3rd & 5th Thursday of the month •\r\n \r\n ⦿ PVE CONTENT ⦿\r\n • Raidable Bases • Helicopters • Bradley Tanks • Dungeons •\r\n \r\n ⦿ FREE QOL & SYSTEMS ⦿\r\n • 24 Slot Starting Backpack (grows with playtime) • BetterTC • Furnace Upgrades •\r\n • Auto-Split Furnace • Stackable Chests • Custom Loot Tables • Personal Recycler •\r\n • Vehicles • Skinbox • High Stack Rates • Remover Tool •\r\n \r\n ⦿ PROGRESSION ⦿\r\n • Skill Tree • Unique Prestige System • Shop & Stock Market •\r\n \r\n ⦿ GAMEPLAY EXTRAS ⦿\r\n • Jetpacks • Quests • Helicopters • Kits • Bosses • Virtual Quarries • Giveaways •\r\n • Better NPCs • Tugboats • Teleporting and /tpb [Teleport Back!] • Multiple Homes •\r\n \r\n ⦿ DISCORD ⦿\r\n • https://discord.thedragonesseslair.uk • Link Discord for extra kits & full access •",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780866261,
    "last_online": 1780915830,
    "icon": null,
    "name": "TDL Test Server",
    "connect": "136.243.50.209:28015",
    "request": "136.243.50.209:28017",
    "map": "TDL - Random Custom Map!",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1766250687,
    "last_update": 1780915830,
    "banned": false,
    "wipe": 1780597170,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3903,
    "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/10740361");
$data = json_decode($json, true);
var_dump($data);