API für A Minecraft Server. Now running the latest Minecraft version!

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/595487
json
{
  "response": {
    "steam_id": null,
    "domain": "druifjes.nl",
    "id": 595487,
    "ip": "188.213.94.33",
    "port": 25565,
    "query": 25565,
    "color": 0,
    "city": "Amsterdam",
    "description": "",
    "game": 9000034,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776294151,
    "score": null,
    "last_online": 1776822096,
    "icon": null,
    "name": "A Minecraft Server. Now running the latest Minecraft version!",
    "connect": "druifjes.nl:25565",
    "request": "188.213.94.33:25565",
    "map": null,
    "gamemode": "FML",
    "version": "BungeeCord 1.8.x-26.1.x",
    "numplayers": 0,
    "maxplayers": 55,
    "bots": 0,
    "secured": null,
    "private": null,
    "country": "NL",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1669242893,
    "last_update": 1776822096,
    "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": 1797,
    "language": "nl",
    "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/595487");
$data = json_decode($json, true);
var_dump($data);