---
title: "Find Any Collection"
method: GET
path: "/collections/find_collection"
tags: ["Collections"]
---

# Find Any Collection

`GET /collections/find_collection`

Find any collection by its slugDisplay, slug, collId, voc or fvc

## Query parameters

- `filter` string, required

## Response `200`

Ok

- GetCollectionSanitized
  - `name` string, nullable, required
  - `collId` string, required
  - `slugDisplay` string, nullable, required
  - `slugMe` string, nullable, required
  - `slugAtlas3` string, nullable, required
  - `symbol` string, nullable, required
  - `description` string, nullable, required
  - `teamId` string, nullable, required
  - `website` string, nullable, required
  - `discord` string, nullable, required
  - `twitter` string, nullable, required
  - `imageUri` string, nullable, required
  - `tensorVerified` boolean, required
  - `tensorWhitelisted` boolean, required
  - `whitelistPda` string, nullable, required
  - `whitelistV2Pda` string, nullable, required
  - `tokenStandard` 'NON_FUNGIBLE' | 'FUNGIBLE_ASSET' | 'FUNGIBLE' | 'NON_FUNGIBLE_EDITION' | 'PROGRAMMABLE_NON_FUNGIBLE' | 'PROGRAMMABLE_NON_FUNGIBLE_EDITION', required
  - `compressed` boolean, required
  - `inscription` boolean, required
  - `inscriptionMetaplex` boolean, required
  - `spl20` boolean, required
  - `sellRoyaltyFeeBPS` number, double, nullable, required
  - `stats` RecordStringAny, required — Construct a type with a set of properties K of type T
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required
  - `firstListDate` string, date-time, required
  - `hidden` boolean, required
  - `flagReason` string, nullable, required
  - `tokenProgram` 'SPL_TOKEN' | 'SPL_TOKEN_2022' | 'MPL_CORE' | 'BUBBLEGUM', required
  - `transferHookProgram` string, nullable, required

## Other responses

- `400`
- `404`
- `422` — Validation Error

---

[API](https://skmtc.net/tensor/apis/trading-api.md) · [All operations](https://skmtc.net/tensor/apis/trading-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tensor/trading-api/revisions/9b2ca326bf47/schema)
