API for [PL]Zajechani PVE/PVP-AI Trader NORaid
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286035384387594",
"domain": null,
"id": 11602360,
"ip": "149.86.227.48",
"port": 2302,
"query": 2303,
"color": 0,
"city": "Warsaw",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1779359271,
"last_online": 1779387656,
"icon": null,
"name": "[PL]Zajechani PVE/PVP-AI Trader NORaid",
"connect": "149.86.227.48:2302",
"request": "149.86.227.48:2303",
"map": "DeerIsle",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 3,
"maxplayers": 127,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": true,
"votes": 0,
"points": 31,
"add_date": 1779359271,
"last_update": 1779387656,
"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": 4119,
"language": "pl",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11602360");
$data = json_decode($json, true);
var_dump($data);