Minecraft
🞖 Kaizen Network 🞖 「 1.21.6 - Latest 」 • • • • Where everyone gets their inspiration. • • • • için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10957816json
{
"response": {
"steam_id": null,
"domain": "mp.kaizenmc.id",
"id": 10957816,
"ip": "194.56.225.79",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Singapore",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1768741863,
"score": 0,
"last_online": 1778598639,
"icon": null,
"name": "🞖 Kaizen Network 🞖 「 1.21.6 - Latest 」 • • • • Where everyone gets their inspiration. • • • •",
"connect": "mp.kaizenmc.id:25565",
"request": "194.56.225.79:25565",
"map": null,
"gamemode": null,
"version": "1.21.6+",
"numplayers": 115,
"maxplayers": 6767,
"bots": 0,
"secured": null,
"private": null,
"country": "SG",
"status": true,
"votes": 0,
"points": 31,
"add_date": 1768741863,
"last_update": 1778598639,
"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": 1661,
"language": "en",
"parked": false,
"app": {
"id": 169,
"steam_id": 9000034,
"name": "Minecraft",
"url": "minecraft"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10957816");
$data = json_decode($json, true);
var_dump($data);