BATTALION: Legacy
API for SAP
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11394459json
{
"response": {
"steam_id": "90284620939121687",
"domain": null,
"id": 11394459,
"ip": "89.58.34.29",
"port": 7777,
"query": 5466,
"color": 0,
"city": "Nuremberg",
"description": null,
"game": 489940,
"owner": null,
"boosts": 1,
"last_offline": 1775817080,
"score": 0,
"last_online": 1776775852,
"icon": null,
"name": "SAP",
"connect": "89.58.34.29:7777",
"request": "89.58.34.29:5466",
"map": "Vanguard",
"gamemode": "Unreal Test!",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 22,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774596952,
"last_update": 1776775852,
"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": 32,
"language": "de",
"parked": false,
"app": {
"id": 187,
"steam_id": 489940,
"name": "BATTALION: Legacy",
"url": "battalion-legacy"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11394459");
$data = json_decode($json, true);
var_dump($data);