v1

latestOpenAPI 3.0.02026-07-131091452.6 MB
contributors

List contributors' collections

This endpoint lists collections based on contributor ID.

get/v2/contributors/{contributor_id}/collections

Path parameters

contributor_idstring required

Contributor ID

Query parameters

sort'newest' | 'last_updated' | 'item_count'

Sort order

Response

OK

messagestring

Server-generated message, if any

pageinteger

The current page of results

per_pageinteger

The number of results per page

total_countinteger

The total number of results across all pages

Example response

{
  "data": [
    {
      "id": "293542904",
      "name": "My collection",
      "total_item_count": 85,
      "items_updated_time": "2021-05-20T16:15:22-04:00",
      "cover_item": {
        "id": "297886754"
      }
    }
  ],
  "page": 1,
  "per_page": 100,
  "total_count": 1
}