API for |PVE|S.T.A.L.K.E.R|x1|Skill|Top|RaidBases|Statistics
JSON for programs, websites and more
text
json
{
"response": {
"fps": 135,
"fps_avg": 133,
"entities_count": 151441,
"world_seed": 1337,
"world_size": 4500,
"steam_id": 90286576181533710,
"domain": null,
"id": 3470132,
"ip": "46.146.234.109",
"port": 10000,
"query": 10010,
"color": 0,
"city": "Perm",
"description": "\nВайп 2 раза в месяц.\r\nРестарт сервера в 4 утра по МСК.\r\n-- Убийства игроков отключены.\r\n-- Доступны бесплатные скины предметов и построек.\r\n-- Разрешено играть с Bloody и X7 A4tech.\r\n-- Зомби и различные боты ждут вас.\r\n-- Рейдовые базы для рейда.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780535067,
"last_online": 1780593636,
"icon": null,
"name": "|PVE|S.T.A.L.K.E.R|x1|Skill|Top|RaidBases|Statistics",
"connect": "46.146.234.109:10000",
"request": "46.146.234.109:10010",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 2,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1710620467,
"last_update": 1780593636,
"banned": false,
"wipe": 1779345630,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2635,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/3470132");
$data = json_decode($json, true);
var_dump($data);