Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/6282525
json
{
  "response": {
    "fps": 72,
    "fps_avg": 102,
    "entities_count": 121154,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90286172832747539",
    "domain": null,
    "id": 6282525,
    "ip": "104.128.58.52",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Chicago",
    "description": "![Aegis Outpost | 10x | Invincible Bases | Build. Hunt. Survive.](https://i.imgur.com/PIKz7LP.png)\nWelcome to the Frontier. Aegis Outpost is a high-performance environment designed for architects who value their legacy and hunters who crave the hunt.\r\n\r\n[ THE RULES ]\r\n- Aegis Sanctuary: PVE focus. Your base is 100% Invincible. No offlines, no raiding.\r\n- The Global Hunt: PVP is active 24/7 at all Monuments.\r\n\r\n[ THE RATES ]\r\n- 10x Gather Rates\r\n- 5x Loot Multiplier\r\n- Build fast, fight hard.\r\n\r\nManaged with precision by Yanked Up Studios.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778193784,
    "last_online": 1780650627,
    "icon": null,
    "name": "Aegis Outpost | 10x | Invincible Bases | Build. Hunt. Survive.",
    "connect": "104.128.58.52:28015",
    "request": "104.128.58.52:28016",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1729463189,
    "last_update": 1780650627,
    "banned": false,
    "wipe": 1778194235,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3013,
    "language": "en",
    "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/6282525");
$data = json_decode($json, true);
var_dump($data);