API für Miksuu's Warfare | CTI | TvT | PvE | discord.me/warfare

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/10757011
json
{
  "response": {
    "steam_id": "90284349090236423",
    "domain": null,
    "id": 10757011,
    "ip": "157.180.54.113",
    "port": 2302,
    "query": 2303,
    "color": 0,
    "city": "Helsinki",
    "description": null,
    "game": 33930,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776054711,
    "score": 0,
    "last_online": 1776243619,
    "icon": null,
    "name": "Miksuu's Warfare | CTI | TvT | PvE | discord.me/warfare",
    "connect": "157.180.54.113:2302",
    "request": "157.180.54.113:2303",
    "map": "takistan",
    "gamemode": "[61] Warfare V48 Takistan",
    "version": "1.64.144629",
    "numplayers": 1,
    "maxplayers": 61,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "FI",
    "status": true,
    "votes": 0,
    "points": 37,
    "add_date": 1766254946,
    "last_update": 1776243619,
    "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": 25,
    "language": "fi",
    "parked": false,
    "app": {
      "id": 62,
      "steam_id": 33930,
      "name": "Arma 2: Operation Arrowhead",
      "url": "arma-2-operation-arrowhead"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

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