Minecraft
API für ChillZone❄❄❄ ❄❄❄ .gg/chills 1.21.11 OUT NOW!•
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/6187392json
{
"response": {
"steam_id": null,
"domain": "play.chillzone.cc",
"id": 6187392,
"ip": "45.143.198.9",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Solihull",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1769449908,
"score": 0,
"last_online": 1776821427,
"icon": null,
"name": "ChillZone❄❄❄ ❄❄❄ .gg/chills 1.21.11 OUT NOW!•",
"connect": "play.chillzone.cc:25565",
"request": "45.143.198.9:25565",
"map": null,
"gamemode": null,
"version": "Velocity 1.7.2-26.1.2",
"numplayers": 23,
"maxplayers": 50,
"bots": 0,
"secured": null,
"private": null,
"country": "GB",
"status": true,
"votes": 0,
"points": 48,
"add_date": 1728259395,
"last_update": 1776821427,
"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": 166,
"language": "en",
"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/6187392");
$data = json_decode($json, true);
var_dump($data);