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

text
https://api.gamemonitoring.in/servers/10714428
json
{
  "response": {
    "fps": 224,
    "fps_avg": 220,
    "entities_count": 72552,
    "world_seed": 1337,
    "world_size": 4000,
    "steam_id": "90286625857578003",
    "domain": null,
    "id": 10714428,
    "ip": "45.43.163.77",
    "port": 28019,
    "query": 28020,
    "color": 0,
    "city": "Paris",
    "description": "![Raidgents 3X | Solo/Duo/Trio | NOOB FRIENDLY | Monthly | EU](https://www.dropbox.com/scl/fi/l95vfuwuc38uetxyn9p39/ChatGPT_Image_12._jan._2026_21.22.32_cropped.png?rlkey=03x1qeri6wcppr4fhef7vbfwq&st=dpw23wyl&dl=1)\nWelcome to Raidgents!\r\n A friendly but competitive Rust experience.\r\n • 3X Gather & Faster Crafting\r\n • Solo/Duo/Trio Teams Allowed\r\n • Raidable Bases\r\n • Active and Helpful Admins\r\n • No Toxicity / No Cheaters\r\n • Monthly Wipe Schedule\r\n Have fun and enjoy your stay!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780654461,
    "last_online": 1780647812,
    "icon": null,
    "name": "Raidgents 3X | Solo/Duo/Trio | NOOB FRIENDLY | Monthly | EU",
    "connect": "45.43.163.77:28019",
    "request": "45.43.163.77:28020",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 40,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1765132156,
    "last_update": 1780654461,
    "banned": false,
    "wipe": 1780642974,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 10011,
    "language": "fr",
    "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/10714428");
$data = json_decode($json, true);
var_dump($data);