BATTALION: Legacy
API for 90113211276538886
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/1336579json
{
"response": {
"steam_id": "90113211276538886",
"domain": null,
"id": 1336579,
"ip": "108.61.104.102",
"port": 7787,
"query": 7790,
"color": 0,
"city": "Atlanta",
"description": "",
"game": 489940,
"owner": null,
"boosts": 1,
"last_offline": 1768641865,
"score": null,
"last_online": 1776445307,
"icon": null,
"name": "90113211276538886",
"connect": "108.61.104.102:7787",
"request": "108.61.104.102:7790",
"map": "Derailed",
"gamemode": "TDM",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1692963078,
"last_update": 1776445307,
"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": 21,
"language": "en",
"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/1336579");
$data = json_decode($json, true);
var_dump($data);