API für Discord.gg/PMMO - PixelmonMMO - 80+ Gyms & 9 E4! Kanto|Johto|Hoenn|Sinnoh|Unova|Kalos|Alola|Galar|Paldea

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/8117753
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 8117753,
    "ip": "142.44.139.191",
    "port": 25565,
    "query": 25565,
    "color": 0,
    "city": "Montreal",
    "description": null,
    "game": 9000034,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777406010,
    "score": 0,
    "last_online": 1779039640,
    "icon": null,
    "name": "Discord.gg/PMMO - PixelmonMMO - 80+ Gyms & 9 E4! Kanto|Johto|Hoenn|Sinnoh|Unova|Kalos|Alola|Galar|Paldea",
    "connect": "142.44.139.191:25565",
    "request": "142.44.139.191:25565",
    "map": null,
    "gamemode": null,
    "version": "forge arclight 1.16.5",
    "numplayers": 5,
    "maxplayers": 67,
    "bots": 0,
    "secured": null,
    "private": null,
    "country": "CA",
    "status": true,
    "votes": 0,
    "points": 32,
    "add_date": 1741873202,
    "last_update": 1779039640,
    "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": 1384,
    "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/8117753");
$data = json_decode($json, true);
var_dump($data);