Minecraft

API fรผr ๐•ฏ๐–Ž๐–›๐–Ž๐–“๐–Š๐–ˆ๐–—๐–†๐–‹๐–™ ๐—จ๐—ป๐—ฑ๐—ฒ๐—ฟ ๐— ๐—ฎ๐—ถ๐—ป๐˜๐—ฒ๐—ป๐—ฎ๐—ป๐—ฐ๐—ฒ โœฆ ๐—ฅ๐—ฒ๐—น๐—ฒ๐—ฎ๐˜€๐—ถ๐—ป๐—ด ๐—ฆ๐—ผ๐—ผ๐—ป

JSON fรผr Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11764208
json
{
  "response": {
    "steam_id": null,
    "domain": "play.divinecraft.org",
    "id": 11764208,
    "ip": "198.50.158.122",
    "port": 25629,
    "query": 25629,
    "project_id": null,
    "color": 0,
    "city": "Montreal",
    "description": null,
    "game": 9000034,
    "owner": null,
    "boosts": 1,
    "last_offline": 1781049866,
    "last_online": 1781056877,
    "icon": null,
    "name": "๐•ฏ๐–Ž๐–›๐–Ž๐–“๐–Š๐–ˆ๐–—๐–†๐–‹๐–™ ๐—จ๐—ป๐—ฑ๐—ฒ๐—ฟ ๐— ๐—ฎ๐—ถ๐—ป๐˜๐—ฒ๐—ป๐—ฎ๐—ป๐—ฐ๐—ฒ โœฆ ๐—ฅ๐—ฒ๐—น๐—ฒ๐—ฎ๐˜€๐—ถ๐—ป๐—ด ๐—ฆ๐—ผ๐—ผ๐—ป",
    "connect": "play.divinecraft.org:25629",
    "request": "198.50.158.122:25629",
    "map": null,
    "gamemode": null,
    "version": null,
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": null,
    "private": null,
    "country": "CA",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1780932262,
    "last_update": 1781056877,
    "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": 5093,
    "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/11764208");
$data = json_decode($json, true);
var_dump($data);