/itchio/collections
Get an itch.io collection by id or URL (itch.io/c//): name, curator, last update, and the list of games in the collection (id, name, author, genre, price, image).
Price: 5 credits per 30 results
💡 AI Hint: Fetch a single itch.io collection by its id (e.g. 431) or a full collection URL (itch.io/c//). Returns one item with id, alias (slug), name, url, author (curator name), author_url, updated_at, and games (each with id, alias, name, url, author, author_url, genre, price, image, tagline). Use count to control how many games to return.
⚠️ Common errors: 412: Collection not found
Authorizations
API token from the dashboard
Headers
Body
Collection id, {id}/{slug}, or a full collection URL (itch.io/c/{id}/{slug})
1"431"
"431/jotsons-list-of-cool-games"
"https://itch.io/c/431/jotsons-list"
Max number of games to return from the collection
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500