v1
latestOpenAPI 3.1.02026-07-24130315342.2 KBCollection 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
Example request
{
"slugs": [
"boredapeyachtclub",
"doodles-official"
]
}Response
OK