API für ✦▬▬▬▬▬▬✦ ʙʀᴏᴛʜᴇʀѕᴄʀᴀꜰᴛʟᴀɴᴅ ✦▬▬▬▬▬▬✦
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": null,
"domain": "play.brotherscraftland.xyz",
"id": 11764116,
"ip": "160.25.5.206",
"port": 4551,
"query": 4551,
"project_id": null,
"color": 0,
"city": "Ashulia",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1781008505,
"last_online": 1781062348,
"icon": null,
"name": "✦▬▬▬▬▬▬✦ ʙʀᴏᴛʜᴇʀѕᴄʀᴀꜰᴛʟᴀɴᴅ ✦▬▬▬▬▬▬✦",
"connect": "play.brotherscraftland.xyz:4551",
"request": "160.25.5.206:4551",
"map": "ѕᴜʀᴠɪᴠᴀʟ ︱ ᴘᴠᴘ︱ ʟɪꜰᴇѕᴛᴇᴀʟ",
"gamemode": "Survival",
"version": "26.23",
"numplayers": 4,
"maxplayers": 6000,
"bots": 0,
"secured": null,
"private": null,
"country": "BD",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1780932258,
"last_update": 1781062348,
"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": 5061,
"language": "bn",
"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/11764116");
$data = json_decode($json, true);
var_dump($data);