Check a batch of games against your account
check_gamesCheck a list of game names against your Backloggd library, reporting each game's shelf, completion status, rating, and custom list memberships. Unknown names return not_found.
Instructions
Given a list of game names, report where each one sits in your Backloggd: its shelf (played / playing / backlog / wishlist / none), completion status, your rating, and which of your custom lists contain it. Built for questions like 'here are 20 games, which do I already have?'. Names that match no game are reported as not_found rather than failing the batch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| games | Yes | Game names, slugs or ids. Up to 40 per call. | |
| include_lists | No | Include custom-list membership. Costs one extra request per game, so set false if you only need shelves and ratings. |