Minecraft
API für Otherworld + Lootr | v5 omr's server | discord.gg/TmKJmHeBg4
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10529537json
{
"response": {
"steam_id": null,
"domain": "omrs-server.by",
"id": 10529537,
"ip": "93.84.96.99",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Minsk",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1775215334,
"score": 0,
"last_online": 1776975692,
"icon": null,
"name": "Otherworld + Lootr | v5 omr's server | discord.gg/TmKJmHeBg4",
"connect": "omrs-server.by:25565",
"request": "93.84.96.99:25565",
"map": null,
"gamemode": null,
"version": "1.20.1",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": null,
"private": null,
"country": "BY",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1762516953,
"last_update": 1776975692,
"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": 3532,
"language": "be",
"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/10529537");
$data = json_decode($json, true);
var_dump($data);