Minecraft
API für ✯ Minezinho | 1.8 - 1.21.x ✯ ⇨ VENHA JOGAR - MINEZINHO.COM ⇦ Hover:
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11156053json
{
"response": {
"steam_id": null,
"domain": "jogar.minezinho.com",
"id": 11156053,
"ip": "45.89.30.76",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Cotia",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1778610138,
"score": 0,
"last_online": 1778329835,
"icon": null,
"name": "✯ Minezinho | 1.8 - 1.21.x ✯ ⇨ VENHA JOGAR - MINEZINHO.COM ⇦ Hover:",
"connect": "jogar.minezinho.com:25565",
"request": "45.89.30.76:25565",
"map": null,
"gamemode": null,
"version": "Velocity 1.7.2-26.1.2",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": null,
"private": null,
"country": "BR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1772227985,
"last_update": 1778610138,
"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": 5276,
"language": "pt",
"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/11156053");
$data = json_decode($json, true);
var_dump($data);