Endpoint reference
Endpoint reference
Apier.no API contract — authoritative machine-readable spec at /openapi.json, with browsable per-endpoint docs landing in a follow-up PR.
[Cite this as: Apier.no Docs v0.1.0 — last updated 2026-04-22]
Until the build-time auto-generation lands (fumadocs-openapi
integration), the authoritative reference is
/openapi.json — the machine-readable contract is
the single source of truth. The sidebar below is a manual skeleton
mirroring the OpenAPI tag structure and will be replaced wholesale
when generation lands.
Categories
- Public (Category A) — zero-auth, rate-limited per IP. Discovery-first surface; agents can evaluate the API without creating an account.
- Company (Category B) — API-key gated, per-API-key rate
limits, carries an audit trail. Every response embeds
_metawith the Rulebook version + data freshness. - Tools — small helpers (exchange rates, Altinn 2→3 migration bridge) that don't fit the obligations/deadlines/compliance domain model.
Today
The authoritative spec is live at
/openapi.json. Every /api/v1/* response also
advertises it via the HTTP
Link: </openapi.json>; rel="service-desc" header.