API for Casper/Pve/chernarusplus
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286034842950666",
"domain": null,
"id": 11602383,
"ip": "5.8.62.178",
"port": 2302,
"query": 27016,
"color": 0,
"city": "Mayskiy",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1779387228,
"last_online": 1779373252,
"icon": null,
"name": "Casper/Pve/chernarusplus",
"connect": "5.8.62.178:2302",
"request": "5.8.62.178:27016",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779359279,
"last_update": 1779387228,
"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": 7715,
"language": "ru",
"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/11602383");
$data = json_decode($json, true);
var_dump($data);