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 必填 | integerint64 | path | Catalog character id |
include | string | query | works = attach the works this character appears in |
limit | integerint64 | query | Works per page 1-50 (default 50) |
offset | integerint64 | query | Rows to skip |
响应
codeintegerint64 requireddataobjectidintegerint64 requiredlatinstringnameobjectrequirednext_offsetintegerint64worksobject[]nullable
messagestringrequired
请求示例
cURL
curl "https://api.nextmoe.dev/v1/catalog/characters/1" \
-H "Authorization: Bearer nm_live_<YOUR_KEY>"