GET
/
v1
/
metadata
/
{collectionSlug}
curl --request GET \
  --url https://api.oneofnone.io/v1/metadata/{collectionSlug}
{
  "name": "<string>",
  "description": "<string>",
  "image": "<string>"
}

Path Parameters

collectionSlug
string
required

The slug identifier of the collection to fetch metadata for.

Response

200
application/json
Collection metadata retrieved successfully.
name
string

The name of the collection.

description
string

The description of the collection.

image
string | null

URL to the collection's main image.