Product Recalls · Data API

United States Consumer Product Recalls

Every consumer product recall announced by the US product safety regulator.

A catalogue of consumer product recalls published by the U.S. Consumer Product Safety Commission, covering toys, appliances, furniture, electronics, tools and other household goods. Each record includes the recall number, date, title, hazard description and a link to the official recall notice. Marketplaces, retailers, insurers and supply-chain agents use it to pull unsafe products from listings and warn customers.

Source: CPSC Recalls RESTful Web Service (U.S. Consumer Product Safety Commission) · Public Domain (U.S. Government work, 17 U.S.C. 105) · Source: U.S. Consumer Product Safety Commission (CPSC), SaferProducts.gov Recalls API.

Endpoints

Every request is authenticated with your X-API-Key and counted against your plan.

  • GET /v1/data/united-states-consumer-product-recalls
  • GET /v1/data/united-states-consumer-product-recalls/search?q=...
  • GET /v1/data/united-states-consumer-product-recalls/{key}

Base path /v1/data/united-states-consumer-product-recalls · full reference in the interactive docs. Also exposed as an MCP tool for AI agents.

Fields

FieldTypeDescription
recall_idintInternal CPSC recall identifier
recall_numberstrPublished CPSC recall number
recall_datedateDate the recall was announced
titlestrShort recall headline, usually the product and the reason
descriptionstrDescription of the recalled product and the hazard
consumer_contactstrHow consumers should contact the firm about the recall
last_publish_datedateDate the recall record was last updated
recall_urlstrLink to the official CPSC recall notice

What you get

Full catalogue of CPSC consumer product recalls with hazard descriptions
Keyword search across recall titles for fast product matching
Date filters for monitoring newly announced recalls
Direct links to the official recall notice for customer communications
MCP tool for agents to verify product safety before recommending or listing
Pairs with food, drug and medical device recall APIs for full recall coverage

FAQ

Does this include food or medicine recalls?
No. CPSC covers consumer products such as toys, appliances and furniture. Food, drug and medical device recalls are served by our separate APIs.
Are the specific product models included?
The description field describes the affected products and models. Deeply nested product, retailer and manufacturer lists are not flattened into this table.
How current is it?
Records are refreshed from the CPSC API on our ingest schedule, and last_publish_date shows when the regulator last updated each notice.

Pricing

Simple, transparent pricing

Start free, upgrade when you need more. All plans include full API access.

Free

$0forever

Get started and explore the API

100 requests/day
  • 100 API requests per day
  • All endpoints included
  • Community support
Most popular

Pro

$9/month

For production apps and AI agents

10,000 requests/day
  • 10,000 API requests per day
  • All endpoints included
  • Priority support
  • Usage dashboard

Enterprise

$49/month

Unlimited access for high-volume use

Unlimited requests
  • Unlimited API requests
  • All endpoints included
  • Priority support
  • Usage dashboard
  • Dedicated support channel

Getting Started

Start building in minutes

Register for a free API key, make your first request, and upgrade when you're ready.

1

Register

Create an account to get your API key. It's free — no credit card required.

curl -X POST https://api.aristocles.com.au/v1/auth/register \
  -H "Content-Type: application/json" \
  -d '{"email": "you@example.com", "name": "Your Name"}'
2

Make a request

Use your API key in the X-API-Key header to authenticate requests.

curl https://api.aristocles.com.au/v1/data/asx \
  -H "X-API-Key: your_api_key_here"
3

Upgrade

Need more requests? Upgrade to Pro or Enterprise — you'll be redirected to Stripe Checkout.

curl -X POST "https://api.aristocles.com.au/v1/billing/checkout?tier=pro" \
  -H "X-API-Key: your_api_key_here"
4

Check usage

Monitor your daily request count and remaining quota at any time.

curl https://api.aristocles.com.au/v1/usage \
  -H "X-API-Key: your_api_key_here"