Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11607015
json
{
  "response": {
    "fps": 66,
    "fps_avg": 70,
    "entities_count": 184639,
    "world_seed": 1,
    "world_size": 3500,
    "steam_id": "90286609410229265",
    "domain": null,
    "id": 11607015,
    "ip": "66.51.96.58",
    "port": 28045,
    "query": 28046,
    "color": 0,
    "city": "Ashburn",
    "description": "![[NA] TiltRust 3X Semi-Vanilla | Solo/Duo/Trio/Quad](https://imgur.com/a/tH4IA4l)\nServer Features\r\n-----------------\r\n3x Gathering Speed\r\nEnhanced Lootpools\r\nTeleportation Commands\r\nFaster Smelting\r\nHigh Performance Server\r\nAbsolutely ZERO Pay-to-Win\r\n-----------------\r\nServer Rules:\r\nAbsolutely No Tolerance for Cheating\r\nMaximum Group Size of 4\r\nHave Fun and Enjoy",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780349657,
    "last_online": 1780628429,
    "icon": null,
    "name": "[NA] TiltRust 3X Semi-Vanilla | Solo/Duo/Trio/Quad",
    "connect": "66.51.96.58:28045",
    "request": "66.51.96.58:28046",
    "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": 1779915490,
    "last_update": 1780628429,
    "banned": false,
    "wipe": 1780605140,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5161,
    "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/11607015");
$data = json_decode($json, true);
var_dump($data);