---
title: "AivisSpeech Engine ではサポートされていない API です (常に 501 Not Implemented を返します)"
method: GET
path: "/singers"
tags: ["話者情報"]
---

# AivisSpeech Engine ではサポートされていない API です (常に 501 Not Implemented を返します)

`GET /singers`

## Query parameters

- `core_version` string — AivisSpeech Engine ではサポートされていないパラメータです (常に無視されます) 。

## Response `200`

Successful Response

- Speaker[]
  - `name` string, required — 名前
  - `speaker_uuid` string, required — キャラクターの UUID
  - `styles` SpeakerStyle[], required — スタイルの一覧
    - `name` string, required — スタイル名
    - `id` integer, required — スタイル ID
    - `type` 'talk' | 'singing_teacher' | 'frame_decode' | 'sing' — スタイルの種類。talk: 音声合成クエリの作成と音声合成が可能。singing_teacher: 歌唱音声合成用のクエリの作成が可能。frame_decode: 歌唱音声合成が可能。sing: 歌唱音声合成用のクエリの作成と歌唱音声合成が可能。
  - `version` string, required — キャラクターのバージョン
  - `supported_features` SpeakerSupportedFeatures — キャラクターの対応機能の情報
    - `permitted_synthesis_morphing` 'ALL' | 'SELF_ONLY' | 'NOTHING' — モーフィング機能への対応。'ALL' は「全て許可」、'SELF_ONLY' は「同じキャラクター内でのみ許可」、'NOTHING' は「全て禁止」

## Other responses

- `422` — Validation Error

## Changes

- **2026-03-31** `bd7182f25e54` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status
- **2025-03-11** `c5651c641b9a` — 2 info
  - api tag `話者情報` added
  - api tag `その他` removed
- **2025-03-02** `d8b6a60f88af` — 3 info
  - api operation id `singers_singers_get` removed and replaced with `singers`
  - api tag `その他` added
  - api tag `話者情報` removed
- **2025-01-04** `df13668c123d` — 2 info
  - api tag `話者情報` added
  - api tag `その他` removed
- **2025-01-03** `b7afc41080b3` — 2 info
  - api tag `その他` added
  - api tag `話者情報` removed

[Full history](https://skmtc.dev/aivis-project/apis/aivisspeech-engine/changes/singers/get.md)

---

[API](https://skmtc.dev/aivis-project/apis/aivisspeech-engine.md) · [All operations](https://skmtc.dev/aivis-project/apis/aivisspeech-engine/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aivis-project/aivisspeech-engine/revisions/1d935a3e31b8/schema)
