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

text
https://api.gamemonitoring.in/servers/2310806
json
{
  "response": {
    "fps": 79,
    "fps_avg": 75,
    "entities_count": 132253,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90284735595287568",
    "domain": null,
    "id": 2310806,
    "ip": "142.4.207.141",
    "port": 28080,
    "query": 28015,
    "color": 0,
    "city": "Montreal",
    "description": "![Pioneers (NOOB FRIENDLY|2X|8 TEAM|KITS|SKILLS|50% UPKEEP)](https://www.dropbox.com/scl/fi/ndy3wtm4brwqm6itx81yn/Rustserverimg.png?rlkey=guib9duqpiwlxorx5ojfimo2x&st=2wubsbg9&dl=1)\nWelcome to Pioneers Program. \r\n To Join The Discord The Link Is \r\n https://discord.com/invite/Q9zGBNttdG \r\n ======================================== \r\n [----------------INFO------------------] \r\n \r\n - Active Admins \r\n - 2x Gather (increased with skills) \r\n - 2x quarry/exc \r\n - Skills wipe yearly \r\n - Custom Stack Size \r\n \r\n ======================================== \r\n [-----Custom-EVENTS-----] \r\n \r\n - Convoy \r\n - Armourd Train \r\n - Heli Signals \r\n - Bradley Drops \r\n \r\n ==================================== \r\n [---------------QOL----------------] \r\n \r\n - Better TC \r\n - 50% upkeep \r\n - Faster mixing/smelting \r\n - junk removed \r\n - Custom Raid Times \r\n \r\n ==================================== \r\n [----EXTRA----] \r\n \r\n - Skills \r\n - Shop \r\n - Kits",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776427419,
    "score": null,
    "last_online": 1776853226,
    "icon": null,
    "name": "Pioneers (NOOB FRIENDLY|2X|8 TEAM|KITS|SKILLS|50% UPKEEP)",
    "connect": "142.4.207.141:28080",
    "request": "142.4.207.141:28015",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "CA",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1703673775,
    "last_update": 1776853226,
    "banned": false,
    "wipe": 1775157018,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2666,
    "language": "en",
    "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/2310806");
$data = json_decode($json, true);
var_dump($data);