#3 CHERNO PvE 3PP (Jizers) 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/9105987
json
{
  "response": {
    "steam_id": "90284212109913108",
    "domain": null,
    "id": 9105987,
    "ip": "195.18.27.207",
    "port": 2316,
    "query": 2317,
    "color": 0,
    "city": "Moscow",
    "description": null,
    "game": 221100,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775668329,
    "score": 0,
    "last_online": 1775893261,
    "icon": null,
    "name": "#3 CHERNO PvE 3PP (Jizers) The Expendables DayZ by Dr.Day",
    "connect": "195.18.27.207:2316",
    "request": "195.18.27.207:2317",
    "map": "chernarusplus",
    "gamemode": null,
    "version": "1.29.162510",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": true,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1747140222,
    "last_update": 1775893261,
    "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": 2883,
    "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/9105987");
$data = json_decode($json, true);
var_dump($data);