B-U-K PVE ONLY-NO WIPE-Vanilla++/AI++/Drugs/Quests/Loot++ için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11110634
json
{
  "response": {
    "steam_id": "90284415285243927",
    "domain": null,
    "id": 11110634,
    "ip": "185.216.144.82",
    "port": 2680,
    "query": 2681,
    "color": 0,
    "city": "City of London",
    "description": "DISCORD  --->    https://discord.gg/5HcK8DYfUb",
    "game": 221100,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776243113,
    "score": 0,
    "last_online": 1776279613,
    "icon": null,
    "name": "B-U-K  PVE ONLY-NO WIPE-Vanilla++/AI++/Drugs/Quests/Loot++",
    "connect": "185.216.144.82:2680",
    "request": "185.216.144.82:2681",
    "map": "enoch",
    "gamemode": null,
    "version": "1.29.162510",
    "numplayers": 5,
    "maxplayers": 20,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 69,
    "add_date": 1770050891,
    "last_update": 1776279613,
    "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": 852,
    "language": "en",
    "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/11110634");
$data = json_decode($json, true);
var_dump($data);