API for SINTEZ PVE 4 STALKER | NO CARS
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286482518688799",
"domain": null,
"id": 11703776,
"ip": "80.242.59.129",
"port": 2302,
"query": 2303,
"color": 0,
"city": "Veliky Novgorod",
"description": null,
"game": 221100,
"owner": 90611,
"boosts": 1,
"last_offline": 1780252521,
"last_online": 1780329036,
"icon": null,
"name": "SINTEZ PVE 4 STALKER | NO CARS",
"connect": "80.242.59.129:2302",
"request": "80.242.59.129:2303",
"map": "NHChernobyl",
"gamemode": null,
"version": "1.29.163047",
"numplayers": 0,
"maxplayers": 35,
"bots": 0,
"secured": true,
"private": true,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780252521,
"last_update": 1780329036,
"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": 4499,
"language": "ru",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": {
"username": "europeanet",
"avatar": "a187373c-125c-4cee-b32b-e949c2949cbd.jpg"
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11703776");
$data = json_decode($json, true);
var_dump($data);