API for [GNKA] <萌新>ACE战术合作公开服Q群:414347665

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11327799
json
{
  "response": {
    "steam_id": "90284622482353158",
    "domain": null,
    "id": 11327799,
    "ip": "43.249.193.238",
    "port": 2302,
    "query": 2303,
    "color": 0,
    "city": "Jinan",
    "description": null,
    "game": 107410,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776594799,
    "score": 0,
    "last_online": 1776819660,
    "icon": null,
    "name": "[GNKA] <萌新>ACE战术合作公开服Q群:414347665",
    "connect": "43.249.193.238:2302",
    "request": "43.249.193.238:2303",
    "map": "Gulfcoast",
    "gamemode": "=BTC= co 30 HEARTS AND MINDS",
    "version": "2.20.152984",
    "numplayers": 0,
    "maxplayers": 64,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1774594200,
    "last_update": 1776819660,
    "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": 2646,
    "language": "zh",
    "parked": false,
    "app": {
      "id": 61,
      "steam_id": 107410,
      "name": "Arma 3",
      "url": "arma-3"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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