#2 CHERNO PvE+ (Petrov) The Expendables DayZ by Dr.Day için API

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/6175550
json
{
  "response": {
    "steam_id": "90284212398632978",
    "domain": null,
    "id": 6175550,
    "ip": "185.189.255.51",
    "port": 2309,
    "query": 2310,
    "color": 0,
    "city": "Moscow",
    "description": null,
    "game": 221100,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775668327,
    "score": 0,
    "last_online": 1775893222,
    "icon": null,
    "name": "#2 CHERNO PvE+ (Petrov) The Expendables DayZ by Dr.Day",
    "connect": "185.189.255.51:2309",
    "request": "185.189.255.51:2310",
    "map": "chernarusplus",
    "gamemode": null,
    "version": "1.29.162510",
    "numplayers": 6,
    "maxplayers": 40,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 35,
    "add_date": 1728214760,
    "last_update": 1775893222,
    "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": 1614,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 63,
      "steam_id": 221100,
      "name": "DayZ",
      "url": "dayz"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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