API für The No.1 Minecraft Server in Brunei and Asia. Survival-MP, Custom Gamemodes, Multi-lingual Friendly!

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/10737189
json
{
  "response": {
    "steam_id": null,
    "domain": "planetbruneireborn.my.pebble.host",
    "id": 10737189,
    "ip": "139.99.113.233",
    "port": 25603,
    "query": 25603,
    "color": 0,
    "city": "Singapore",
    "description": null,
    "game": 9000034,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778577824,
    "score": 0,
    "last_online": 1778598039,
    "icon": null,
    "name": "The No.1 Minecraft Server in Brunei and Asia. Survival-MP, Custom Gamemodes, Multi-lingual Friendly!",
    "connect": "planetbruneireborn.my.pebble.host:25603",
    "request": "139.99.113.233:25603",
    "map": null,
    "gamemode": "Survival",
    "version": "Velocity 1.7.2-26.1.2",
    "numplayers": 4,
    "maxplayers": 100,
    "bots": 0,
    "secured": null,
    "private": null,
    "country": "SG",
    "status": true,
    "votes": 0,
    "points": 32,
    "add_date": 1766250006,
    "last_update": 1778598039,
    "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": 1256,
    "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/10737189");
$data = json_decode($json, true);
var_dump($data);