Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11305394
json
{
  "response": {
    "steam_id": 90286349295147020,
    "domain": null,
    "id": 11305394,
    "ip": "194.69.160.98",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "City of London",
    "description": "![Zenith - EU 10x | No BPs | Kits | Shop](https://www.dropbox.com/scl/fi/y6qutyldfik7blt7q60t2/indir.png?rlkey=jevhule82lqs4hdvb47gfg667&st=5p7awv7f&dl=1)\nZenith Rust Servers | Made for the most competitive\r\n\r\nWipe times\r\n5:00 PM GMT Wednesday\r\n3:00 PM GMT Saturday\r\n\r\nLinks\r\n• discord.gg/zenithrust\r\n• zenithrust.com/store\r\nFeatures\r\n• 10X Gather\r\n• 15X Sulfur\r\n• 10X Loot (removed junk)\r\n• Custom events\r\n• Boosted Custom Kits\r\n\r\n24 Hour Discord Staff Support",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779976425,
    "last_online": 1780649434,
    "icon": null,
    "name": "Zenith - EU 10x | No BPs | Kits | Shop",
    "connect": "194.69.160.98:28015",
    "request": "194.69.160.98:28017",
    "map": "Custom Map",
    "gamemode": "Rust",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774592884,
    "last_update": 1780649434,
    "banned": false,
    "wipe": 1780035434,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4329,
    "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/11305394");
$data = json_decode($json, true);
var_dump($data);