---
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, nullable

## Response `200`

Successful Response

- Speaker[]
  - `supported_features` SpeakerSupportedFeatures — 話者の対応機能の情報
    - `permitted_synthesis_morphing` 'ALL' | 'SELF_ONLY' | 'NOTHING'
  - `name` string, required
  - `speaker_uuid` string, required
  - `styles` SpeakerStyle[], required
    - `name` string, required
    - `id` integer, required
    - `type` 'talk' | 'singing_teacher' | 'frame_decode' | 'sing', nullable
  - `version` string

## Other responses

- `422` — Validation Error

## Changes

- **2024-03-22** `ef4da11d01e0` — 1 breaking, 6 info
  - response property `items/styles/items/type` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - `query` request parameter `core_version` list-of-types was widened by adding types `null`
  - for the `query` request parameter `core_version`, the type was generalized from `string` to no type
  - removed the `frame_decode` enum value from the `items/styles/items/type` response property for the response status `200`
  - …3 more
- **2024-01-31** `2aeffeaee726` — 1 info
  - endpoint added
- **2024-01-17** `1bed97d41915` — 1 breaking
  - api path removed without deprecation

[Change 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.dev/aivis-project/apis/aivisspeech-engine/revisions/e2fc361a5b2e?raw)
