パスパラメータ · 1
URLパスに展開される変数。
EDINET書類ID(例: S100ABCD)
クエリパラメータ · 2
任意のフィルターと修飾子。URLエンコードした ?key=value で渡します。
セクションキーでフィルター。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(金融商品)
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
認証ヘッダー。
本番用のAPIキー。次の形式で渡します: Bearer ax_live_…
返り値 · 200
標準の { data, meta } エンベロープ。 data は TranslationOut 型の配列です。
エンベロープ
結果オブジェクトの配列。
ページネーションとリクエストメタデータ。request_id、data_as_of、ontology_version を含みます。
TranslationOut
翻訳対象のセクション名。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 のいずれか。
原文(日本語)。保存されていない場合はnull。
セクションの英語翻訳。
翻訳出力の概算トークン数。
翻訳が生成された日時。
エラー
標準のHTTPステータスコードに加え、{ error: { code, message } } エンベロープ内で型付きの error.code を返します。
すべてのエンドポイントは共通の型付きエラーエンベロープ({ error: { code, message } })を返します。 全コードの一覧はエラーリファレンスを参照してください。