Public API
Everything HxH Status knows is served as JSON. No key, no rate limit beyond ordinary caching, CORS open to any origin, and a stable schema version on every document.
Endpoints
| Endpoint | What it returns |
|---|---|
/api/v1/index.json | The endpoint index, the supported languages, and revisioned chart URLs. |
/api/v1/status.json | The current publication status and every chapter the tracker follows. |
/api/v1/stats.json | Hiatus, publication-pace and presence statistics derived from 1998 onward. |
/api/v1/chapters.json | Tracked chapter index. |
/api/v1/chapters/{chapter}.json | Chapter details, titles and sources. |
/api/v1/events.json | Available transitions and status observations; incomplete history. |
/api/v1/togashi/latest.json | The most recent Togashi post, with every cached translation. |
/api/v1/togashi/posts.json | The archived Togashi posts, newest first, with translations and sheet transcriptions. |
/api/v1/togashi/latest/{locale}.json | The same documents narrowed to one language. |
/api/v1/openapi.json | An OpenAPI 3.1 description of every endpoint. |
Feeds, calendar and badges
| Endpoint | What it returns |
|---|---|
/feed.xml | Atom feed of tracker changes and Togashi posts, in English. |
/{locale}/feed.xml | The same Atom feed in one of the published languages. |
/releases.ics | Calendar subscription of confirmed release dates. |
/badge/status.svg | Embeddable SVG status badge, also available per language. |
/share/{locale}/production.png | The production tracker and publication history as PNG images. |
Status badge
Embed the current status in a README or a fan site. The image is regenerated whenever the tracker changes.
[](https://hxhstatus.com)
Machine-readable description
An OpenAPI 3.1 document describes every endpoint above. /api/v1/openapi.json
Caching and etiquette
Every document carries an ETag and a five-minute cache policy, and each response names a pollAfterSeconds value. Please respect it: the tracker changes a few times a month, not a few times a minute.
Attribution
Use of the API is free. A link back to hxhstatus.com is appreciated and helps other readers find the source.