lookupCatalogPublic

Reverse-lookup an external id to its catalog work via an EXACT anchor (killer feature); 404 on miss/hidden

get/v1/catalog/lookup
scope catalog:readAuthorization: Bearer nm_live_…

参数

参数类型位置说明
sourcestringquery

Upstream source key: vndb | bangumi | dlsite | erogamescape (the internal registry spelling erogamespace is accepted too)

external_idstringquery

The id within that source (vndb accepts v19658 or 19658; dlsite RJ/VJ numbers)

响应

  • codeintegerint64 required
  • dataobject
    • claimed_byobject required
    • workobject required
  • messagestring required

请求示例

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