Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11606763
json
{
  "response": {
    "fps": 177,
    "fps_avg": 180,
    "entities_count": 157879,
    "world_seed": 1,
    "world_size": 5000,
    "steam_id": "90286557498883092",
    "domain": null,
    "id": 11606763,
    "ip": "185.244.0.11",
    "port": 25585,
    "query": 25582,
    "color": 0,
    "city": "Hong Kong",
    "description": "![Phoenix Rust | Modded • 10x • Kits • Loot++ • No BP Wip](https://images.stockcake.com/public/4/3/c/43c39f68-e9da-425e-b80c-580c5cbbeae8/fiery-phoenix-ascending-stockcake.jpg)\nPhoenix Rust is a 10x modded Rust server. Spawn. Grind. Die. Repeat. Fast progression, constant action, no unnecessary grind. Features: Kits system Loot++ Backpack system Shop system No blueprint wipes 10x rates Modded systems Rules: No griefing No cheating / exploits No toxic harassment or spam No bug abuse",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780630397,
    "last_online": 1780602632,
    "icon": null,
    "name": "Phoenix Rust | Modded • 10x • Kits • Loot++ • No BP Wip",
    "connect": "185.244.0.11:25585",
    "request": "185.244.0.11:25582",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "HK",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1779915481,
    "last_update": 1780630397,
    "banned": false,
    "wipe": 1780324679,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 11808,
    "language": "zh",
    "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/11606763");
$data = json_decode($json, true);
var_dump($data);