API für LIGHT GAME HARDCORE PVP VANILLA PRO MAX
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 6667624,
"ip": null,
"port": null,
"query": null,
"project_id": null,
"color": 0,
"city": null,
"description": "[{\"id\":\"BSExkG0bPM\",\"type\":\"paragraph\",\"data\":{\"text\":\"Сервер - LIGHT GAME HARDCORE PVP VANILLA PRO MAX\"}},{\"id\":\"W-IFaeDq_p\",\"type\":\"paragraph\",\"data\":{\"text\":\" Магазин: https://lgdayz.ru/\"}},{\"id\":\"ZajMfKhFLI\",\"type\":\"paragraph\",\"data\":{\"text\":\" Discord: https://discord.gg/WDwXjrGjWA\"}},{\"id\":\"gGMz4GCU5v\",\"type\":\"paragraph\",\"data\":{\"text\":\" VK: https://vk.com/lightgamedayz\"}},{\"id\":\"dGgwsk0pQq\",\"type\":\"paragraph\",\"data\":{\"text\":\" IP сервера: 92.38.222.30:2314 \"}}]",
"game": 221100,
"owner": 43580,
"boosts": 1,
"last_offline": 1758808461,
"last_online": 1755775218,
"icon": null,
"name": "LIGHT GAME HARDCORE PVP VANILLA PRO MAX",
"connect": null,
"request": null,
"map": "chernarusplus",
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 127,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1731564768,
"last_update": 1758808461,
"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": 13348,
"language": "ru",
"parked": true,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": {
"username": "ggbluat",
"avatar": "add4edbf-c025-4f75-9c58-e3e3d4ccb281.jpg"
},
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/6667624");
$data = json_decode($json, true);
var_dump($data);