Minecraft
☺ BCL Craft 1.8 - 1.19 ☺ ----[- VIP | Caixas | Bosses | SlimeFun -]---- için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/1001598json
{
"response": {
"steam_id": null,
"domain": "bclcraft.casacam.net",
"id": 1001598,
"ip": "144.22.172.110",
"port": 25565,
"query": 25565,
"color": 0,
"city": "São Paulo",
"description": "",
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1775764962,
"score": null,
"last_online": 1776093055,
"icon": null,
"name": "☺ BCL Craft 1.8 - 1.19 ☺ ----[- VIP | Caixas | Bosses | SlimeFun -]----",
"connect": "bclcraft.casacam.net:25565",
"request": "144.22.172.110:25565",
"map": null,
"gamemode": "FML",
"version": "BungeeCord 1.8.x-1.21.x",
"numplayers": 0,
"maxplayers": 2023,
"bots": 0,
"secured": null,
"private": null,
"country": "BR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1685030998,
"last_update": 1776093055,
"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": 2286,
"language": "pt",
"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/1001598");
$data = json_decode($json, true);
var_dump($data);