Minecraft
API für Connect to hyrax.aternos.host:35543 Why? Read this: aternos.org/connect
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11489120json
{
"response": {
"steam_id": null,
"domain": "fedor12e-grif.aternos.me",
"id": 11489120,
"ip": "193.56.156.230",
"port": 35543,
"query": 35543,
"color": 0,
"city": "Neckargemünd",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1776615843,
"score": 5,
"last_online": 1776613378,
"icon": null,
"name": "Connect to hyrax.aternos.host:35543 Why? Read this: aternos.org/connect",
"connect": "fedor12e-grif.aternos.me:35543",
"request": "193.56.156.230:35543",
"map": null,
"gamemode": null,
"version": "§a● Online",
"numplayers": 0,
"maxplayers": 400,
"bots": 0,
"secured": null,
"private": null,
"country": "DE",
"status": false,
"votes": 1,
"points": 1,
"add_date": 1776099310,
"last_update": 1776615843,
"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": 5325,
"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/11489120");
$data = json_decode($json, true);
var_dump($data);