Minecraft
Leki-Minecraft CityBuild için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/8184976json
{
"response": {
"steam_id": null,
"domain": "www.leki-world.de",
"id": 8184976,
"ip": "85.214.57.82",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Berlin",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1774972885,
"score": 0,
"last_online": 1776103830,
"icon": null,
"name": "Leki-Minecraft CityBuild",
"connect": "www.leki-world.de:25565",
"request": "85.214.57.82:25565",
"map": null,
"gamemode": "FML",
"version": "BungeeCord 1.8.x-1.21.x",
"numplayers": 16,
"maxplayers": 350,
"bots": 0,
"secured": null,
"private": null,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1742384142,
"last_update": 1776103830,
"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": 2009,
"language": "de",
"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/8184976");
$data = json_decode($json, true);
var_dump($data);