TemplarGaming 5x Swift Loot++|PvP|MyMini|SkinBox|x5 JUST WIPED için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11018257
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 111837,
    "world_seed": 1474018617,
    "world_size": 3500,
    "steam_id": "90284368632657935",
    "domain": null,
    "id": 11018257,
    "ip": "162.222.16.171",
    "port": 28014,
    "query": 28015,
    "color": 0,
    "city": "Amsterdam",
    "description": "![TemplarGaming 5x Swift Loot++|PvP|MyMini|SkinBox|x5 JUST WIPED](https://templargaming.net/images/US-5x-Swift.jpg)\nWelcome to the TemplarGaming 5x 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⦿ 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": 1775819525,
    "score": 0,
    "last_online": 1776336619,
    "icon": null,
    "name": "TemplarGaming 5x Swift Loot++|PvP|MyMini|SkinBox|x5 JUST WIPED",
    "connect": "162.222.16.171:28014",
    "request": "162.222.16.171:28015",
    "map": "Wiped 39 Hours Ago",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 6,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "NL",
    "status": true,
    "votes": 0,
    "points": 63,
    "add_date": 1769944480,
    "last_update": 1776336619,
    "banned": false,
    "wipe": 1776192927,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1161,
    "language": "nl",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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