JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11744505
json
{
  "response": {
    "fps": 139,
    "fps_avg": 142,
    "entities_count": 89913,
    "world_seed": 5689554,
    "world_size": 4000,
    "steam_id": "90286573300877323",
    "domain": null,
    "id": 11744505,
    "ip": "5.39.17.37",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Strasbourg",
    "description": "![NORTHFALL EU | 2X | SOLO/DUO/TRIO | BIWEEKLY](https://blush-blank-termite-428.mypinata.cloud/ipfs/bafybeifph2oxhqkn2gufszgmp4m5auaj3usa7rworxkqa6iedruwsvkhli)\n⚔️ NORTHFALL EU | 2X | SOLO/DUO/TRIO ⚔️\r\n🔥 2X Gather\r\n🗺️ Biweekly Map Wipe\r\n📅 Monthly Full Wipe + BP Wipe\r\n👥 Max Trio\r\n💎 VIP System\r\n🏆 Competitive Events\r\n🎯 Real Prize Tournaments\r\n🛡️ Active Staff\r\n🚫 No Cheaters\r\n⚡ High Performance\r\nFight. Raid. Survive.\r\nBuild your legacy dominate your enemies and climb the NORTHFALL rankings.\r\nEvery wipe is a new opportunity to become a legend.\r\nNORTHFALL — Where Legends Rise.\r\nVisit us on Discord - https://discord.gg/FTsNpGMHp",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780518701,
    "last_online": 1780549228,
    "icon": null,
    "name": "NORTHFALL EU | 2X | SOLO/DUO/TRIO | BIWEEKLY",
    "connect": "5.39.17.37:28015",
    "request": "5.39.17.37:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 125,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780518701,
    "last_update": 1780549228,
    "banned": false,
    "wipe": 1780435990,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 6132,
    "language": "fr",
    "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/11744505");
$data = json_decode($json, true);
var_dump($data);