API for ARTEFACT 1 | STALKER| NHCher |RU| PvE
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286905063556114",
"domain": null,
"id": 11602666,
"ip": "185.189.255.19",
"port": 2402,
"query": 2405,
"project_id": null,
"color": 0,
"city": "Moscow",
"description": "[{\"id\":\"493bKuKmvU\",\"type\":\"paragraph\",\"data\":{\"text\":\"Абсолютно новый сервер Сталкер PvE с уникальными возможностями большой квестовой линией хорошей механикой, много новых артефактов подробнее в нашем дискорд канале\"}},{\"id\":\"YNpOFhXZxP\",\"type\":\"paragraph\",\"data\":{\"text\":\"https://discord.gg/gnJ7P6hJ7N\"}}]",
"game": 221100,
"owner": 195836,
"boosts": 1,
"last_offline": 1780480467,
"last_online": 1781242216,
"icon": null,
"name": "ARTEFACT 1 | STALKER| NHCher |RU| PvE",
"connect": "185.189.255.19:2402",
"request": "185.189.255.19:2405",
"map": "NHChernobyl",
"gamemode": null,
"version": "1.29.163047",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 3,
"points": 93,
"add_date": 1779432465,
"last_update": 1781242216,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1470,
"language": "ru",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": {
"username": "konstantin_avgustovsky",
"avatar": "f8fe36b3-6412-462a-bf41-e31458b28736.jpg"
},
"mods": [
{
"id": 1615,
"name": "CF"
},
{
"id": 1614,
"name": "VPPAdminTools"
},
{
"id": 1610,
"name": "Dabs Framework"
},
{
"id": 1611,
"name": "DayZ-Expansion-Bundle"
},
{
"id": 1871,
"name": "TraderPlus"
}
],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11602666");
$data = json_decode($json, true);
var_dump($data);