API für [EU] SKRT 50X Main No BPs [Loot+/Kits] WIPED NOW 18/4 [MAX 4]

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/7286766
json
{
  "response": {
    "fps": 189,
    "fps_avg": 189,
    "entities_count": 126518,
    "world_seed": 1583431437,
    "world_size": 4500,
    "steam_id": "90284793566384134",
    "domain": null,
    "id": 7286766,
    "ip": "89.115.115.36",
    "port": 28015,
    "query": 28014,
    "color": 0,
    "city": "Lisbon",
    "description": "![[EU] SKRT 50X Main No BPs [Loot+/Kits] WIPED NOW 18/4 [MAX 4]](https://i.imgur.com/0W1O6XQ.png)\n50X Server with lots of features! \r\n SKINS! 6\r\n OP KITS \r\n 100X Stacks \r\n + Components \r\n NO BPS \r\n Instant Craft \r\n Clans \r\n Voteday \r\n TPS & Homes \r\n Trades \r\n QuickSmelt & Furnace Splitter \r\n Better Electricity \r\n and much more...",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776826995,
    "score": 0,
    "last_online": 1776856220,
    "icon": null,
    "name": "[EU] SKRT 50X Main No BPs [Loot+/Kits] WIPED NOW 18/4 [MAX 4]",
    "connect": "89.115.115.36:28015",
    "request": "89.115.115.36:28014",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "PT",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1736703947,
    "last_update": 1776856220,
    "banned": false,
    "wipe": 1776518396,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3106,
    "language": "pt",
    "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/7286766");
$data = json_decode($json, true);
var_dump($data);