Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/9388641
json
{
  "response": {
    "fps": 30,
    "fps_avg": 29,
    "entities_count": 80590,
    "world_seed": 1971750273,
    "world_size": 3700,
    "steam_id": "90286599517676549",
    "domain": null,
    "id": 9388641,
    "ip": "64.40.9.169",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "London",
    "description": "![[UK][PvE]Midlands |Monument Events|XPerience|Bradley Tiers 21/5](https://i.ibb.co/HfB8bHPq/EU-Midlands-main-pve-1.png)\n- Midlands PVE BIWeekly wipes on thursdays\n- We run ServerArmour !\n- Custom maps\n- BradleyGuards (Krungh Crow)\n- Bradley Tiers (Krungh Crow)\n- Convoy\n- Raidable NPC bases\n- XPerience\n- Kits\n- Harbour/Submarine/Air/Waterplant/Sateliste Dish Events\n- Custom Server Jackpot event (Krungh Crow)\n  And many more cool pluggins for all to use.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780459450,
    "last_online": 1780589430,
    "icon": null,
    "name": "[UK][PvE]Midlands |Monument Events|XPerience|Bradley Tiers 21/5",
    "connect": "64.40.9.169:28015",
    "request": "64.40.9.169:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 1,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1747951721,
    "last_update": 1780589430,
    "banned": false,
    "wipe": 1779383874,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2189,
    "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/9388641");
$data = json_decode($json, true);
var_dump($data);