ATLAS
API for PlaySailvation.com ATLAS - Hosted by LogicServers.com - (v560.3
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/4682298json
{
"response": {
"steam_id": "90285156760631299",
"domain": null,
"id": 4682298,
"ip": "45.92.39.107",
"port": 27165,
"query": 27166,
"color": 0,
"city": "Secaucus",
"description": "",
"game": 834910,
"owner": null,
"boosts": 1,
"last_offline": 1777532609,
"score": 0,
"last_online": 1777570882,
"icon": null,
"name": "PlaySailvation.com ATLAS - Hosted by LogicServers.com - (v560.3",
"connect": "45.92.39.107:27165",
"request": "45.92.39.107:27166",
"map": "Blackwood",
"gamemode": "TestGameMode_C",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 97,
"bots": 0,
"secured": true,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1717697624,
"last_update": 1777570882,
"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": 456,
"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/4682298");
$data = json_decode($json, true);
var_dump($data);