API für PukekoLabs x100000 Battlefield|LOADOUT|KITS|CLANS|TP

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11305586
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 28658,
    "world_seed": 13347,
    "world_size": 2500,
    "steam_id": "90284832550227990",
    "domain": null,
    "id": 11305586,
    "ip": "147.135.4.144",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Oakton",
    "description": "PukekoLabs | NEXT-GEN BATTLEFIELD EXPERIENCE\nFEATURES:\nSkyfall\nTeleportation\nFree Kits and Loadouts\nFree Backpacks\nFree Mini and Rowboat\nBGrade (Auto Upgrade)\nHomes\nAlways Day\nRegular Events\nRULES:\n1. No cheating or scripting\n2. No racism or excessive toxicity\n3. No admin abuse reports without proof\n4. No exploiting or glitching\n5. English in global chat",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775155330,
    "score": 0,
    "last_online": 1776976822,
    "icon": null,
    "name": "PukekoLabs x100000 Battlefield|LOADOUT|KITS|CLANS|TP",
    "connect": "147.135.4.144:28015",
    "request": "147.135.4.144:28017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 1,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774592892,
    "last_update": 1776976822,
    "banned": false,
    "wipe": 1775926830,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5165,
    "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/11305586");
$data = json_decode($json, true);
var_dump($data);