Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/10414847
json
{
  "response": {
    "steam_id": null,
    "domain": "mc.topmine.me",
    "id": 10414847,
    "ip": "80.242.59.170",
    "port": 25565,
    "query": 25565,
    "color": 0,
    "city": "Veliky Novgorod",
    "description": null,
    "game": 9000034,
    "owner": null,
    "boosts": 1,
    "last_offline": 1759824729,
    "last_online": 1780564824,
    "icon": null,
    "name": "TopMine ✔ 1.12-1.21 ✔ Мини-Игры, Скайблок ❤ ✿ Бедварс, СкайВарс, Анархия, Выживание ✿",
    "connect": "mc.topmine.me:25565",
    "request": "80.242.59.170:25565",
    "map": null,
    "gamemode": "FML",
    "version": "1.12, 1.12.1, 1.12.2, 1.13, 1.13.1, 1.13.2, 1.14, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.15, 1.15.1, 1.15.2, 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, ",
    "numplayers": 32,
    "maxplayers": 35,
    "bots": 0,
    "secured": null,
    "private": null,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 66,
    "add_date": 1759824729,
    "last_update": 1780564824,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 111,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 169,
      "steam_id": 9000034,
      "name": "Minecraft",
      "url": "minecraft"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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