getCatalogCharacterPublic

Character identity; include=works attaches the works it appears in with voice names

get/v1/catalog/characters/{id}
scope catalog:readAuthorization: Bearer nm_live_…

参数

参数类型位置说明
id 必填 integerint64path

Catalog character id

includestringquery

works = attach the works this character appears in

limitintegerint64query

Works per page 1-50 (default 50)

offsetintegerint64query

Rows to skip

响应

  • codeintegerint64 required
  • dataobject
    • idintegerint64 required
    • latinstring
    • nameobject required
    • next_offsetintegerint64
    • worksobject[] nullable
  • messagestring required

请求示例

cURL
curl "https://api.nextmoe.dev/v1/catalog/characters/1" \
  -H "Authorization: Bearer nm_live_<YOUR_KEY>"