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

EndpointWhat it returns
/api/v1/index.jsonThe endpoint index, the supported languages, and revisioned chart URLs.
/api/v1/status.jsonThe current publication status and every chapter the tracker follows.
/api/v1/stats.jsonHiatus, publication-pace and presence statistics derived from 1998 onward.
/api/v1/chapters.jsonTracked chapter index.
/api/v1/chapters/{chapter}.jsonChapter details, titles and sources.
/api/v1/events.jsonAvailable transitions and status observations; incomplete history.
/api/v1/togashi/latest.jsonThe most recent Togashi post, with every cached translation.
/api/v1/togashi/posts.jsonThe archived Togashi posts, newest first, with translations and sheet transcriptions.
/api/v1/togashi/latest/{locale}.jsonThe same documents narrowed to one language.
/api/v1/openapi.jsonAn OpenAPI 3.1 description of every endpoint.

Feeds, calendar and badges

EndpointWhat it returns
/feed.xmlAtom feed of tracker changes and Togashi posts, in English.
/{locale}/feed.xmlThe same Atom feed in one of the published languages.
/releases.icsCalendar subscription of confirmed release dates.
/badge/status.svgEmbeddable SVG status badge, also available per language.
/share/{locale}/production.pngThe 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.

[![HxH Status](https://hxhstatus.com/badge/status.svg)](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.

Unofficial HUNTER×HUNTER chapter and production tracker.