batchGalgamesPublic

Batch aggregate items by id (view=brief default = thin items; view=detail = full records, no include)

get/v1/galgame/batch
scope galgame:readAuthorization: Bearer nm_live_…

参数

参数类型位置说明
idsstringquery

Comma-separated galgame IDs (1-100)

viewstringquery

brief (default) = thin items; detail = full aggregate records (no include)

briefdetail
includestringquery

Comma-separated blocks to expand on each item (brief view only): officials,scores (default: none). Unknown names are ignored.

fieldsstringquery

Comma-separated top-level response keys to return (sparse fieldset); id is always included and unknown names are ignored (never a 400). Write keys in alphabetical order to maximize CDN cache hits.

content_limitstringquery

Reserved; Phase 1 is always sfw

响应

  • codeintegerint64 required
  • dataobject required
    • itemsobject[] required nullable
  • messagestring required

请求示例

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