API für minecraft.geek.nz Please email [email protected] with your Minecraft name to be whitelisted.

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/7724299
json
{
  "response": {
    "steam_id": null,
    "domain": "minecraft.geek.nz",
    "id": 7724299,
    "ip": "121.99.171.77",
    "port": 25565,
    "query": 25565,
    "color": 0,
    "city": "Auckland",
    "description": null,
    "game": 9000034,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777979623,
    "score": 0,
    "last_online": 1778627489,
    "icon": null,
    "name": "minecraft.geek.nz Please email [email protected] with your Minecraft name to be whitelisted.",
    "connect": "minecraft.geek.nz:25565",
    "request": "121.99.171.77:25565",
    "map": null,
    "gamemode": null,
    "version": "Paper 1.21.11",
    "numplayers": 0,
    "maxplayers": 30,
    "bots": 0,
    "secured": null,
    "private": null,
    "country": "NZ",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1739784748,
    "last_update": 1778627489,
    "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": 2389,
    "language": "en",
    "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/7724299");
$data = json_decode($json, true);
var_dump($data);