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/10973189
json
{
  "response": {
    "steam_id": null,
    "domain": "og-hytale.com",
    "id": 10973189,
    "ip": "170.9.246.154",
    "port": 5520,
    "query": 5520,
    "color": 0,
    "city": "Chicago",
    "description": null,
    "game": 9000061,
    "owner": null,
    "boosts": 1,
    "last_offline": 1771540985,
    "score": 0,
    "last_online": 1775775056,
    "icon": null,
    "name": "OG-HT §6Come Try It Out!",
    "connect": "og-hytale.com:5520",
    "request": "170.9.246.154:5520",
    "map": null,
    "gamemode": null,
    "version": "2026.02.17-255364b8e",
    "numplayers": 0,
    "maxplayers": 20,
    "bots": 0,
    "secured": false,
    "private": null,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1769419134,
    "last_update": 1775775056,
    "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": 192,
    "language": "en",
    "parked": false,
    "app": {
      "id": 1665415,
      "steam_id": 9000061,
      "name": "Hytale",
      "url": "hytale"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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