API for +Blackway PVP/PVE CUSTOM BUILDING | Quests | Cars | Trader | 20x Loot
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": 0,
"domain": null,
"id": 11538203,
"ip": "77.221.135.72",
"port": 35221,
"query": 10771,
"color": 0,
"city": "Secaucus",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1779355352,
"last_online": 1779387013,
"icon": null,
"name": "+Blackway PVP/PVE CUSTOM BUILDING | Quests | Cars | Trader | 20x Loot",
"connect": "77.221.135.72:35221",
"request": "77.221.135.72:10771",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 254,
"maxplayers": 255,
"bots": 254,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 130,
"add_date": 1779355352,
"last_update": 1779387013,
"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": 29,
"language": "en",
"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/11538203");
$data = json_decode($json, true);
var_dump($data);