🔴🔵 ts.megatalk.de 🔵🔴 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/7412559
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 7412559,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": null,
    "description": ".\n.\n.\nWelcome to ts.megatalk.de, your public TeamSpeak server.\n\"Create a private TeamSpeak channel, provide a game description and add links to YouTube and other channels.\"\nIP: ts.megatalk.de\n[megatalk.de](https://megatalk.de)  -  [Ranks for gaming](https://megatalk.gaming-ts.com/rangTS/stats/list_rankup.php)  -  [Teamspeak 6 Homebase //Chat](https://tmspk.gg/KNLATmK9)  -  [Facebook Gruppe](https://www.facebook.com/groups/525523151830240)  -  [DSL-Speedtest](https://gaming-ts.com/dsl-speedtest-start.php)  -  (https://www.youtube.com/@JosefausRoxel)  -  [email protected]\n\nTo verify yourself, please join the TeamSpeak channel 👇Verify,Подтвердить,Verificar\nVerified after 25 minutes\nTeamspeak Logo Red after 60 minutes\n[DDoS attack](https://gaming-ts.com/ddos.php)\n.\n.\nNew Teamspeak\n[ts.gaming-ts.com](ts3server://ts.gaming-ts.com?port=9987&addbookmark=ts.gaming-ts.com)\n[ts.megatalk.de](ts3server://ts.megatalk.de?port=9987&addbookmark=ts.megatalk.de)",
    "game": 9000043,
    "owner": 105051,
    "boosts": 1,
    "last_offline": 1763024178,
    "score": 0,
    "last_online": 1762132816,
    "icon": null,
    "name": "🔴🔵 ts.megatalk.de 🔵🔴",
    "connect": null,
    "request": null,
    "map": null,
    "gamemode": null,
    "version": null,
    "numplayers": 0,
    "maxplayers": 32,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "DE",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1739093058,
    "last_update": 1763024178,
    "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": 177,
    "language": "de",
    "parked": true,
    "app": {
      "id": 1629110,
      "steam_id": 9000043,
      "name": "Teamspeak 3",
      "url": "teamspeak-3"
    },
    "server_owner": {
      "username": "JosefausRoxel_146",
      "avatar": "f723b109-a011-48ed-9a92-dee8e0ba33d9.jpg",
      "last_online": 1746683904
    },
    "mods": [],
    "disabled_modules": []
  }
}

代码示例

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