API für GeoCraft is tegenwoordig 1.21.11+ maak in je Minecraft launcher een profiel aan en join ons dan!
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": null,
"domain": "geocraft.nl",
"id": 998803,
"ip": "162.19.29.214",
"port": 25565,
"query": 25565,
"project_id": null,
"color": 0,
"city": "Gravelines",
"description": "",
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1772439697,
"last_online": 1780917126,
"icon": null,
"name": "GeoCraft is tegenwoordig 1.21.11+ maak in je Minecraft launcher een profiel aan en join ons dan!",
"connect": "geocraft.nl:25565",
"request": "162.19.29.214:25565",
"map": null,
"gamemode": null,
"version": "1.21.11",
"numplayers": 4,
"maxplayers": 1000,
"bots": 0,
"secured": null,
"private": null,
"country": "FR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1685029119,
"last_update": 1780917126,
"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": 2149,
"language": "fr",
"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/998803");
$data = json_decode($json, true);
var_dump($data);