प्रोग्राम, वेबसाइट और अन्य के लिए JSON

text
https://api.gamemonitoring.in/servers/10488178
json
{
  "response": {
    "fps": 51,
    "fps_avg": 52,
    "entities_count": 114243,
    "world_seed": 1337,
    "world_size": 3500,
    "steam_id": "90284790540407821",
    "domain": null,
    "id": 10488178,
    "ip": "138.201.251.196",
    "port": 28047,
    "query": 28048,
    "color": 0,
    "city": "Falkenstein",
    "description": "![Fear the Brad x50 gather 10x loot - custom heli/brad + legendar](https://i.postimg.cc/ZK8hHbHt/Server-Image-Fear-The-Brad.png)\nFear the Brad x50 PVE \r\nStep into a world where peace is guarded by chaos! \r\nAI patrols roam the roads, armed helicopters circle above, and flying ships cast shadows over the land \r\nwhile deep underground, the Halloween train rumbles, echoing through the darkness with secrets of the past. \r\nEarn in-game money, build your trade empire, and claim your territory. \r\nFace countless challenges — from echoing bunkers to explosive rocket events. \r\nMeet new teammates, create safe havens, and conquer a world without PVP. \r\nWant more? Unlock extra perks for £ — gain special items, exclusive zones, and mystical adventures. \r\nPlugins \r\nAbandoned bases \r\nEnv,,, n\\ Custome guns n\\Armored train \r\nLarge backpack \r\nBradley Tiers. \r\nDaily rewards \r\nEconomics \r\nGanja. \r\nKits. Npc spawn My mini Player poop Quick Sorter Radiable Bases Shop.Traffic Driver Vehicle license \r\nand many more",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776816201,
    "score": 0,
    "last_online": 1776848419,
    "icon": null,
    "name": "Fear the Brad x50 gather 10x loot - custom heli/brad + legendar",
    "connect": "138.201.251.196:28047",
    "request": "138.201.251.196:28048",
    "map": "Custom Map",
    "gamemode": "Vanilla",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1761122006,
    "last_update": 1776848419,
    "banned": false,
    "wipe": 1776349744,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1634,
    "language": "de",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

कोड उदाहरण

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