Query parameters · 2
Optional filters and modifiers. Pass as URL-encoded ?key=value.
Search query
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 CompanyOut.
Envelope
Array of result objects.
Pagination and request metadata, including request_id, data_as_of, and ontology_version.
CompanyOut
EDINET submitter code assigned by FSA (e.g. 'E02144'). Primary identifier.
TSE securities code, 4 digits (e.g. '7203').
Company name in Japanese (e.g. 'トヨタ自動車株式会社').
Company name in English. Null if not provided in filings.
Audit tag for name_en. One of: 'verified' (from an authoritative external registry), 'derived' (deterministic extraction or high-confidence public-registry match), 'machine' (model-generated, lowest confidence). Null when no English name has been resolved yet.
Timestamp name_en was last resolved. Use to detect staleness.
TSE 33-sector classification in Japanese (e.g. '輸送用機器').
TSE 33-sector in English. Auto-translated.
Fiscal year-end month as 2-digit string (e.g. '03' for March).
TSE market segment in Japanese (e.g. 'プライム(内国株式)').
TSE market segment in English (e.g. 'Prime'). Auto-translated from listing.
Always-populated display label derived from sector + listing. TSE's 33-sector classification only applies to listed equities; unlisted filers (REITs, asset managers, foreign subs) carry no sector. This field surfaces that gap explicitly: 'Unlisted' when listing is null, 'Uncategorised' when listed but unclassified, otherwise the English sector name. Consumers needing the raw TSE classification should still read sector / sector_en.
Entity classification: 'listed_company', 'fund', or 'unlisted_filer'.
When this company record was first created in Axiora.
When this company record was last updated.
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.