API for TemplarGaming 10x Swift Loot++|PvP|MyMini|SkinBox|x10 JUST WIPE

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10605416
json
{
  "response": {
    "fps": 44,
    "fps_avg": 33,
    "entities_count": 467371,
    "world_seed": 2107539126,
    "world_size": 4000,
    "steam_id": "90284733772211224",
    "domain": null,
    "id": 10605416,
    "ip": "45.151.44.67",
    "port": 28014,
    "query": 28015,
    "color": 0,
    "city": "Amsterdam",
    "description": "![TemplarGaming 10x Swift Loot++|PvP|MyMini|SkinBox|x10 JUST WIPE](https://templargaming.net/images/US-10x-Swift.jpg)\nWelcome to the TemplarGaming 10x Swift!\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: 8\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": 1775819524,
    "score": 0,
    "last_online": 1776823809,
    "icon": null,
    "name": "TemplarGaming 10x Swift Loot++|PvP|MyMini|SkinBox|x10 JUST WIPE",
    "connect": "45.151.44.67:28014",
    "request": "45.151.44.67:28015",
    "map": "Wiped 31 Hours Ago",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 347,
    "maxplayers": 400,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "NL",
    "status": true,
    "votes": 0,
    "points": 130,
    "add_date": 1763321598,
    "last_update": 1776823809,
    "banned": false,
    "wipe": 1776711334,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 34,
    "language": "nl",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10605416");
$data = json_decode($json, true);
var_dump($data);