Minecraft
API für ---> Envirocraft : mc.envirocraft.net 1.21.4 <--- friendly semi-vanilla survival with claim protection
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10895772json
{
"response": {
"steam_id": null,
"domain": "mc.envirocraft.net",
"id": 10895772,
"ip": "198.50.245.159",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Montreal",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1770980548,
"score": 0,
"last_online": 1776857496,
"icon": null,
"name": "---> Envirocraft : mc.envirocraft.net 1.21.4 <--- friendly semi-vanilla survival with claim protection",
"connect": "mc.envirocraft.net:25565",
"request": "198.50.245.159:25565",
"map": null,
"gamemode": null,
"version": "Paper 1.21.4",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": null,
"private": null,
"country": "CA",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1768383675,
"last_update": 1776857496,
"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": 4421,
"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/10895772");
$data = json_decode($json, true);
var_dump($data);