API for TemplarGaming EU 3x Solo/Duo/Trio LootX3|SkinBox JUST WIPED

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10671103
json
{
  "response": {
    "fps": 59,
    "fps_avg": 59,
    "entities_count": 108864,
    "world_seed": 1308980076,
    "world_size": 3500,
    "steam_id": "90284696578996251",
    "domain": null,
    "id": 10671103,
    "ip": "45.151.44.6",
    "port": 28014,
    "query": 28015,
    "color": 0,
    "city": "Amsterdam",
    "description": "![TemplarGaming EU 3x Solo/Duo/Trio LootX3|SkinBox JUST WIPED](https://templargaming.net/images/EU-3x-Trio.jpg)\nWelcome to the TemplarGaming 3x Trio!\r\n⦿ Intricately Customized Loot Tables\r\n⦿ Kits | Clan Auth Sharing | Instant Craft | Teleport | + More!\r\n⦿ Everyone has SkinBox, Box Sorter, AutoDoors, /Remove, /BGrade & more\r\n⦿ Full Base Workbench Range | Automatic Base Upgrader, Base Repair Tool\r\n⦿ Leaderboard tracking your Kills, Deaths, Headshots, Accuracy & more!\r\n⦿ Group Limit: 3\r\n⦿ Clan Blueprint Sharing | All Tier 1 Blueprints unlocked\r\n⦿ Building Skins (/BSkin) available to all\r\n⦿ Cars spawn with parts\r\n⦿ Performance Optimized Custom Maps\r\n\r\n⦿ Join our Discord to claim an exclusive /Kit Discord & stay up to date with all our latest news.\r\nhttps://discord.gg/templar\r\n\r\n⦿ Join our Steam group and get access to /Kit Steam\r\nhttps://steam.templar.gg",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1772773401,
    "score": 0,
    "last_online": 1776834017,
    "icon": null,
    "name": "TemplarGaming EU 3x Solo/Duo/Trio LootX3|SkinBox JUST WIPED",
    "connect": "45.151.44.6:28014",
    "request": "45.151.44.6:28015",
    "map": "Wiped 40 Hours Ago",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 8,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "NL",
    "status": true,
    "votes": 0,
    "points": 63,
    "add_date": 1764579314,
    "last_update": 1776834017,
    "banned": false,
    "wipe": 1776689728,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1088,
    "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/10671103");
$data = json_decode($json, true);
var_dump($data);