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

text
https://api.gamemonitoring.in/servers/444722
json
{
  "response": {
    "fps": 60,
    "fps_avg": 60,
    "entities_count": 77648,
    "world_seed": 1929208878,
    "world_size": 3300,
    "steam_id": "90284348043444255",
    "domain": null,
    "id": 444722,
    "ip": "104.129.133.41",
    "port": 28016,
    "query": 28020,
    "color": 0,
    "city": "Dallas",
    "description": "![[US] Badlands 2X Monthly Small - 50% Upkeep](https://www.badlandsrust.com/img/server-banner.png)\n...:::=== BADLANDSRUST.COM ===:::...\r\n\r\nWipe on Force wipe (First Thursday of each month) at 3pm EST\r\nBPs never wipe unless forced by Facepunch during updates.\r\n\r\nNO PAY TO WIN!\r\n\r\nVIP - https://badlandsrust.tebex.io/\r\nDISCORD - discord.badlandsrust.com\r\n\r\n..::== GAME MODIFICATIONS ==::..\r\n-> 50% UPKEEP\r\n-> PREMIUM 2X LOOT TABLES - Junk removed from loot containers\r\n-> SHORT NIGHTS - 5 Minutes\r\n-> RAID ALARM - Rust+ Alerts you when your base(s) take damage\r\n-> EVENTS MODIFIED - Events like Crate and Oil run more frequently\r\n-> MINIs SPAWN ON ROAD\r\n-> RECYCLERS, REPAIR and RESEARCH - At Fishing, Ranch, Dome and Oil\r\n-> TURRETS capped at 25 per 40m vs 12\r\n\r\n..::== VIP ==::..\r\n-> SKINBOX and SIGN ART\r\n-> BOX SORTING\r\n-> FURNACE FILLER\r\n-> AUTO AUTH CUPBORD and TURRET sharing for teamates.\r\n-> COLOR Chat and custom VIP Tag\r\n\r\n..::== RULES ==::..\r\n-> NO VAC or Game bans within 180 days\r\n-> NO EAC bans within 180 days\r\n-> NO MORE THEN ONE TOTAL BAN on record\r\n-> RACISM and or HOMOPHOBIA is no tolerated\r\n\r\nA complete list of rules can be found on our website, discord and /rules in game.\r\n\r\nWe have active Admins and Mods, a Discord community and a VIP \r\nstore. We run on dedicated high end servers.\r\n\r\nYou can show your support and grow the server with a donation or \r\npurchasing VIP.\r\n\r\nCheck us out on Discord for our rules, maps votes, support, friendly \r\nchats and more information!!!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775194330,
    "score": null,
    "last_online": 1776237616,
    "icon": null,
    "name": "[US] Badlands 2X Monthly Small - 50% Upkeep",
    "connect": "104.129.133.41:28016",
    "request": "104.129.133.41:28020",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1630779695,
    "last_update": 1776237616,
    "banned": false,
    "wipe": 1775156638,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2285,
    "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/444722");
$data = json_decode($json, true);
var_dump($data);