Translate Park API

The official HSK 2026 vocabulary, read-only, built for AI agents.

No account, no login, no beta access needed: if you can read this page, you can call the API.

Endpoints

Example

GET /api/v1/standards/hsk-2026/levels/1/ begins:

{
  "standard": "HSK",
  "edition": "2026",
  "level": "1",
  "words": [
    {
      "word_id": "hsk-2026:1",
      "number": 1,
      "word": "爱",
      "pinyin": "ài",
      "part_of_speech": "动",
      "homograph_number": null,
      "also_at_level": null
    }
  ]
}

Rules

Rate limits

Anonymous callers get 60 requests per minute per IP. Past that the API answers 429 with a JSON body: back off and retry. If you need more, fetch each level once and cache it -- the vocabulary barely changes.

What this API does not have

User accounts do not exist yet -- anything asking you to sign in or register is not part of this API. Neither are progress, quizzes, lessons, or English definitions. Accounts arrive in milestone 2.

Made with 🌳 Translate Park - English sentence simplifier and translator | Product Hunt