API for ALTARIS #1 | MODDED PVP
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": 90286793855653900,
"domain": null,
"id": 11489880,
"ip": "5.42.211.25",
"port": 2302,
"query": 2303,
"project_id": null,
"color": 0,
"city": "Moscow",
"description": null,
"game": 221100,
"owner": 126683,
"boosts": 1,
"last_offline": 1781039660,
"last_online": 1781020835,
"icon": null,
"name": "ALTARIS #1 | MODDED PVP",
"connect": "5.42.211.25:2302",
"request": "5.42.211.25:2303",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.163047",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1776976931,
"last_update": 1781039660,
"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": 14053,
"language": "ru",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": {
"username": "theprotiperrg",
"avatar": "b06ca145-36dc-454d-97a6-9307f075cd8c.jpg"
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11489880");
$data = json_decode($json, true);
var_dump($data);