Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11639222
json
{
  "response": {
    "fps": 59,
    "fps_avg": 58,
    "entities_count": 70612,
    "world_seed": 86091,
    "world_size": 3800,
    "steam_id": "90286437989182479",
    "domain": null,
    "id": 11639222,
    "ip": "23.27.211.89",
    "port": 22515,
    "query": 22517,
    "color": 0,
    "city": "Dallas",
    "description": "![AshRust.net 2x Monthly | Max 5 | 50% Upkeep |No BP Wipe](https://www.dropbox.com/scl/fi/s6c5yw3tcen606pyygspa/d1.2.png?rlkey=fih258k5rwfp1lz05h2ncf45e&st=0nu6jesg&dl=1)\nWelcome to AshRust!!! We try out best to offer the best gaming experience for our players. Servers are runing on high-performance servers for a better aming experience! \r\n \r\nServer Info: \r\n✦ Group Limit: 5 \r\n✦ No BP Wipe \r\n✦ MAP Wipe: Monthly(Forced Wipe) \r\n \r\nCore Features: \r\n✦ 2x Gather Rates/2x Loottable \r\n✦ 2x Smelt/Recycler/Smelting speed \r\n✦ Some Minicopters Spawn On Roads \r\n✦ Recyclers At Monuments \r\n✦ Increased Turret Limit \r\n✦ Long-Day & Short-Night \r\n✦ Customized Anti-Cheat \r\n✦ Active-non-playing Admins \r\n \r\nJOIN DISCORD↓↓",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780226053,
    "last_online": 1780263632,
    "icon": null,
    "name": "AshRust.net 2x Monthly | Max 5 | 50% Upkeep |No BP Wipe",
    "connect": "23.27.211.89:22515",
    "request": "23.27.211.89:22517",
    "map": "Wiped 24 Days ago",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779917956,
    "last_update": 1780263632,
    "banned": false,
    "wipe": 1778176578,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5830,
    "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/11639222");
$data = json_decode($json, true);
var_dump($data);