getCatalogNamePublic
Credited identity (same-person grouping via public links); include=credits attaches works + roles
get
/v1/catalog/names/{id} scope
catalog:readAuthorization: Bearer nm_live_…参数
| 参数 | 类型 | 位置 | 说明 |
|---|---|---|---|
id 必填 | integerint64 | path | Credit-name id (the addressable credited identity) |
include | string | query | credits = attach the works this name is credited on |
limit | integerint64 | query | Credits per page 1-50 (default 50) |
offset | integerint64 | query | Rows to skip |
响应
codeintegerint64 requireddataobjectcreditsobject[]nullableidintegerint64 requiredlatinstringnameobjectrequirednext_offsetintegerint64person_idintegerint64siblingsobject[]required nullable
messagestringrequired
请求示例
cURL
curl "https://api.nextmoe.dev/v1/catalog/names/1" \
-H "Authorization: Bearer nm_live_<YOUR_KEY>"