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

text
https://api.gamemonitoring.in/servers/11744629
json
{
  "response": {
    "fps": 110,
    "fps_avg": 110,
    "entities_count": 94802,
    "world_seed": 100816564,
    "world_size": 4000,
    "steam_id": "90286567121856529",
    "domain": null,
    "id": 11744629,
    "ip": "200.152.10.114",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Mirassol d'Oeste",
    "description": "![(BR) CLT PRO VANILA    SOLO/DUO KIT-MYMINI-LOOT+](https://preview.redd.it/rust-poster-this-is-my-first-rust-poster-and-its-1440p-so-v0-dbq6mfn3sew51.jpg?width=1080&crop=smart&auto=webp&s=be724bcbe76632024ac9d08cc46f393f33fd4c74)\n***************BEMM VINDO AO CLT PRO*****************\r\n\r\nSERVER FEITO PARA TRABALHADORES!\r\n\r\n+BLOQUEIO DE RAID E HORARIOS EM QUE ESTAMOS TRABALHANDO\r\n+STAK DE LOOT EM BAU\r\n+MINI-COPTERO COM COWDOWN DE 10M\r\n+SISTEMA DE LV QUE BENEFICIA BOOST EM FARM E CRAFITING\r\n+AUTO COLETAR NOS LATOES DE RUA\r\n\r\nSERVER MODIFICADO PARA AJUDAR VC TRABALHADOR A TER UMA OTIMA  JOGABILIDADE E PVP \r\n\r\n***************** KITS VIP****************\r\nNOSSO SISTEMA DE KITS SAO BALACIADOS PARA NAO ATRAPALHAR NA JOGABILIDADE.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780606462,
    "last_online": 1780604431,
    "icon": null,
    "name": "(BR) CLT PRO VANILA    SOLO/DUO KIT-MYMINI-LOOT+",
    "connect": "200.152.10.114:28015",
    "request": "200.152.10.114:28017",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "BR",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1780518717,
    "last_update": 1780606462,
    "banned": false,
    "wipe": 1780417358,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 9605,
    "language": "pt",
    "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/11744629");
$data = json_decode($json, true);
var_dump($data);