✞ HolyTime ✞ Идеальные режимы ☆ 1.21 - 1.12.2 ☆ с бесплатным донатом! için API

Geniş bir entegrasyon yöntemleri yelpazesi sunuyoruz. Bunlardan herhangi birini kullanabilir veya JSON API'sini kullanarak kendinizinkini oluşturabilirsiniz. Yeni bir entegrasyon yöntemi ekleme öneriniz varsa, lütfen bizimle iletişime geçin. Bizimle iletişime geçin

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/6239852
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 6239852,
    "ip": "195.18.27.51",
    "port": 25565,
    "query": 25565,
    "color": 0,
    "city": "Moscow",
    "description": null,
    "game": 9000034,
    "owner": null,
    "boosts": 1,
    "last_offline": 1772800347,
    "score": 0,
    "last_online": 1775824827,
    "icon": null,
    "name": "✞ HolyTime ✞ Идеальные режимы  ☆ 1.21 - 1.12.2 ☆ с бесплатным донатом!",
    "connect": "195.18.27.51:25565",
    "request": "195.18.27.51:25565",
    "map": null,
    "gamemode": null,
    "version": "§6Holy§cCore 1.16.5",
    "numplayers": 3195,
    "maxplayers": 2026,
    "bots": 0,
    "secured": false,
    "private": null,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1728686841,
    "last_update": 1775824827,
    "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": 2459,
    "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/6239852");
$data = json_decode($json, true);
var_dump($data);