API für CRAZYPSMP | SMP Java + Bedrock (Geyser) • Join: crazypsmp.dg.vg
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": null,
"domain": "crazypsmp.dg.vg",
"id": 10866412,
"ip": "51.195.36.12",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Limburg an der Lahn",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1780345453,
"last_online": 1780587141,
"icon": null,
"name": "CRAZYPSMP | SMP Java + Bedrock (Geyser) • Join: crazypsmp.dg.vg",
"connect": "crazypsmp.dg.vg:25565",
"request": "51.195.36.12:25565",
"map": null,
"gamemode": null,
"version": "1.13, 1.13.1, 1.13.2, 1.14, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.15, 1.15.1, 1.15.2, 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6",
"numplayers": 4,
"maxplayers": 6767,
"bots": 0,
"secured": null,
"private": null,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1768317180,
"last_update": 1780587141,
"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": 4161,
"language": "de",
"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/10866412");
$data = json_decode($json, true);
var_dump($data);