API for Ozark Namalsk #1 - Max Group 5 | PVP | 1PP | Vanilla+ | No Base
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286594061374488",
"domain": null,
"id": 11413202,
"ip": "138.201.133.57",
"port": 2302,
"query": 2303,
"color": 0,
"city": "Falkenstein",
"description": "Classic Namalsk gameplay featuring carefully selected mods, customized",
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1779575007,
"last_online": 1780584042,
"icon": null,
"name": "Ozark Namalsk #1 - Max Group 5 | PVP | 1PP | Vanilla+ | No Base",
"connect": "138.201.133.57:2302",
"request": "138.201.133.57:2303",
"map": "namalsk",
"gamemode": null,
"version": "1.29.163047",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": true,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774599077,
"last_update": 1780584042,
"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": 4267,
"language": "de",
"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/11413202");
$data = json_decode($json, true);
var_dump($data);