Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11492363
json
{
  "response": {
    "fps": 83,
    "fps_avg": 78,
    "entities_count": 145713,
    "world_seed": 1337,
    "world_size": 6000,
    "steam_id": "90285631244520459",
    "domain": null,
    "id": 11492363,
    "ip": "46.174.50.79",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Moscow",
    "description": null,
    "game": 252490,
    "owner": 166149,
    "boosts": 1,
    "last_offline": 1778476715,
    "score": 0,
    "last_online": 1778536817,
    "icon": null,
    "name": "ЛИС-гибрид",
    "connect": "46.174.50.79:28015",
    "request": "46.174.50.79:28016",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 3,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 2,
    "points": 63,
    "add_date": 1778476715,
    "last_update": 1778536817,
    "banned": false,
    "wipe": 1778271517,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1368,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "dimanchos",
      "avatar": "c08ae6f1-7f86-41c6-88df-3aae4f25f1aa.png",
      "last_online": 1778535687
    },
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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