API for Nashe Bratstvo 1,PvE server Start Hunting Craft
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 8644675,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "[\n {\n \"id\": \"Gbc1y-Tu2_\",\n \"type\": \"header\",\n \"data\": {\n \"text\": \"Описание сервера PIVOZAVR#2CHERNO\",\n \"level\": 2\n }\n },\n {\n \"id\": \"c-HoprrzH-\",\n \"type\": \"paragraph\",\n \"data\": {\n \"text\": \"Server name PIVOZAVR#2CHERNO🔥,IP 212.22.93.183:2322)\"\n }\n },\n {\n \"id\": \"OotCHI4dBC\",\n \"type\": \"paragraph\",\n \"data\": {\n \"text\": \"🧟♂️DayZ на проекте [PIVOZAVR](https://wargm.ru/server/76376): \"\n }\n },\n {\n \"id\": \"Rpwlj_bjhO\",\n \"type\": \"paragraph\",\n \"data\": {\n \"text\": \"с душой! Чернорусь и Намальск!\"\n }\n },\n {\n \"id\": \"g9ci7ouUGQ\",\n \"type\": \"paragraph\",\n \"data\": {\n \"text\": \"Устали от Pve хотите испытать настоящий DayZ с адекватными дополнениями ?\"\n }\n },\n {\n \"id\": \"xkeOT-kpVH\",\n \"type\": \"paragraph\",\n \"data\": {\n \"text\": \"Тогда вам к нам\"\n }\n },\n {\n \"id\": \"Qx7vo7UEC7\",\n \"type\": \"paragraph\",\n \"data\": {\n \"text\": \"Наш проект 🔥PIVOZAVR🔥это Vanilla++ серверарасширенные модификациями,но с сохранением атмосферой оригинала!\"\n }\n },\n {\n \"id\": \"6iHW7E-GEt\",\n \"type\": \"paragraph\",\n \"data\": {\n \"text\": \"Особенности:😎\"\n }\n },\n {\n \"id\": \"3iguY3xL5u\",\n \"type\": \"paragraph\",\n \"data\": {\n \"text\": \"✅Бережные моды для улучшения геймплея,\"\n }\n },\n {\n \"id\": \"n_hhSC1DPz\",\n \"type\": \"paragraph\",\n \"data\": {\n \"text\": \" без нарушения баланса.\"\n }\n },\n {\n \"id\": \"iqovRR7kqo\",\n \"type\": \"paragraph\",\n \"data\": {\n \"text\": \"✅Стабильные сервера,\"\n }\n },\n {\n \"id\": \"3ir3oyFomS\",\n \"type\": \"paragraph\",\n \"data\": {\n \"text\": \" нету багов, лагов.Реалистичное оружие и экипировка:\"\n }\n },\n {\n \"id\": \"FYOyFQRyYt\",\n \"type\": \"paragraph\",\n \"data\": {\n \"text\": \" Моды, дополняющие атмосферу\"\n }\n },\n {\n \"id\": \"WWxX2YnGWf\",\n \"type\": \"paragraph\",\n \"data\": {\n \"text\": \" DayZ.Чернорусь и Намальск: \"\n }\n },\n {\n \"id\": \"ZvmdTze5TX\",\n \"type\": \"paragraph\",\n \"data\": {\n \"text\": \"Два мира для исследования!Выживай: \"\n }\n },\n {\n \"id\": \"3XEuCU7EkL\",\n \"type\": \"paragraph\",\n \"data\": {\n \"text\": \"Добывай, строй, сражайся!\"\n }\n },\n {\n \"id\": \"BOriMajmqW\",\n \"type\": \"paragraph\",\n \"data\": {\n \"text\": \" Активное сообщество, регулярные ивенты на серверах\"\n }\n },\n {\n \"id\": \"tgh9fHj66K\",\n \"type\": \"paragraph\",\n \"data\": {\n \"text\": \"💙Присоединяйся и почувствуй настоящий DayZ!\"\n }\n },\n {\n \"id\": \"2fIil8lbUY\",\n \"type\": \"paragraph\",\n \"data\": {\n \"text\": \"PIVOZAVR#1NAMALSK 🥶IP - 212.22.93.88:2352\"\n }\n },\n {\n \"id\": \"incxi4uEeG\",\n \"type\": \"paragraph\",\n \"data\": {\n \"text\": \"PIVOZAVR#2CHERNO🔥,IP 212.22.93.183:2322)\"\n }\n }\n]",
"game": 221100,
"owner": 113811,
"boosts": 1,
"last_offline": 1764741063,
"last_online": 1763809811,
"icon": null,
"name": "Nashe Bratstvo 1,PvE server Start Hunting Craft",
"connect": null,
"request": null,
"map": "chernarusplus",
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": false,
"private": true,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1745338358,
"last_update": 1764741063,
"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": 15010,
"language": "ru",
"parked": true,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": {
"username": "LonVi",
"avatar": "7e9fc71a-a8b4-4059-9242-e45f32f92a29.jpg"
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/8644675");
$data = json_decode($json, true);
var_dump($data);