---
title: "Singer Info"
method: GET
path: "/singer_info"
tags: ["その他"]
---

# Singer Info

`GET /singer_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 `singer_info_singer_info_get` removed and replaced with `singer_info`
- **2024-06-28** `3b94f9a50fd2` — 1 info
  - added the new optional `query` request parameter `resource_format`
- **2024-01-31** `2aeffeaee726` — 1 info
  - endpoint added
- **2021-08-01** `54e3a135bccf` — 1 breaking
  - api path removed without deprecation

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