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

text
https://api.gamemonitoring.in/servers/11259911
json
{
  "response": {
    "fps": 20,
    "fps_avg": 19,
    "entities_count": 86255,
    "world_seed": 50157596,
    "world_size": 4000,
    "steam_id": "90284819939400707",
    "domain": null,
    "id": 11259911,
    "ip": "185.180.2.15",
    "port": 28976,
    "query": 27976,
    "color": 0,
    "city": "Prague",
    "description": "![★CZ/SK/EU - WipeLand PVE / PVP | Solo | 1,5x | LVL | ECON★](https://i.ibb.co/0RvwNsP7/Wipe-Land1.png)\n★ WipeLand | RUST PvE / PvP ★\r\n★ Ekonomika | Levely | Eventy | Questy ★\r\n\r\n ✓ PvE zaměřený server s PvP \r\n ✓ PvP zóny a eventy pro větší výzvu\r\n ✓ PvP povoleny Raidy, zabijení hráčů\r\n ✓ Offline Raid Protection (ochrana základen když jsi offline)\r\n ✓ Levelovací a skill systém\r\n ✓ Ekonomika se Server Shopem\r\n ✓ Denní questy a odměny\r\n ✓ Vlastní eventy a aktivity\r\n ✓ Teleport systém (/home /tpr)\r\n ✓ Vylepšený a vyvážený loot\r\n ✓ Aktivní a ochotná administrativa\r\n ✓ Přátelská komunita\r\n ✓ Upkeep snížen na 50 %\r\n ✓ Optimalizovaný výkon serveru\r\n----------------------------------\r\n☆ WIPE: 19.4.2026\r\n☆ VELIKOST MAPY: 4000\r\n☆ LIMIT TÝMŮ: 1\r\n----------------------------------\r\nStavěj, přežij, obchoduj a bojuj.\r\nHraj PvE a užij si PvP.\r\n------------------------------------\r\n★ WipeLand | RUST PvE / PvP ★\r\n★ Economy | Levels | Events | Quests ★\r\n\r\n✓ PvE focused server with PvP elements\r\n✓ PvP zones and events for bigger challenges\r\n✓ PvP enabled – raiding and player killing allowed\r\n✓ Offline Raid Protection (base protection while you are offline)\r\n✓ Leveling and skill system\r\n✓ Economy with Server Shop\r\n✓ Daily quests and rewards\r\n✓ Custom events and activities\r\n✓ Teleport system (/home /tpr)\r\n✓ Improved and balanced loot\r\n✓ Active and helpful administration\r\n✓ Friendly community\r\n✓ Upkeep reduced to 50%\r\n✓ Optimized server performance\r\n----------------------------------\r\n☆ WIPE: 19.4.2026\r\n☆ MAP SIZE: 4000\r\n☆ GROUP LIMIT: 1\r\n----------------------------------\r\nBuild, survive, trade and fight.\r\nPlay PvE and enjoy PvP.\r\n----------------------------------",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776702799,
    "score": 0,
    "last_online": 1776877827,
    "icon": null,
    "name": "★CZ/SK/EU - WipeLand PVE / PVP | Solo | 1,5x | LVL | ECON★",
    "connect": "185.180.2.15:28976",
    "request": "185.180.2.15:27976",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 30,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CZ",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774555183,
    "last_update": 1776877827,
    "banned": false,
    "wipe": 1776343385,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4927,
    "language": "cs",
    "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/11259911");
$data = json_decode($json, true);
var_dump($data);