Minecraft
API für [Welcome to Magsayo Craft] MMORPG + Faction + PVP + MINI GAMES
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10606624json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10606624,
"ip": "157.173.219.42",
"port": 14400,
"query": 14400,
"color": 0,
"city": "Mumbai",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1776560637,
"score": 0,
"last_online": 1776840086,
"icon": null,
"name": "[Welcome to Magsayo Craft] MMORPG + Faction + PVP + MINI GAMES",
"connect": "157.173.219.42:14400",
"request": "157.173.219.42:14400",
"map": null,
"gamemode": null,
"version": "Paper 1.21.7",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": null,
"private": null,
"country": "IN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1763322000,
"last_update": 1776840086,
"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": 3543,
"language": "hi",
"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/10606624");
$data = json_decode($json, true);
var_dump($data);