Minecraft
API für ▂▃▄▅▆▇ PLAY.OLIMPMINE.RU ▇▆▅▄▃▂ ‹ 1.20 — 1.16.5 › ❖ АНАРХИЯ ❖ /FREE
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10737601json
{
"response": {
"steam_id": null,
"domain": "tl.funmc.su",
"id": 10737601,
"ip": "194.147.90.189",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Moscow",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1770989504,
"score": 0,
"last_online": 1776090013,
"icon": null,
"name": "▂▃▄▅▆▇ PLAY.OLIMPMINE.RU ▇▆▅▄▃▂ ‹ 1.20 — 1.16.5 › ❖ АНАРХИЯ ❖ /FREE",
"connect": "tl.funmc.su:25565",
"request": "194.147.90.189:25565",
"map": null,
"gamemode": "FML",
"version": "NullCordX 1.8.x-1.21.x",
"numplayers": 111,
"maxplayers": 112,
"bots": 0,
"secured": null,
"private": null,
"country": "RU",
"status": true,
"votes": 0,
"points": 70,
"add_date": 1766250120,
"last_update": 1776090013,
"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": 67,
"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/10737601");
$data = json_decode($json, true);
var_dump($data);