Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11492567
json
{
  "response": {
    "fps": 235,
    "fps_avg": 232,
    "entities_count": 76800,
    "world_seed": 75969,
    "world_size": 4000,
    "steam_id": "90285901589504002",
    "domain": null,
    "id": 11492567,
    "ip": "107.155.95.122",
    "port": 30041,
    "query": 30191,
    "color": 0,
    "city": "Singapore",
    "description": "![[IND/SEA] Eclipse | Vanilla | Max 5](https://cdn.discordapp.com/attachments/1393992296827060275/1505199461000020018/ChatGPT_Image_May_16_2026_04_25_13_PM_1.png?ex=6a09c1bc&is=6a08703c&hm=679c0b212f3d2f613e006ba4ae8935b4e15559157bdd54d042b2f337640fdf75&)\nWelcome to [IND/SEA] Eclipse | Vanilla | Max 5\r\n— — — — — — — — — — — — — — — — —\r\n🔹 Map Size: 4000\r\n🔹 Map Wipe: Weekly on Friday @ 11:00 AM\r\n🔹 Force Wipe: @ 11:30 PM\r\n🔹 Discord: https://discord.gg/HEbN8ZeSqd",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779018686,
    "score": 0,
    "last_online": 1779090616,
    "icon": null,
    "name": "[IND/SEA] Eclipse | Vanilla | Max 5",
    "connect": "107.155.95.122:30041",
    "request": "107.155.95.122:30191",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 54,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "SG",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779018686,
    "last_update": 1779090616,
    "banned": false,
    "wipe": 1778924969,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4669,
    "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/11492567");
$data = json_decode($json, true);
var_dump($data);