API für TemplarGaming 10x Swift Solo/Duo Loot++|PvP|MyMini|SkinBox|x10

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11131371
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 135321,
    "world_seed": 336485724,
    "world_size": 3500,
    "steam_id": "90285578201971726",
    "domain": null,
    "id": 11131371,
    "ip": "162.222.16.170",
    "port": 28014,
    "query": 28015,
    "color": 0,
    "city": "Amsterdam",
    "description": "![TemplarGaming 10x Swift Solo/Duo Loot++|PvP|MyMini|SkinBox|x10 ](https://templar.gg/images/us-10x-swift-duo.jpg)\nWelcome to the TemplarGaming 10x Swift Duo!\r\nFast paced gameplay with many features speeding up progression\r\n⦿ Heavily boosted loot | No Blueprints | No Workbenches\r\n⦿ Everyone has SkinBox, /MyMini, AutoDoors, /Remove, /BGrade & more\r\n⦿ In-Game Leaderboard tracking your Kills, Deaths, Headshots, Accuracy & more!\r\n⦿ Kits | Clan Auth Sharing | Shop | Teleport | Fast Smelting | Instant Craft + More!\r\n⦿ Performance Optimized Custom Maps\r\n⦿ Group Limit: 2\r\n⦿ Automatic Base Upgrader, Base Repair & Box Sorters available to all\r\n⦿ Active Non-Playing Admins\r\n\r\nJoin our Discord for /Kit Discord & more\r\n⦿ discord.gg/Templar",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778410983,
    "score": 0,
    "last_online": 1778594417,
    "icon": null,
    "name": "TemplarGaming 10x Swift Solo/Duo Loot++|PvP|MyMini|SkinBox|x10",
    "connect": "162.222.16.170:28014",
    "request": "162.222.16.170:28015",
    "map": "Wiped 2 Days Ago",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 15,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "NL",
    "status": true,
    "votes": 0,
    "points": 64,
    "add_date": 1770397352,
    "last_update": 1778594417,
    "banned": false,
    "wipe": 1778352925,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1307,
    "language": "nl",
    "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/11131371");
$data = json_decode($json, true);
var_dump($data);