---
title: "Get Company Sections"
method: GET
path: "/v1/companies/{code}/sections"
tags: ["sections"]
---

# Get Company Sections

`GET /v1/companies/{code}/sections`

Get text sections from a company's annual filing.

Returns the full Japanese text of each section, with English
translations where available. No truncation.

## Path parameters

- `code` string, required

## Query parameters

- `fiscal_year` integer, nullable — Fiscal year. Defaults to latest.
- `section` string, nullable — 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.

## Response `200`

Successful Response

- ListResponseSectionOut
  - `data` SectionOut[], required — Array of result objects.
    - `section` string, required — Section key (e.g. 'mda', 'risk_factors').
    - `label_en` string, required — Human-readable English label for the section.
    - `label_jp` string, required — Japanese label for the section.
    - `text_jp` string, required — Full Japanese text of the section. No truncation.
    - `text_en` string, nullable — English translation, if available. Null when not yet translated.
    - `char_count` integer, required — Character count of the Japanese text.
  - `meta` Meta, required
    - `total` integer, nullable — Total number of matching records (list endpoints only).
    - `limit` integer, nullable — Maximum records returned per page.
    - `offset` integer, nullable — Number of records skipped (offset-based pagination).
    - `next_cursor` string, nullable — Opaque cursor for the next page (keyset pagination). Null on the last page.
    - `request_id` string, required — Unique request identifier for tracing and support (e.g. 'req_abc123').

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/axioradev/apis/axiora-api.md) · [All operations](https://skmtc.net/axioradev/apis/axiora-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/axioradev/axiora-api/revisions/b8bf48556541/schema)
