Docs/Reference/Sectors/List Sectors
GET/v1/sectorsTier · Free

List Sectors

List all sectors with company counts.

Request headers · 1

Authentication.

Authorizationstringrequired

Production API key. Pass it as Bearer ax_live_…

Returns · 200

The standard { data, meta } envelope. data contains an array of SectorListItem.

Envelope

dataSectorListItem[]

Array of result objects.

metaMeta

Pagination and request metadata, including request_id, data_as_of, and ontology_version.

ontology_version 2.1.0replay meta.as_of · ?as_of=<token>

SectorListItem

sectorstring

TSE 33-sector name in Japanese.

sector_enstring | null

TSE 33-sector name in English.

sector_displaystring

Always-populated display label, sector_en when available, 'Unlisted' when entity has no TSE listing, 'Uncategorised' otherwise.

default
company_countinteger

Number of companies in this sector.

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.