GET/v1/filings/{doc_id}/translationsプラン · Free

翻訳の取得

開示書類のテキストセクションの英語翻訳を取得します。

パスパラメータ · 1

URLパスに展開される変数。

doc_idstring必須

EDINET書類ID(例: S100ABCD)

クエリパラメータ · 2

任意のフィルターと修飾子。URLエンコードした ?key=value で渡します。

sectionstring | null任意

セクションキーでフィルター。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(金融商品)

as_ofstring | null任意

Freeze the response to a specific point in time. Pass a value previously returned in meta.as_of to replay the exact same translations.

リクエストヘッダー · 1

認証ヘッダー。

Authorizationstring必須

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

返り値 · 200

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

エンベロープ

dataTranslationOut[]

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

metaMeta

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

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

TranslationOut

sectionstring

翻訳対象のセクション名。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 のいずれか。

source_jpstring | null

原文(日本語)。保存されていない場合はnull。

text_enstring | null

セクションの英語翻訳。

token_countinteger | null

翻訳出力の概算トークン数。

translated_atstring · date-time

翻訳が生成された日時。

format date-time

エラー

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

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