API for The Path to Oblivion PVE
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286609927019533",
"domain": null,
"id": 3644499,
"ip": "185.189.255.142",
"port": 2316,
"query": 2317,
"color": 0,
"city": "Moscow",
"description": "",
"game": 221100,
"owner": 90915,
"boosts": 1,
"last_offline": 1780332256,
"last_online": 1780607426,
"icon": null,
"name": "The Path to Oblivion PVE",
"connect": "185.189.255.142:2316",
"request": "185.189.255.142:2317",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.163047",
"numplayers": 2,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1711729609,
"last_update": 1780607426,
"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": 3949,
"language": "ru",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": {
"username": "aleksandr_kuzenkov",
"avatar": "1638590d-8894-4008-a7bf-9372d9a2c76d.jpg"
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/3644499");
$data = json_decode($json, true);
var_dump($data);