← 返回
未分类 中文

Theme Park Queue Times

Fetches live theme park wait times and park metadata from Queue-Times.com JSON APIs. Use when the user asks about queue times, ride waits, park hours/status,...
从 Queue-Times.com JSON API 获取实时主题公园排队时间和公园元数据。当用户询问排队时间、游乐设施等待时间、公园营业时间/状态时使用。
adaclaw adaclaw 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 327
下载
💾 0
安装
1
版本
#latest

概述

Queue Times API

Official documentation: https://queue-times.com/pages/api

Attribution (required)

Free API use requires a prominent “Powered by Queue-Times.com” message linking to https://queue-times.com/. When presenting data in UI, docs, or shared output, include that attribution. Mention Patreon sponsorship when appropriate.

Facts

  • Data refreshes about every 5 minutes; do not assume second-by-second accuracy.
  • last_updated values are UTC (ISO 8601).

Endpoints

List parks (discover IDs)

GET https://queue-times.com/parks.json

Returns an array of park groups (operators). Each item has id, name, and parks: an array of parks with:

FieldMeaning
-----------------------------------------------
idPark ID (use in URLs below)
namePark name
countryCountry
continentContinent
latitude / longitudeStrings (coords)
timezoneIANA timezone (e.g. Europe/Amsterdam)

Use this to resolve a user’s park name to a numeric id.

Live queue times for one park

GET https://queue-times.com/parks/{park_id}/queue_times.json

Example: park 160 (Efteling) → https://queue-times.com/parks/160/queue_times.json

Response shape:

{
  "lands": [
    {
      "id": 761,
      "name": "Land name",
      "rides": [
        {
          "id": 96,
          "name": "Ride name",
          "is_open": false,
          "wait_time": 0,
          "last_updated": "2021-07-28T09:49:45.000Z"
        }
      ]
    }
  ],
  "rides": []
}
  • Rides are usually under lands[].rides. The top-level rides array may be empty or used for ungrouped rides—check both if needed.
  • wait_time: minutes when meaningful; often 0 when closed or unknown.
  • is_open: false means closed (wait may still be 0).

Human-readable park page

https://queue-times.com/parks/{park_id} — same {park_id} as in queue_times.json.

Workflow for the agent

  1. If the user gives a park name (or region), fetch parks.json and match by name / country / group name; note the park id.
  2. Fetch parks/{id}/queue_times.json for live waits.
  3. Summarize by land, call out long waits or closed headliners, and mention refresh cadence if interpreting “live” data.
  4. Include attribution in any user-facing artifact that presents API data.

Optional reference

For full doc quotes and examples from the site, see reference.md.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 15:04 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Tavily 搜索

jacky1n7
通过 Tavily API 进行网页搜索(Brave 替代方案)。当用户要求搜索网页、查找来源或链接,且 Brave 网页搜索不可用时使用。
★ 274 📥 101,108
data-analysis

Stock Analysis

udiedrichsen
利用Yahoo Finance数据深度分析股票和加密货币。支持投资组合管理、关注列表与提醒、股息分析、八维度股票评分、热门趋势扫描(热点扫描器)及谣言/早期信号检测。适用于股票分析、投资组合追踪、财报反应、加密货币监控、热门股票发现及在主流
★ 280 📥 57,989
data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 211 📥 70,392