API for [RU|EU]|Frozen Echo #1 | CHERNO |PVP | X10LOOT WIPE 30.04
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90285904817526807",
"domain": null,
"id": 10694930,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Moscow",
"description": null,
"game": 221100,
"owner": 150926,
"boosts": 1,
"last_offline": 1780033978,
"last_online": 1779105613,
"icon": null,
"name": "[RU|EU]|Frozen Echo #1 | CHERNO |PVP | X10LOOT WIPE 30.04",
"connect": null,
"request": null,
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1765103958,
"last_update": 1780033978,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 12356,
"language": "ru",
"parked": true,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": {
"username": "Expert_Service",
"avatar": "cd535ce9-cd14-4a57-b857-f27366808748.png"
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10694930");
$data = json_decode($json, true);
var_dump($data);