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

text
https://api.gamemonitoring.in/servers/8297351
json
{
  "response": {
    "fps": 200,
    "fps_avg": 197,
    "entities_count": 98085,
    "world_seed": 1795926456,
    "world_size": 3250,
    "steam_id": "90286184315002904",
    "domain": null,
    "id": 8297351,
    "ip": "162.19.126.96",
    "port": 28035,
    "query": 28037,
    "color": 0,
    "city": "Gravelines",
    "description": "![[FR/EU]FrenchPvP x1000000 21/05 [Mymini|NoBp|Kits|SkinBox|Shop]](https://upload.frenchpvp.fr/images/Banner.png)\nHosted By MH-Game-Hosting.fr \r\nWipe tout les vendredis a 19h - Règlements sur discord \r\n \r\nGather Rates x1000000 - Resources x1000000 \r\nVitesses des fours + craft x1000000 \r\nBP T1,T2 et T3 sont débloquer\r\n \r\nWiped weekly on Friday - rules on discord\r\n \r\n1000000x Gather Rates - 1000000x Resources \r\n1000000x Half smelt and crafting speeds \r\nAll BP unlocked \r\n \r\nWebSite https://link.frenchpvp.fr/ | https://discord.frenchpvp.fr/ \r\n \r\n ·Events Plugin \r\n \r\n·AirfieldEvent \r\n·LaunchSiteHelipadEvent \r\n·RaidableBases \r\n· Other Plugin \r\n· \r\n·AlphaLoot \r\n·AutoTurretInterference \r\n·BedsCooldowns \r\n·BetterNoWorkbench \r\n·BlueprintManager \r\n·BGrade \r\n·Clans \r\n·CraftingController \r\nInstantBarrel· \r\n·Metabolism \r\n·Shop \r\n·Kits.....",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779386630,
    "last_online": 1779712220,
    "icon": null,
    "name": "[FR/EU]FrenchPvP x1000000 21/05 [Mymini|NoBp|Kits|SkinBox|Shop]",
    "connect": "162.19.126.96:28035",
    "request": "162.19.126.96:28037",
    "map": "Hosted By MH-Game-Hosting.FR",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 4,
    "maxplayers": 125,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1743250220,
    "last_update": 1779712220,
    "banned": false,
    "wipe": 1779386584,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2165,
    "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/8297351");
$data = json_decode($json, true);
var_dump($data);