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

text
https://api.gamemonitoring.in/servers/10412354
json
{
  "response": {
    "fps": 152,
    "fps_avg": 169,
    "entities_count": 100363,
    "world_seed": 2534,
    "world_size": 4300,
    "steam_id": 90286589699251220,
    "domain": null,
    "id": 10412354,
    "ip": "202.36.95.78",
    "port": 22842,
    "query": 22843,
    "color": 0,
    "city": "Frankfurt am Main",
    "description": "Welcome to Scrapify!\r\nA Rust server built on fun fairness and community.\r\nFeatures:\r\n- Active admins – safe & balanced gameplay\r\n- Monthly wipes (last Tuesday each month)\r\n- 2X Gather on all resources\r\n- Free minicopters spawning on roads\r\n- Sleep protection\r\n- Use /kit at spawn for a free starterpack!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780567467,
    "last_online": 1780599034,
    "icon": null,
    "name": "[EU/NO] SCRAPIFY | 2x Gather | Low Pop | No BP",
    "connect": "202.36.95.78:22842",
    "request": "202.36.95.78:22843",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1759823722,
    "last_update": 1780599034,
    "banned": false,
    "wipe": 1778626720,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3022,
    "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/10412354");
$data = json_decode($json, true);
var_dump($data);