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

text
https://api.gamemonitoring.in/servers/11510919
json
{
  "response": {
    "fps": 132,
    "fps_avg": 129,
    "entities_count": 69585,
    "world_seed": 1337,
    "world_size": 3200,
    "steam_id": "90286380699298817",
    "domain": null,
    "id": 11510919,
    "ip": "51.75.147.29",
    "port": 3561,
    "query": 3867,
    "color": 0,
    "city": "Limburg an der Lahn",
    "description": "![[EU] Rusty Grin.gg | 2x | Main | Just Wiped](https://media.discordapp.net/attachments/1491257452262461672/1492226971537637496/Firefly_Gemini_Flash_5.png?ex=69de84aa&is=69dd332a&hm=694067ee84e01c0d4e8238acb05a51a0001287b39ae29e826c970a9532a8eef3&=&format=webp&quality=lossless&width=1225&height=684)\nWelcome to RustyGrin.gg – The ultimate 2x Vanilla experience for Eu\r\n\r\nWe provide a balanced, lag-free environment designed for clans and  players who love the classic Rust feel with a faster pace.\r\n[ SERVER FEATURES ]\r\n◈ Multiplier: 2x Gather Rates (Resources, Components & Scrap. Sulfer x1.5 only ) .\r\n◈ Group Limit: Strictly  (Max 8 per team).\r\n◈ Wipe Cycle: Weekly Map Wipe (Every Thursday at 17:00 CET).\r\n◈ Blueprints: 2x Speed / Vanilla Progression.\r\n◈ Performance: High-end Dedicated CPU for 0% Lag.\r\n\r\n[ SERVER RULES ]\r\nNo more than 8 players per base/roam/raid.\r\nNo Teaming or Neutrality with other groups.\r\nNo Cheating, Scripting, or Toxic behavior.\r\nRespect the community.\r\n\r\n[ LINKS ]\r\n◈ Discord: https://discord.gg/RustyGrin.gg\r\n◈ Store: RustyGrin.gg\r\nHave fun and good luck surviving the wipe!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779884603,
    "last_online": 1780578036,
    "icon": null,
    "name": "[EU] Rusty Grin.gg | 2x | Main | Just Wiped",
    "connect": "51.75.147.29:3561",
    "request": "51.75.147.29:3867",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779353835,
    "last_update": 1780578036,
    "banned": false,
    "wipe": 1776956380,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5107,
    "language": "de",
    "parked": false,
    "app": {
      "id": 252490,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

कोड उदाहरण

php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11510919");
$data = json_decode($json, true);
var_dump($data);