v1

latestOpenAPI 3.1.02026-07-24130315342.2 KB
Collection Endpoints

Get collections by slugs

Retrieve multiple collections in a single request by providing a list of slugs. Results are returned in the same order as the input slugs. Not-found collections are silently omitted.

post/api/v2/collections/batch

Request body

slugsstring[] required

List of collection slugs to retrieve

Example request

{
  "slugs": [
    "boredapeyachtclub",
    "doodles-official"
  ]
}

Response

OK