---
title: "Speaker Info"
method: GET
path: "/speaker_info"
tags: ["その他"]
---

# Speaker Info

`GET /speaker_info`

UUID で指定された喋れるキャラクターの情報を返します。

画像や音声はresource_formatで指定した形式で返されます。

## Query parameters

- `speaker_uuid` string, required
- `resource_format` 'base64' | 'url'
- `core_version` string

## Response `200`

Successful Response

- SpeakerInfo — キャラクターの追加情報
  - `policy` string, required — policy.md
  - `portrait` string, required — 立ち絵画像をbase64エンコードしたもの、あるいはURL
  - `style_infos` StyleInfo[], required — スタイルの追加情報
    - `id` integer, required — スタイルID
    - `icon` string, required — このスタイルのアイコンをbase64エンコードしたもの、あるいはURL
    - `portrait` string — このスタイルの立ち絵画像をbase64エンコードしたもの、あるいはURL
    - `voice_samples` string[], required — サンプル音声をbase64エンコードしたもの、あるいはURL

## Other responses

- `422` — Validation Error

## Changes

- **2025-03-02** `d8b6a60f88af` — 1 info
  - api operation id `speaker_info_speaker_info_get` removed and replaced with `speaker_info`
- **2024-06-28** `3b94f9a50fd2` — 1 info
  - added the new optional `query` request parameter `resource_format`
- **2024-01-17** `98b1b5ed5d83` — 1 breaking
  - response property `detail/items/loc/items/` list-of-types was widened by adding types `integer` to media type `application/json` of response `422`
- **2023-01-03** `9d8776290d10` — 1 info
  - added the optional property `style_infos/items/portrait` to the response with the `200` status
- **2022-02-26** `6ceee601dc21` — 1 info
  - added the new optional `query` request parameter `core_version`

[Full history](https://skmtc.dev/voicevox/apis/voicevox-engine-oss/changes/speaker_info/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)
