(WIP)Brakka PVP|AirDrop|KOTH|Progress|discord.brakkafamily.com için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11488809
json
{
  "response": {
    "steam_id": "90284323721617424",
    "domain": null,
    "id": 11488809,
    "ip": "91.210.224.198",
    "port": 2302,
    "query": 2303,
    "color": 0,
    "city": "Gifhorn",
    "description": "[]",
    "game": 221100,
    "owner": 187043,
    "boosts": 1,
    "last_offline": 1775835879,
    "score": 0,
    "last_online": 1776268812,
    "icon": null,
    "name": "(WIP)Brakka PVP|AirDrop|KOTH|Progress|discord.brakkafamily.com",
    "connect": "91.210.224.198:2302",
    "request": "91.210.224.198:2303",
    "map": "chernarusplus",
    "gamemode": null,
    "version": "1.29.162510",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": true,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 90,
    "add_date": 1775835525,
    "last_update": 1776268812,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": 1,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 594,
    "language": "en",
    "parked": false,
    "app": {
      "id": 63,
      "steam_id": 221100,
      "name": "DayZ",
      "url": "dayz"
    },
    "server_owner": {
      "username": "bfparadox",
      "avatar": "no.jpg",
      "last_online": 1775837424
    },
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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