---
title: "Find collection by its name"
method: GET
path: "/atomicassets/v1/collections/{collection_name}"
tags: ["collections"]
---

# Find collection by its name

`GET /atomicassets/v1/collections/{collection_name}`

## Path parameters

- `collection_name` string, required

## Response `200`

OK

- object
  - `success` boolean
  - `data` Collection
    - `contract` string
    - `collection_name` string
    - `name` string
    - `author` string
    - `allow_notify` boolean
    - `authorized_accounts` string[]
    - `notify_accounts` string[]
    - `market_fee` number
    - `data` object
    - `created_at_block` string
    - `created_at_time` string
  - `query_time` integer, nullable

## Other responses

- `416` — Element not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/worldwide-asset-exchange/apis/atomicassets-api.md) · [All operations](https://skmtc.net/worldwide-asset-exchange/apis/atomicassets-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/worldwide-asset-exchange/atomicassets-api/versions/6e5b195ccabb/schema)
