Minecraft
API für ◼ Minecraft, но новый предмет каждый день! ◼ - 1.21.4 - || Уже более 50 новых предметов!
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/588384json
{
"response": {
"steam_id": null,
"domain": "d12.joinserver.ru",
"id": 588384,
"ip": "135.181.237.57",
"port": 25916,
"query": 25916,
"color": 0,
"city": "Helsinki",
"description": "",
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1768640809,
"score": null,
"last_online": 1776840693,
"icon": null,
"name": "◼ Minecraft, но новый предмет каждый день! ◼ - 1.21.4 - || Уже более 50 новых предметов!",
"connect": "d12.joinserver.ru:25916",
"request": "135.181.237.57:25916",
"map": null,
"gamemode": null,
"version": "Paper 1.21.4",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": null,
"private": null,
"country": "FI",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1669209539,
"last_update": 1776840693,
"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": 1799,
"language": "fi",
"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/588384");
$data = json_decode($json, true);
var_dump($data);