{
"id": "games.gamesgamesgamesgames.feed.getUpcomingReleasesFeed",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"feed"
],
"properties": {
"feed": {
"type": "array",
"items": {
"ref": "games.gamesgamesgamesgames.defs#gameFeedViewItem",
"type": "ref"
}
},
"cursor": {
"type": "string"
},
"totalCount": {
"type": "integer"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"to": {
"type": "string",
"description": "Upper bound date as YYYYMMDD (inclusive). Limits results to releases on or before this date."
},
"now": {
"type": "string",
"description": "Current date as YYYYMMDD. Used to determine what counts as upcoming."
},
"from": {
"type": "string",
"description": "Lower bound date as YYYYMMDD (exclusive). Overrides 'now' for the chronological mode filter."
},
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string"
},
"shuffle": {
"type": "boolean",
"default": false,
"description": "When true, returns a randomized subset from the near-term window instead of stable chronological order."
}
}
},
"description": "Get upcoming game releases ordered by closest release date first."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:web:gamesgamesgamesgames.games
- CID
-
bafyreifwbjj3gewem6lcizzsbcbrmexa2dxuadn3prkszgolxt4uysptby
- Indexed At
- 2026-07-26 20:18 UTC
- AT-URI
-
at://did:web:gamesgamesgamesgames.games/com.atproto.lexicon.schema/games.gamesgamesgamesgames.feed.getUpcomingReleasesFeed