------◄► GAMSTER.ORG ------◄► a➟ 1.7 - 26.1 DOUBLE VOTE REWARDS THIS WEEK a 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/10606545
json
{
  "response": {
    "steam_id": null,
    "domain": "mc.gamster.org",
    "id": 10606545,
    "ip": "89.222.122.36",
    "port": 25565,
    "query": 25565,
    "color": 0,
    "city": "Paris",
    "description": null,
    "game": 9000034,
    "owner": null,
    "boosts": 1,
    "last_offline": 1768642744,
    "score": 0,
    "last_online": 1776092419,
    "icon": null,
    "name": "------◄► GAMSTER.ORG ------◄► a➟ 1.7 - 26.1 DOUBLE VOTE REWARDS THIS WEEK a",
    "connect": "mc.gamster.org:25565",
    "request": "89.222.122.36:25565",
    "map": null,
    "gamemode": null,
    "version": "Velocity 1.7.2-26.1",
    "numplayers": 1064,
    "maxplayers": 3000,
    "bots": 0,
    "secured": null,
    "private": null,
    "country": "FR",
    "status": true,
    "votes": 0,
    "points": 46,
    "add_date": 1763321973,
    "last_update": 1776092419,
    "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": 694,
    "language": "fr",
    "parked": false,
    "app": {
      "id": 169,
      "steam_id": 9000034,
      "name": "Minecraft",
      "url": "minecraft"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

代码示例

php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/10606545");
$data = json_decode($json, true);
var_dump($data);