Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/9861581
json
{
  "response": {
    "fps": 24,
    "fps_avg": 28,
    "entities_count": 122689,
    "world_seed": 1135756049,
    "world_size": 4250,
    "steam_id": "90286710828779534",
    "domain": null,
    "id": 9861581,
    "ip": "167.160.93.169",
    "port": 28015,
    "query": 28016,
    "project_id": null,
    "color": 0,
    "city": "New York",
    "description": "![Rustoholics PvE - No Upkeep | Zombies | Events | Raids | Quests](https://rustoholicspve.com/rust/rustoholics-header.jpg)\n○ Vanilla Gather w/Skill Tree Plugin ○ Increased Stack Sizes\r\n○ Abandoned Bases (Log in every 72 hours or your base becomes raidable!)\r\n○ No Decay on Structures or Horses ○ Decreased Decay on Vehicles\r\n○ Backpacks ○ Quests ○ Kits ○ Additional helicopter seating\r\n○ Raidable Bases ○ NPC Raiders ○ Zombie Hordes  ○ Events\r\n○ Convoy  ○ Armored Train ○ Sputnik ○ Shipwreck\r\n○ VIP Available ○ Active Admins ○ Bimonthly BP Wipes & Much More!\r\n\r\nSERVER RULES\r\n○ No Racism, Sexism, Trolling, Disrespect or Hate Speech of any kind.\r\n○ No Raiding, Looting or Stealing ○ No Political or Offensive Signage\r\n\r\nPurge 24 Hours before Wipe\r\n\r\nJoin our discord for more info!\r\nhttps://discord.gg/MSy8fbQuQ9",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780830261,
    "last_online": 1780902036,
    "icon": null,
    "name": "Rustoholics PvE - No Upkeep | Zombies | Events | Raids | Quests",
    "connect": "167.160.93.169:28015",
    "request": "167.160.93.169:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1753269598,
    "last_update": 1780902036,
    "banned": false,
    "wipe": 1780597589,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3423,
    "language": "en",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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