/collections

Collection related routes, new collections

GET /

New collections

Description

Returns new collections

GET /:collectionSlug

Collection data

Description

Returns the collection data, without games

GET /:collectionSlug/feed

Collection games

Description

Returns the games in a collection

POST /:collectionSlug/games

Add games to the collection

Description

This is an authorized route. A token header is required

Adds multiple games to the collection

Popular collections

Description

Returns popular collections

GET /lists/main

Same as the GET /lists/popular at the time of these docs being written

Description

Returns popular collections

PATCH /:collectionId

Collection status update

Description

Update a collection by ID for currently authorized user. Returns the updated collection data (like /:collectionSlug)

This is an authorized route. A token header is required