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/11207674
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 11207674,
    "ip": "51.83.237.118",
    "port": 21300,
    "query": 21301,
    "color": 0,
    "city": "Ożarów Mazowiecki",
    "description": null,
    "game": 107410,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775833928,
    "score": 0,
    "last_online": 1775817075,
    "icon": null,
    "name": "4Netplayers JSOC Arma 3",
    "connect": "51.83.237.118:21300",
    "request": "51.83.237.118:21301",
    "map": "Altis",
    "gamemode": "Zeus 48+2 Master Altis",
    "version": null,
    "numplayers": 0,
    "maxplayers": 30,
    "bots": 0,
    "secured": false,
    "private": true,
    "country": "PL",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1772700466,
    "last_update": 1775833928,
    "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": 4170,
    "language": "pl",
    "parked": false,
    "app": {
      "id": 61,
      "steam_id": 107410,
      "name": "Arma 3",
      "url": "arma-3"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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