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/855472
json
{
  "response": {
    "steam_id": "90284207131965441",
    "domain": null,
    "id": 855472,
    "ip": "95.31.1.242",
    "port": 27019,
    "query": 27019,
    "color": 0,
    "city": "Moscow",
    "description": "[{\"id\":\"GAPDdDiDxR\",\"type\":\"paragraph\",\"data\":{\"text\":\"Небольшой сервер DodgeBall. \\nОсобенности сервера:\\n— Играйте на уникальных картах, которые могут перестраиваться от количества игроков\\n— Есть одиночный режим\\n— Игроки сами могут настроить игру: Изменить сложность игры и выбрать перестроение карты\"}},{\"id\":\"9GuLxbpT2z\",\"type\":\"paragraph\",\"data\":{\"text\":\"Группа сервера: https://steamcommunity.com/groups/s_c_o_r_p_i_o_n\"}}]",
    "game": 440,
    "owner": 80109,
    "boosts": 1,
    "last_offline": 1775399529,
    "score": null,
    "last_online": 1775928012,
    "icon": null,
    "name": "I__N__F__I__N__I__T__E  D__O__D__G__E__B__A__L__L",
    "connect": "95.31.1.242:27019",
    "request": "95.31.1.242:27019",
    "map": "tfdb_graveyard_sv06",
    "gamemode": "[TF_DB-DM] S_C_O_R_P_I_O_N",
    "version": "10515055",
    "numplayers": 0,
    "maxplayers": 32,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 90,
    "add_date": 1684658847,
    "last_update": 1775928012,
    "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": 11,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 24,
      "steam_id": 440,
      "name": "Team Fortress 2",
      "url": "team-fortress-2"
    },
    "server_owner": {
      "username": "CrazyGhostRider",
      "avatar": "9eaf8017-f7b3-420f-9b60-54b47b66fe9e.jpg",
      "last_online": 1734116872
    },
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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