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/760904
json
{
  "response": {
    "fps": 66,
    "fps_avg": 65,
    "entities_count": 52732,
    "world_seed": 2058849891,
    "world_size": 3000,
    "steam_id": "90284159348956176",
    "domain": null,
    "id": 760904,
    "ip": "212.22.93.118",
    "port": 28014,
    "query": 28015,
    "color": 0,
    "city": "Moscow",
    "description": "",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775790123,
    "score": null,
    "last_online": 1775834476,
    "icon": null,
    "name": "WSKIN by SHAFT",
    "connect": "212.22.93.118:28014",
    "request": "212.22.93.118:28015",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1680785188,
    "last_update": 1775834476,
    "banned": false,
    "wipe": 1775188501,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 6168,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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