Minecraft
API für AkLandCraft » mc.aklandcraft.ru // Скидки до 90% ЛЕТНИЕ СКИДКИ! // На любой донат!
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11429754json
{
"response": {
"steam_id": null,
"domain": "mc.aklandcraft.ru",
"id": 11429754,
"ip": "95.216.62.188",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Helsinki",
"description": null,
"game": 9000034,
"owner": 183411,
"boosts": 1,
"last_offline": 1774704487,
"score": 5,
"last_online": 1776828623,
"icon": null,
"name": "AkLandCraft » mc.aklandcraft.ru // Скидки до 90% ЛЕТНИЕ СКИДКИ! // На любой донат!",
"connect": "mc.aklandcraft.ru:25565",
"request": "95.216.62.188:25565",
"map": null,
"gamemode": "FML",
"version": "ACBungee 1.10.x-1.16.x",
"numplayers": 0,
"maxplayers": 250,
"bots": 0,
"secured": null,
"private": null,
"country": "FI",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774704487,
"last_update": 1776828623,
"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": 122,
"language": "ru",
"parked": false,
"app": {
"id": 169,
"steam_id": 9000034,
"name": "Minecraft",
"url": "minecraft"
},
"server_owner": {
"username": "judenjoger1488",
"avatar": "no.jpg",
"last_online": 1775633280
},
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11429754");
$data = json_decode($json, true);
var_dump($data);