Path parameters · 1
Variables interpolated into the URL path.
Query parameters · 1
Optional filters and modifiers. Pass as URL-encoded ?key=value.
Filter by section key. One of: mda, risk_factors, business_overview, strategy, sustainability, research_and_development, dividend_policy, governance, company_history, employees, critical_contracts, capital_expenditures, accounting_policy, segment_info, financial_instruments, officers, outside_directors, remuneration.
Request headers · 1
Authentication.
Production API key. Pass it as Bearer ax_live_…
Returns · 200
The standard { data, meta } envelope. data contains an array of SectionOut.
Envelope
Array of result objects.
Pagination and request metadata, including request_id, data_as_of, and ontology_version.
SectionOut
Section key (e.g. 'mda', 'risk_factors').
Human-readable English label for the section.
Japanese label for the section.
Full Japanese text of the section. No truncation.
English translation, if available. Null when not yet translated.
Character count of the Japanese text.
Errors
Standard HTTP status codes plus a typed error.code in the { error: { code, message } } envelope.
Every endpoint returns the same typed error envelope ({ error: { code, message } }). For the full list of codes, see the Errors reference.