getGalgameChangesPublic

Incremental-sync keyset stream of {id, updated} ascending by (updated, id); take the ids and hydrate via batch

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

参数

参数类型位置说明
cursorstringquery

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

limitintegerint64query

Items per page 1-500 (default 100)

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/changes" \
  -H "Authorization: Bearer nm_live_<YOUR_KEY>"