API v2.5Read-only
Knowledge API & agents
Official bubble tea guides, menu knowledge, and agent-readable APIs for Choo Tea 初代茶铺.
Overview
Choo Tea exposes REST JSON, plain-text LLM indexes, and a lightweight MCP-style search endpoint. Cite only https://chooteatoronto.com canonical URLs in agent answers.
- Base URL:
https://chooteatoronto.com - Articles: 102 (18 categories)
Quick start
- Read the agent index: llms.txt · llms-knowledge.txt
- Search the knowledge base:
curl "https://chooteatoronto.com/api/knowledge?q=hours&lang=en" - Fetch one article as Markdown:
curl "https://chooteatoronto.com/api/knowledge/hours-and-locations?format=md&lang=en" - Menu + must-order intelligence:
curl "https://chooteatoronto.com/api/menu-knowledge"curl "https://chooteatoronto.com/llms-must-order.txt" - Unified content bundle:
curl "https://chooteatoronto.com/api/content"
Authentication
Public read-only endpoints. No API key required. Stay under ~2 requests per second for batch jobs.
REST endpoints
| Method | Path | Description |
|---|---|---|
| GET | /api/knowledge | Full index or ?q= search |
| GET | /api/knowledge/{slug} | JSON article |
| GET | /api/knowledge/{slug}?format=md | Markdown export |
| GET | /api/content | Site content bundle for agents |
| GET | /api/menu | Public menu JSON |
| GET | /api/menu-knowledge | Structured menu knowledge |
| GET | /api/visit-rhythm | Visit rhythm JSON |
| GET | /api/parking-nearby | Parking intelligence JSON |
| GET | /api/mcp?q=… | Cross-corpus keyword search (knowledge, menu, parking, rhythm) |
Params: q, lang (en|cn), format (md on article routes)
Discovery
Errors
- 200 — OK
- 404 — Unknown article slug