API für TailWindSea | Сезон Rise [1.21.7-1.21.8] Мы ждём тебя ^-^
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 6194194,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": null,
"game": 9000034,
"owner": 129165,
"boosts": 1,
"last_offline": 1768715477,
"last_online": 1767842415,
"icon": null,
"name": "TailWindSea | Сезон Rise [1.21.7-1.21.8] Мы ждём тебя ^-^",
"connect": null,
"request": null,
"map": null,
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 1000,
"bots": 0,
"secured": false,
"private": null,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1728261854,
"last_update": 1768715477,
"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": 5649,
"language": "de",
"parked": true,
"app": {
"id": 169,
"steam_id": 9000034,
"name": "Minecraft",
"url": "minecraft"
},
"server_owner": {
"username": "nik30003",
"avatar": "9d2aaa5c-adaf-4a17-ab73-b98d8cdca072.jpg"
},
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/6194194");
$data = json_decode($json, true);
var_dump($data);