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/10317142
json
{
  "response": {
    "steam_id": "90283305842837530",
    "domain": null,
    "id": 10317142,
    "ip": "91.77.168.167",
    "port": 49016,
    "query": 49015,
    "color": 0,
    "city": "Moscow",
    "description": null,
    "game": 2646460,
    "owner": null,
    "boosts": 1,
    "last_offline": 1774173117,
    "score": 0,
    "last_online": 1775787027,
    "icon": null,
    "name": "[RU] SoulGame74 X3 [PVE]",
    "connect": "91.77.168.167:49016",
    "request": "91.77.168.167:49015",
    "map": "Level01_Main",
    "gamemode": "Soulmask",
    "version": "1.0.0.0",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 1,
    "points": 31,
    "add_date": 1758290625,
    "last_update": 1775787027,
    "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": 111,
    "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/10317142");
$data = json_decode($json, true);
var_dump($data);