OpenSea · Schema
DropResponse
Summary of an NFT drop
NFTMarketplaceWeb3BlockchainTradingDigital Assets
Properties
| Name | Type | Description |
|---|---|---|
| collection_slug | string | Collection slug |
| collection_name | string | Collection name |
| chain | string | Blockchain the drop is on |
| contract_address | string | Contract address |
| drop_type | string | Drop type |
| is_minting | boolean | Whether the drop is currently minting |
| image_url | string | Collection image URL |
| opensea_url | string | OpenSea URL for the drop |
| active_stage | object | The currently-minting stage, if the drop is live. Null if not minting. |
| next_stage | object | The earliest upcoming stage by start_time when the drop is not currently minting (e.g. before it starts or between stages). Null if the drop is live or has no future stages. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://opensea.io/schemas/DropResponse",
"title": "DropResponse",
"type": "object",
"description": "Summary of an NFT drop",
"properties": {
"collection_slug": {
"type": "string",
"description": "Collection slug",
"example": "cool-cats"
},
"collection_name": {
"type": "string",
"description": "Collection name",
"example": "Cool Cats"
},
"chain": {
"type": "string",
"description": "Blockchain the drop is on",
"example": "ethereum"
},
"contract_address": {
"type": "string",
"description": "Contract address"
},
"drop_type": {
"type": "string",
"description": "Drop type",
"example": "seadrop_v1_erc721"
},
"is_minting": {
"type": "boolean",
"description": "Whether the drop is currently minting"
},
"image_url": {
"type": "string",
"description": "Collection image URL"
},
"opensea_url": {
"type": "string",
"description": "OpenSea URL for the drop"
},
"active_stage": {
"$ref": "#/components/schemas/DropStageResponse",
"description": "The currently-minting stage, if the drop is live. Null if not minting."
},
"next_stage": {
"$ref": "#/components/schemas/DropStageResponse",
"description": "The earliest upcoming stage by start_time when the drop is not currently minting (e.g. before it starts or between stages). Null if the drop is live or has no future stages."
}
},
"required": [
"chain",
"collection_slug",
"contract_address",
"drop_type",
"is_minting",
"opensea_url"
]
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/DropResponse"
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.