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_…参数
| 参数 | 类型 | 位置 | 说明 |
|---|---|---|---|
source | string | query | Upstream source key: vndb | bangumi | dlsite | erogamescape (the internal registry spelling erogamespace is accepted too) |
external_id | string | query | The id within that source (vndb accepts v19658 or 19658; dlsite RJ/VJ numbers) |
响应
codeintegerint64 requireddataobjectclaimed_byobjectrequiredworkobjectrequired
messagestringrequired
请求示例
cURL
curl "https://api.nextmoe.dev/v1/catalog/lookup" \
-H "Authorization: Bearer nm_live_<YOUR_KEY>"