Minecraft
Dein Server für Survival und Skyblock für echte Minecrafter für Version 1.10 - 1.21.x için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/1003511json
{
"response": {
"steam_id": null,
"domain": "survivalkreis.de",
"id": 1003511,
"ip": "168.119.67.25",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Falkenstein",
"description": "",
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1764337242,
"score": null,
"last_online": 1776094228,
"icon": null,
"name": "Dein Server für Survival und Skyblock für echte Minecrafter für Version 1.10 - 1.21.x",
"connect": "survivalkreis.de:25565",
"request": "168.119.67.25:25565",
"map": null,
"gamemode": "FML",
"version": "BungeeCord 1.8.x-1.21.x",
"numplayers": 0,
"maxplayers": 45,
"bots": 0,
"secured": null,
"private": null,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1685032544,
"last_update": 1776094228,
"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": 2321,
"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/1003511");
$data = json_decode($json, true);
var_dump($data);