ATLAS
API for Public (B5)Polar - (v560.3)
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11479534json
{
"response": {
"steam_id": "90285123542854686",
"domain": null,
"id": 11479534,
"ip": "66.148.51.243",
"port": 6161,
"query": 57461,
"color": 0,
"city": "Van Buren",
"description": null,
"game": 834910,
"owner": null,
"boosts": 1,
"last_offline": 1777570345,
"score": 0,
"last_online": 1777504240,
"icon": null,
"name": "Public (B5)Polar - (v560.3)",
"connect": "66.148.51.243:6161",
"request": "66.148.51.243:57461",
"map": "Ocean",
"gamemode": "TestGameMode_C",
"version": "560.3",
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774979110,
"last_update": 1777570345,
"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": 1298,
"language": "en",
"parked": false,
"app": {
"id": 23488,
"steam_id": 834910,
"name": "ATLAS",
"url": "atlas"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11479534");
$data = json_decode($json, true);
var_dump($data);