GMY Exile PVP-PVE 10k Start Lythium 24/11/24 CBA AI Missions RF için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/9973829
json
{
  "response": {
    "steam_id": "90284588582187017",
    "domain": null,
    "id": 9973829,
    "ip": "203.206.164.167",
    "port": 2304,
    "query": 2305,
    "color": 0,
    "city": "Melbourne",
    "description": null,
    "game": 107410,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776450205,
    "score": 0,
    "last_online": 1776480109,
    "icon": null,
    "name": "GMY Exile PVP-PVE 10k Start Lythium 24/11/24 CBA AI Missions RF",
    "connect": "203.206.164.167:2304",
    "request": "203.206.164.167:2305",
    "map": "Lythium",
    "gamemode": "Exile",
    "version": "2.20.152984",
    "numplayers": 0,
    "maxplayers": 30,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "AU",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1754856594,
    "last_update": 1776480109,
    "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": 1281,
    "language": "en",
    "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/9973829");
$data = json_decode($json, true);
var_dump($data);