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/11488493
json
{
  "response": {
    "fps": 178,
    "fps_avg": 161,
    "entities_count": 49774,
    "world_seed": 2074100225,
    "world_size": 3000,
    "steam_id": "90284114766484481",
    "domain": null,
    "id": 11488493,
    "ip": "31.129.204.199",
    "port": 27045,
    "query": 27048,
    "color": 0,
    "city": "Sergiyev Posad",
    "description": null,
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775544125,
    "score": 0,
    "last_online": 1775735424,
    "icon": null,
    "name": "BreakoutZone.ru | Semi-Classic | WIPE 04.04",
    "connect": "31.129.204.199:27045",
    "request": "31.129.204.199:27048",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2623",
    "numplayers": 4,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 32,
    "add_date": 1775504408,
    "last_update": 1775735424,
    "banned": false,
    "wipe": 1775388754,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 6021,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust",
      "popular_maps_available": false
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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