---
title: "Engine Manifest"
method: GET
path: "/engine_manifest"
tags: ["その他"]
---

# Engine Manifest

`GET /engine_manifest`

エンジンマニフェストを取得します。

## Response `200`

Successful Response

- EngineManifest — エンジン自体に関する情報。
  - `manifest_version` string, required — マニフェストのバージョン
  - `name` string, required — エンジン名
  - `brand_name` string, required — ブランド名
  - `uuid` string, required — エンジンのUUID
  - `url` string, required — エンジンのURL
  - `icon` string, required — エンジンのアイコンをBASE64エンコードしたもの
  - `default_sampling_rate` integer, required — デフォルトのサンプリング周波数
  - `frame_rate` number, required — エンジンのフレームレート
  - `terms_of_service` string, required — エンジンの利用規約
  - `update_infos` UpdateInfo[], required — エンジンのアップデート情報
    - `version` string, required — エンジンのバージョン名
    - `descriptions` string[], required — アップデートの詳細についての説明
    - `contributors` string[] — 貢献者名
  - `dependency_licenses` LicenseInfo[], required — 依存関係のライセンス情報
    - `name` string, required — 依存ライブラリ名
    - `version` string — 依存ライブラリのバージョン
    - `license` string — 依存ライブラリのライセンス名
    - `text` string, required — 依存ライブラリのライセンス本文
  - `supported_vvlib_manifest_version` string — エンジンが対応するvvlibのバージョン
  - `supported_features` SupportedFeatures, required — エンジンが持つ機能の一覧。
    - `adjust_mora_pitch` boolean, required — モーラごとの音高の調整
    - `adjust_phoneme_length` boolean, required — 音素ごとの長さの調整
    - `adjust_speed_scale` boolean, required — 全体の話速の調整
    - `adjust_pitch_scale` boolean, required — 全体の音高の調整
    - `adjust_intonation_scale` boolean, required — 全体の抑揚の調整
    - `adjust_volume_scale` boolean, required — 全体の音量の調整
    - `adjust_pause_length` boolean — 句読点などの無音時間の調整
    - `interrogative_upspeak` boolean, required — 疑問文の自動調整
    - `synthesis_morphing` boolean, required — 2種類のスタイルでモーフィングした音声を合成
    - `sing` boolean — 歌唱音声合成
    - `manage_library` boolean — 音声ライブラリのインストール・アンインストール
    - `return_resource_url` boolean — キャラクター情報のリソースをURLで返送
    - `apply_katakana_english` boolean — 未知の英単語をカタカナ読みに変換

## Changes

- **2025-06-17** `defa0e760ef0` — 1 info
  - added the optional property `supported_features/apply_katakana_english` to the response with the `200` status
- **2025-03-02** `d8b6a60f88af` — 1 info
  - api operation id `engine_manifest_engine_manifest_get` removed and replaced with `engine_manifest`
- **2025-01-03** `b7afc41080b3` — 1 breaking, 13 info
  - the `supported_features` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `supported_features/adjust_pause_length` to the response with the `200` status
  - added the optional property `supported_features/manage_library` to the response with the `200` status
  - added the optional property `supported_features/return_resource_url` to the response with the `200` status
  - …10 more
- **2024-10-05** `e86c0159e1bd` — 1 info
  - added the optional property `supported_features/allOf[subschema #1: SupportedFeatures]/adjust_pause_length` to the response with the `200` status
- **2024-06-28** `3b94f9a50fd2` — 1 info
  - added the optional property `supported_features/allOf[subschema #1: SupportedFeatures]/return_resource_url` to the response with the `200` status

[Full history](https://skmtc.dev/voicevox/apis/voicevox-engine-oss/changes/engine_manifest/get.md)

---

[API](https://skmtc.dev/voicevox/apis/voicevox-engine-oss.md) · [All operations](https://skmtc.dev/voicevox/apis/voicevox-engine-oss/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/voicevox/voicevox-engine-oss/revisions/fbe86976d6b9/schema)
