Token JSON and image routes
Stable public endpoints for canonical token metadata and the hosted SVG image route.
Canonical token metadata, images, traits, search, and datasets for the No-Punks V2 contract on Base. The core collection routes are onchain or snapshot-derived, and the market routes are kept separate and clearly labeled as derived data.
We opened it so builders, collectors, artists, and community projects can work from the same stable public source the site uses itself. Use it to query tokens directly, mirror datasets, power indexes and tools, or reference the collection cleanly without scraping pages or depending on closed intermediaries.
Stable public endpoints for canonical token metadata and the hosted SVG image route.
Trait pages and search are built from No-Punks V2 snapshots published for public reuse.
Mirror them, index them, remix them, or build your own views of the collection.
Examples below use token 9967. Replace it with any token ID from 0 to 9999.
Canonical token metadata returns a hosted image route and onchain-style attributes.
{
"tokenId": 9967,
"name": "No-Punk #9967",
"collection": "No-Punks V2",
"contract": "0xa62f65d503068684e7228df98090F94322b8ed54",
"chain": "base",
"image": "/api/v2/tokens/9967/image",
"attributes": [
{ "trait_type": "Hair", "value": "Knitted Cap" },
{ "trait_type": "Eyes", "value": "Green Eye Shadow" },
{ "trait_type": "Type", "value": "Female" }
]
}
The documented collection namespace is /api/v2.
/api/v2/status
Readiness, timestamps, and dataset availability.
/api/v2/collection
Contract, chain, supply, docs, and dataset manifest.
/api/v2/tokens/:tokenId
Canonical token JSON for token IDs 0 through 9999.
/api/v2/tokens/:tokenId/image
Canonical hosted SVG image route for a token.
/api/v2/traits
List public trait types and counts.
/api/v2/traits/:traitType
List values and counts for one trait type.
/api/v2/traits/:traitType/:value
Token IDs for one exact trait value.
/api/v2/search?q=...
Search by token ID, name, trait type, or trait value text.
/api/v2/market/stats
Non-canonical market summary derived from OpenSea.
/api/v2/market/recent-sales
Recent sales envelope derived from OpenSea activity.
/api/v2/market/listings
Current listings envelope derived from OpenSea listings.
/api/v2/datasets
Links to the raw JSON files and image base.
/api/openapi.json
OpenAPI document for the public No-Punks API.
/llms.txt
Compact machine-readable route list and usage summary.
The same collection files used by the site and the public API.
Token metadata snapshot built from the No-Punks V2 contract.
Download JSONCompact search index with token IDs, names, and trait text.
Download JSONTrait-value index for builders who want fast filtering without scraping the site.
Download JSONHosted collection image files for mirroring or static indexing. Start with a real sample, then swap the token ID.
Open sample SVGCore collection data is canonical here. Market data stays published, but it is clearly labeled as derived.