API für Stravos 1000000x |BATTLEFIELD|KITS|TP|CLANS|SKINBOX|PVP|

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/10979154
json
{
  "response": {
    "fps": 19,
    "fps_avg": 96,
    "entities_count": 98366,
    "world_seed": 2045289520,
    "world_size": 4000,
    "steam_id": "90285220643122177",
    "domain": null,
    "id": 10979154,
    "ip": "195.252.231.238",
    "port": 28030,
    "query": 28031,
    "color": 0,
    "city": "Norfolk",
    "description": "![Stravos 1000000x |BATTLEFIELD|KITS|TP|CLANS|SKINBOX|PVP|](https://i.imgur.com/xvGWO4Z.jpeg)\nWipes every Friday 2pm |EST|\r\n\r\nFEATURES \r\n\r\nMap-Wide Workbench ** Instant Craft ** MyMini \r\nHome/Outpost/Bandit TP ** Shop ** BGrade \r\nAll BP's Unlocked ** Powerless Turrets/Sam Sites ** 2x MLRS damage & 10Min Cooldown ** Reduced Bed Timers ** AutoKits",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777657993,
    "score": 0,
    "last_online": 1777662628,
    "icon": null,
    "name": "Stravos 1000000x |BATTLEFIELD|KITS|TP|CLANS|SKINBOX|PVP|",
    "connect": "195.252.231.238:28030",
    "request": "195.252.231.238:28031",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 1,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1769901070,
    "last_update": 1777662628,
    "banned": false,
    "wipe": 1777658092,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2586,
    "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/10979154");
$data = json_decode($json, true);
var_dump($data);