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

text
https://api.gamemonitoring.in/servers/8536925
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 8536925,
    "ip": null,
    "port": null,
    "query": null,
    "project_id": null,
    "color": 0,
    "city": null,
    "description": "[{\"id\":\"ZZuOwtUxDZ\",\"type\":\"paragraph\",\"data\":{\"text\":\"🚗 Next Byte Community – Motor Town Server 🚗\\nWelcome to Next Byte, a growing Motor Town server built for fun, collaboration, and great vibes! Whether you're into chill logistics runs, high-speed racing, or just cruising around with friends, this is the place for you.\"}},{\"id\":\"P0ZgdV9KQu\",\"type\":\"paragraph\",\"data\":{\"text\":\"✨ What we offer:\"}},{\"id\":\"XUf-L-b_jb\",\"type\":\"list\",\"data\":{\"style\":\"unordered\",\"items\":[\"🛣️ Chill drives and hangouts\",\"🏁 Community racing events\",\"🚛 Logistics runs and convoys\",\"🎤 Active voice chats\",\"📅 Regular events and future plans\",\"🤝 Friendly, welcoming community\"]}},{\"id\":\"MZSo5NmM_a\",\"type\":\"paragraph\",\"data\":{\"text\":\"Join now! discord.gg/ThVdUrwE79\"}}]",
    "game": 1369670,
    "owner": 115309,
    "boosts": 1,
    "last_offline": 1750457066,
    "last_online": 1746370829,
    "icon": null,
    "name": "NBC | Next Byte Community server | EN | discord.gg/ThVdUrwE79",
    "connect": null,
    "request": null,
    "map": null,
    "gamemode": "Unreal Test!",
    "version": null,
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "DE",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1744463606,
    "last_update": 1750457066,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 408,
    "language": "de",
    "parked": true,
    "app": {
      "id": 1564980,
      "steam_id": 1369670,
      "name": "Motor Town: Behind The Wheel",
      "url": "motor-town-behind-the-wheel"
    },
    "server_owner": {
      "username": "durumauden",
      "avatar": "58a6fe73-8c13-4377-bd80-8766de86c249.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

कोड उदाहरण

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