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

text
https://api.gamemonitoring.in/servers/2750378
json
{
  "response": {
    "fps": 130,
    "fps_avg": 125,
    "entities_count": 90408,
    "world_seed": 213850304,
    "world_size": 3500,
    "steam_id": "90286226151095320",
    "domain": null,
    "id": 2750378,
    "ip": "162.19.126.96",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Gravelines",
    "description": "![[FR/EU]FrenchPvP#1 x10 SOLO ONLY 21/05 [Mymini|NoBp|Kits|SkinBo](http://upload.frenchpvp.fr/images/Banner.png)\n***Hosted By MH-Game-Hosting.fr*** \r\n \r\nWipe toutes les semaines les jeudis à 19H - Règlements sur discord \r\n \r\nGather Rates x10 - Resources x10 \r\nVitesses des fours + craft x1000 \r\nBP T1,T2 et T3 sont débloquer\r\n \r\nWiped weekly on Thursday at 8 p.m. Paris time - rules on discord\r\n \r\n10x Gather Rates - 10x Resources \r\n1000x 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 \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\n*InstantBarrel \r\n*Metabolism \r\n*Shop \r\n*Kits...",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779718960,
    "last_online": 1779786027,
    "icon": null,
    "name": "[FR/EU]FrenchPvP#1 x10 SOLO ONLY 21/05 [Mymini|NoBp|Kits|SkinBo",
    "connect": "162.19.126.96:28015",
    "request": "162.19.126.96:28017",
    "map": "https://discord.frenchpvp.fr",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 1,
    "maxplayers": 125,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1706388004,
    "last_update": 1779786027,
    "banned": false,
    "wipe": 1779382837,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2680,
    "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/2750378");
$data = json_decode($json, true);
var_dump($data);