Minecraft
API für UltraMine !! NEW YEAR !! v1.1.x - 1.16.x - 1.20.x
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11156393json
{
"response": {
"steam_id": null,
"domain": "memostrike.ru",
"id": 11156393,
"ip": "109.248.4.108",
"port": 19131,
"query": 19131,
"color": 0,
"city": "Moscow",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1772965969,
"score": 0,
"last_online": 1776855032,
"icon": null,
"name": "UltraMine !! NEW YEAR !! v1.1.x - 1.16.x - 1.20.x",
"connect": "memostrike.ru:19131",
"request": "109.248.4.108:19131",
"map": "LiteCore-mod v1.0.9-release",
"gamemode": "Survival",
"version": "1.1.7",
"numplayers": 44,
"maxplayers": 250,
"bots": 0,
"secured": null,
"private": null,
"country": "RU",
"status": true,
"votes": 0,
"points": 37,
"add_date": 1772228007,
"last_update": 1776855032,
"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": 790,
"language": "ru",
"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/11156393");
$data = json_decode($json, true);
var_dump($data);