API (static JSON)¶
The website hosts a static API built from YAML sources.
This is intentionally simple:
- No backend required
- Cache-friendly (CDN / browser caching)
- Easy to mirror and version
Endpoints¶
Paths are relative to the site root:
api/v1/index.json– top-level indexapi/v1/entities/<entity_type>/<id>.json– single entityapi/v1/entities/<entity_type>/index.json– list of entities of a typeapi/v1/taxonomies/<taxonomy>/<term_id>.json– single termapi/v1/taxonomies/<taxonomy>/index.json– list of terms in a taxonomyapi/v1/relations/<id>.json– single relationapi/v1/relations/index.json– list of relations
Guarantees¶
- IDs are stable.
- JSON is a direct, lossless representation of YAML (plus small build metadata in indexes).