Get Product by SKU
Returns detailed information about a specific product using its SKU
curl --request GET \
--url https://public.api.collectpure.com/v1/product/sku/{sku} \
--header 'x-api-key: <api-key>'
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"title": "<string>",
"purity": "<string>",
"weight": "<string>",
"weightGrams": 123,
"sku": "<string>",
"isCertified": true,
"isIra": true,
"material": "<string>",
"attributes": [
"<string>"
],
"images": [
"<string>"
],
"manufacturer": {
"title": "<string>",
"images": [
"<string>"
],
"isEsg": true
},
"category": {
"title": "<string>",
"isNumismatic": true
},
"subCategory": {
"title": "<string>",
"premiumCalculationType": "<string>"
},
"certificateProvider": {
"title": "<string>"
},
"variants": [
{
"title": "<string>",
"highestOffer": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"price": 123,
"quantity": 123,
"spotPremium": 123,
"spotPremiumDollar": 123,
"expiresAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
},
"lowestListing": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"price": 123,
"quantity": 123,
"spotPremium": 123,
"spotPremiumDollar": 123,
"expiresAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
},
"images": [
"<string>"
]
}
]
}
Retrieve detailed information about a specific product by its SKU (Stock Keeping Unit). This endpoint returns comprehensive data about the product including its attributes, manufacturer information, category details, and current market data.
Response Example
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"title": "2006 20th Anniversary American Silver Eagle 3-Coin Set (w/Box & COA)",
"purity": "0.999",
"weight": "3 Troy Ounce",
"weightGrams": 93.33,
"sku": "2006-20th-anniversary-american-silver-eagle-3coin-set-wbox--coa-000421",
"isCertified": false,
"isIra": true,
"material": "Silver",
"attributes": [
"Certificate of Authenticity (COA)",
"Original Box",
"Pure Qualified"
],
"images": [
"https://da1pgb6vxig66.cloudfront.net/product-images/Certified+Moderns/2006+ASE+Set.png"
],
"manufacturer": {
"title": "United States Mint",
"images": [
"https://da1pgb6vxig66.cloudfront.net/product-images/Mint+Logos/Mint.png"
],
"isEsg": false
},
"category": {
"title": "US Mint Releases",
"isNumismatic": true
},
"subCategory": {
"title": "Proof American Silver Eagles",
"premiumCalculationType": "unit"
},
"certificateProvider": {
"title": ""
},
"variants": [
{
"title": "Pure Qualified",
"highestOffer": {
"id": "014f649b-9682-48d6-a2c3-039b9408b73b",
"price": 160,
"quantity": 2,
"spotPremium": 63.4964423916704,
"spotPremiumDollar": 62.14,
"expiresAt": "2025-03-06T21:57:28.941834+00:00",
"createdAt": "2024-06-28T01:58:28.515655+00:00",
"updatedAt": "2025-03-06T21:55:51.537528+00:00"
},
"lowestListing": {
"id": "beb4558c-5e62-4418-b22b-7620c009f6fc",
"price": 239.99,
"quantity": 7,
"spotPremium": 144.484721901617,
"spotPremiumDollar": 141.83,
"expiresAt": "2025-03-06T21:57:28.941834+00:00",
"createdAt": "2024-06-28T12:19:11.424989+00:00",
"updatedAt": "2025-03-06T21:55:51.537528+00:00"
},
"images": null
}
]
}
Authorizations
API key for authentication
Path Parameters
Product SKU
Response
Unique product identifier
Product title
Purity of the precious metal
Weight with unit
Weight in grams
Stock keeping unit
Whether the product is certified
Whether the product is IRA eligible
Material type
Product attributes
Product images
Certificate provider
Certificate provider name
Product variants
Variant title
Highest offer for this variant
Offer ID
Offer price
Offer quantity
Spot premium percentage
Spot premium in dollars
Expiration date
Creation date
Last update date
Lowest listing for this variant
Listing ID
Listing price
Listing quantity
Spot premium percentage
Spot premium in dollars
Expiration date
Creation date
Last update date
Variant-specific images
curl --request GET \
--url https://public.api.collectpure.com/v1/product/sku/{sku} \
--header 'x-api-key: <api-key>'
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"title": "<string>",
"purity": "<string>",
"weight": "<string>",
"weightGrams": 123,
"sku": "<string>",
"isCertified": true,
"isIra": true,
"material": "<string>",
"attributes": [
"<string>"
],
"images": [
"<string>"
],
"manufacturer": {
"title": "<string>",
"images": [
"<string>"
],
"isEsg": true
},
"category": {
"title": "<string>",
"isNumismatic": true
},
"subCategory": {
"title": "<string>",
"premiumCalculationType": "<string>"
},
"certificateProvider": {
"title": "<string>"
},
"variants": [
{
"title": "<string>",
"highestOffer": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"price": 123,
"quantity": 123,
"spotPremium": 123,
"spotPremiumDollar": 123,
"expiresAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
},
"lowestListing": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"price": 123,
"quantity": 123,
"spotPremium": 123,
"spotPremiumDollar": 123,
"expiresAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
},
"images": [
"<string>"
]
}
]
}