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/11159737
json
{
  "response": {
    "fps": 58,
    "fps_avg": 57,
    "entities_count": 122973,
    "world_seed": 1873715306,
    "world_size": 4800,
    "steam_id": "90284174497133594",
    "domain": null,
    "id": 11159737,
    "ip": "40.160.3.204",
    "port": 28025,
    "query": 28026,
    "color": 0,
    "city": "Reston",
    "description": null,
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775818924,
    "score": 0,
    "last_online": 1775893829,
    "icon": null,
    "name": "Legacy of The Fallen | Modded PVP",
    "connect": "40.160.3.204:28025",
    "request": "40.160.3.204:28026",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2622",
    "numplayers": 0,
    "maxplayers": 80,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1772228139,
    "last_update": 1775893829,
    "banned": false,
    "wipe": 1773512156,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 7551,
    "language": "en",
    "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/11159737");
$data = json_decode($json, true);
var_dump($data);