getCatalogLabelPublic

Label (brand / circle / publisher …) identity; include=works attaches attributed works

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

参数

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

Catalog label id

includestringquery

works = attach the works attributed to this label

limitintegerint64query

Works per page 1-50 (default 50)

offsetintegerint64query

Rows to skip

响应

  • codeintegerint64 required
  • dataobject
    • display_namestring required
    • idintegerint64 required
    • kindstring required
    • next_offsetintegerint64
    • worksobject[] nullable
  • messagestring required

请求示例

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