EnchantedMC SKYBLOCK HAS JUST RELEASED! /lunarkit Join Now /freerank on Skyblock! için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/10414070
json
{
  "response": {
    "steam_id": null,
    "domain": "mp.enchantedmc.net",
    "id": 10414070,
    "ip": "172.65.172.241",
    "port": 25565,
    "query": 25565,
    "color": 0,
    "city": "Toronto",
    "description": null,
    "game": 9000034,
    "owner": null,
    "boosts": 1,
    "last_offline": 1770694898,
    "score": 0,
    "last_online": 1776813015,
    "icon": null,
    "name": "EnchantedMC SKYBLOCK HAS JUST RELEASED! /lunarkit Join Now /freerank on Skyblock!",
    "connect": "mp.enchantedmc.net:25565",
    "request": "172.65.172.241:25565",
    "map": null,
    "gamemode": null,
    "version": "1.13-1.21",
    "numplayers": 1694,
    "maxplayers": 2026,
    "bots": 0,
    "secured": null,
    "private": null,
    "country": "CA",
    "status": true,
    "votes": 0,
    "points": 69,
    "add_date": 1759824611,
    "last_update": 1776813015,
    "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": 78,
    "language": "en",
    "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/10414070");
$data = json_decode($json, true);
var_dump($data);