API dla Старый кировск Dayz
JSON dla programów, stron i innych
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 7379871,
"ip": null,
"port": null,
"query": null,
"project_id": null,
"color": 0,
"city": null,
"description": "[{\"id\":\"1wffsZ7AyB\",\"type\":\"paragraph\",\"data\":{\"text\":\"Добро пожаловать на UNDEAD DAYZ\\nЭто Vanilla+ проект, где установленные моды, не портят всю атмосферу игры\"}},{\"id\":\"sphgYSLs29\",\"type\":\"paragraph\",\"data\":{\"text\":\" Наш дискорд [https://discord.gg/zAUnbhCSsy](https://discord.gg/zAUnbhCSsy)\"}},{\"id\":\"z69MKGVlir\",\"type\":\"paragraph\",\"data\":{\"text\":\"Будем Рады каждому из вас,\\n\\n\"}}]",
"game": 221100,
"owner": 100016,
"boosts": 1,
"last_offline": 1759763036,
"last_online": 1756587619,
"icon": null,
"name": "Старый кировск Dayz",
"connect": null,
"request": null,
"map": "chernarusplus",
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1737047521,
"last_update": 1759763036,
"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": 13646,
"language": "ru",
"parked": true,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": {
"username": "FinsilTV",
"avatar": "9c735d97-f523-4783-a3b2-469247ec37b1.jpg"
},
"mods": [],
"disabled_modules": []
}
}Przykłady kodu
php
<?php
$json = file_get_contents("https://api.gamemonitoring.pl/servers/7379871");
$data = json_decode($json, true);
var_dump($data);