OpenSea · Schema

CollectionDetailedResponse

NFTMarketplaceWeb3BlockchainTradingDigital Assets

Properties

Name Type Description
collection string
name string
description string
image_url string
banner_image_url string
owner string
safelist_status string
category string
is_disabled boolean
is_nsfw boolean
trait_offers_enabled boolean
collection_offers_enabled boolean
opensea_url string
project_url string
wiki_url string
discord_url string
telegram_url string
twitter_username string
instagram_username string
contracts array
editors array
fees array
required_zone string
rarity object
total_supply integer
unique_item_count integer
created_date string
pricing_currencies object
View JSON Schema on GitHub

JSON Schema

CollectionDetailedResponse.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://opensea.io/schemas/CollectionDetailedResponse",
  "title": "CollectionDetailedResponse",
  "type": "object",
  "properties": {
    "collection": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "image_url": {
      "type": "string"
    },
    "banner_image_url": {
      "type": "string"
    },
    "owner": {
      "type": "string"
    },
    "safelist_status": {
      "type": "string"
    },
    "category": {
      "type": "string"
    },
    "is_disabled": {
      "type": "boolean"
    },
    "is_nsfw": {
      "type": "boolean"
    },
    "trait_offers_enabled": {
      "type": "boolean"
    },
    "collection_offers_enabled": {
      "type": "boolean"
    },
    "opensea_url": {
      "type": "string"
    },
    "project_url": {
      "type": "string"
    },
    "wiki_url": {
      "type": "string"
    },
    "discord_url": {
      "type": "string"
    },
    "telegram_url": {
      "type": "string"
    },
    "twitter_username": {
      "type": "string"
    },
    "instagram_username": {
      "type": "string"
    },
    "contracts": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Contract"
      }
    },
    "editors": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "fees": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Fee"
      }
    },
    "required_zone": {
      "type": "string"
    },
    "rarity": {
      "$ref": "#/components/schemas/CollectionRarity"
    },
    "total_supply": {
      "type": "integer",
      "format": "int64"
    },
    "unique_item_count": {
      "type": "integer",
      "format": "int64"
    },
    "created_date": {
      "type": "string",
      "format": "date-time"
    },
    "pricing_currencies": {
      "$ref": "#/components/schemas/PricingCurrencies"
    }
  },
  "required": [
    "collection",
    "collection_offers_enabled",
    "contracts",
    "created_date",
    "editors",
    "fees",
    "is_disabled",
    "is_nsfw",
    "name",
    "opensea_url",
    "pricing_currencies",
    "safelist_status",
    "total_supply",
    "trait_offers_enabled",
    "unique_item_count"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/CollectionDetailedResponse"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.