API for EVO PVE | Chernarus
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286540419788823",
"domain": null,
"id": 5903006,
"ip": "109.248.4.57",
"port": 2302,
"query": 2303,
"color": 0,
"city": "Moscow",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1780342458,
"last_online": 1780459837,
"icon": null,
"name": "EVO PVE | Chernarus",
"connect": "109.248.4.57:2302",
"request": "109.248.4.57:2303",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.163047",
"numplayers": 10,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 42,
"add_date": 1726046272,
"last_update": 1780459837,
"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": "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/5903006");
$data = json_decode($json, true);
var_dump($data);