GET/v1/sectorsプラン · Free

セクター一覧

全セクターの一覧と所属企業数を返します。

リクエストヘッダー · 1

認証ヘッダー。

Authorizationstring必須

本番用のAPIキー。次の形式で渡します: Bearer ax_live_…

返り値 · 200

標準の { data, meta } エンベロープ。 data は SectorListItem 型の配列です。

エンベロープ

dataSectorListItem[]

結果オブジェクトの配列。

metaMeta

ページネーションとリクエストメタデータ。request_iddata_as_ofontology_version を含みます。

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

SectorListItem

sectorstring

東証33業種のセクター名(日本語)。

sector_enstring | null

東証33業種の英語名。

sector_displaystring

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

default
company_countinteger

このセクターの企業数。

エラー

標準のHTTPステータスコードに加え、{ error: { code, message } } エンベロープ内で型付きの error.code を返します。

すべてのエンドポイントは共通の型付きエラーエンベロープ({ error: { code, message } })を返します。 全コードの一覧はエラーリファレンスを参照してください。