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_…参数
| 参数 | 类型 | 位置 | 说明 |
|---|---|---|---|
ids | string | query | Comma-separated galgame IDs (1-100) |
view | string | query | brief (default) = thin items; detail = full aggregate records (no include) briefdetail |
include | string | query | Comma-separated blocks to expand on each item (brief view only): officials,scores (default: none). Unknown names are ignored. |
fields | string | query | 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_limit | string | query | Reserved; Phase 1 is always sfw |
响应
codeintegerint64 requireddataobjectrequireditemsobject[]required nullable
messagestringrequired
请求示例
cURL
curl "https://api.nextmoe.dev/v1/galgame/batch" \
-H "Authorization: Bearer nm_live_<YOUR_KEY>"