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/10807594
json
{
  "response": {
    "steam_id": "90284150622511106",
    "domain": null,
    "id": 10807594,
    "ip": "37.230.137.156",
    "port": 19191,
    "query": 19192,
    "color": 0,
    "city": "Moscow",
    "description": null,
    "game": 2646460,
    "owner": null,
    "boosts": 1,
    "last_offline": 1774734734,
    "score": 0,
    "last_online": 1775770820,
    "icon": null,
    "name": "[LE] Изобилие [PVE] ВАЙП 06.12",
    "connect": "37.230.137.156:19191",
    "request": "37.230.137.156:19192",
    "map": "Level01_Main",
    "gamemode": "00",
    "version": "1.0.0.0",
    "numplayers": 1,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 9,
    "points": 46,
    "add_date": 1766923951,
    "last_update": 1775770820,
    "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": 59,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 1625562,
      "steam_id": 2646460,
      "name": "Soulmask",
      "url": "soulmask"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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