listGalgamesPublic

Cursor-paginated galgame list (thin aggregate items); sort=id|release_date, keyset cursor, no offset

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

参数

参数类型位置说明
sortstringquery

Sort key: id (default, ascending) or release_date (newest first, undated last)

idrelease_date
cursorstringquery

Opaque keyset cursor from a prior response's next_cursor; omit for the first page

limitintegerint64query

Items per page 1-100 (default 20)

includestringquery

Comma-separated blocks to expand on each item: 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
    • next_cursorstring required nullable
  • messagestring required

请求示例

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