API für URANOCRAFT ♫ ◆ [1.19.4 - 1.21.4] ✱ UNETE AL DISCORD ¦¦ disc.uranocraft.net ✱
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": null,
"domain": "mc.uranocraft.net",
"id": 10658932,
"ip": "172.93.111.2",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Miami",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1780086171,
"last_online": 1780602127,
"icon": null,
"name": "URANOCRAFT ♫ ◆ [1.19.4 - 1.21.4] ✱ UNETE AL DISCORD ¦¦ disc.uranocraft.net ✱",
"connect": "mc.uranocraft.net:25565",
"request": "172.93.111.2:25565",
"map": null,
"gamemode": null,
"version": "1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6, 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4",
"numplayers": 0,
"maxplayers": 500,
"bots": 0,
"secured": null,
"private": null,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1764543742,
"last_update": 1780602127,
"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": 3692,
"language": "en",
"parked": false,
"app": {
"id": 169,
"steam_id": 9000034,
"name": "Minecraft",
"url": "minecraft"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10658932");
$data = json_decode($json, true);
var_dump($data);