API für The Day Later | 1PP | PvP | Vanilla+ | No Base Raiding
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 5997308,
"ip": null,
"port": null,
"query": null,
"project_id": null,
"color": 0,
"city": null,
"description": "[{\"id\":\"I0er2sczf-\",\"type\":\"image\",\"data\":{\"caption\":\"\",\"withBorder\":false,\"withBackground\":false,\"stretched\":false,\"file\":{\"url\":\"https://cdn.gamemonitoring.net/images/content/fd144d61-fcaa-41c2-856c-701cfa0da853.png\"}}},{\"id\":\"9ZyU3SuhQX\",\"type\":\"header\",\"data\":{\"text\":\"Discord канал: https://discord.gg/lasthero\",\"level\":2}},{\"id\":\"Cg7v1T8t5P\",\"type\":\"list\",\"data\":{\"style\":\"ordered\",\"items\":[\"Стройка RaG Base Build\",\"Встроенная карта на клавишу \\\"М\\\"\",\"Электронные CodeLock\",\"Увеличенная стамина\",\"Встроенные беруши, для приглушения звуков\",\"Доступное пати для ваших друзей на клавишу \\\"P\\\"\",\"Никакого рейд тайма, рейд 24/7\",\"А так же BuildAnywhere для удобного строительства, а так же удобного размещения палаток и бочек \"]}},{\"id\":\"Pm5bjBkkGw\",\"type\":\"header\",\"data\":{\"text\":\"Командам от 3 человек стройка/авто\",\"level\":2}},{\"id\":\"oAgUyNbV8z\",\"type\":\"linkTool\",\"data\":{\"link\":\"https://discord.gg/lasthero\",\"meta\":{\"title\":\"Last Hero Dayz\",\"description\":\"Check out the Last Hero Dayz community on Discord - hang out with 21 other members and enjoy free voice and text chat.\",\"image\":{\"url\":\"https://cdn.discordapp.com/splashes/1298642847125213184/6ca4e93dfa6d0e18f6a5fed357e67b44.jpg?size=512\"}}}},{\"id\":\"Ot3nluAOZD\",\"type\":\"header\",\"data\":{\"text\":\"https://discord.gg/lasthero\",\"level\":2}}]",
"game": 221100,
"owner": 89117,
"boosts": 1,
"last_offline": 1759763036,
"last_online": 1757118022,
"icon": null,
"name": "The Day Later | 1PP | PvP | Vanilla+ | No Base Raiding",
"connect": null,
"request": null,
"map": "chernarusplus",
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1727390389,
"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": 15069,
"language": "de",
"parked": true,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": {
"username": "limonchikwow",
"avatar": "9fff67b0-9a45-473f-a4df-773e5ba956aa.jpg"
},
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/5997308");
$data = json_decode($json, true);
var_dump($data);