File size: 3,629 Bytes
8bde2d0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 | ---
license: cc0-1.0
task_categories:
- text-classification
- tabular-classification
- tabular-regression
language:
- en
tags:
- federal
- government
- regulatory
- united-states
- public-data
- cc0
- us-consumer-product-safety-commission
- cpsc
- consumer-product-recall
- product-safety
pretty_name: "CPSC consumer product recalls"
size_categories:
- unknown
homepage: https://api.ai-analytics.org/datasets/cpsc-recalls
---
# CPSC consumer product recalls (9,811 recalls 1973-2026)
Every Consumer Product Safety Commission recall published since 1973 — toys, furniture, appliances, electronics, sporting goods, jewelry, infant products, kitchenware, cosmetics, batteries, e-bikes, every consumer good that isn't a vehicle/drug/food. 7,989 reported consumer injuries across recalls. Each record has the recall title, date, product names, hazards, remedies offered (refund/repair/replace), manufacturers + retailers + importers + distributors, country of manufacture, and UPC codes. Source: saferproducts.gov/RestWebServices/Recall?format=json (single 27MB JSON dump, no auth, CC0). **Distinct from** `fda_recalls` (food/drug/device), `fsis_recalls` (meat/poultry/egg), `nhtsa_recalls` (vehicles). Together they cover the entire US consumer-product safety surface.
## Live API
This dataset is served via a **live REST API** at `api.ai-analytics.org`. The card you're reading exists so HuggingFace's index can route AI agents + researchers to the canonical source.
- **API endpoint**: `https://api.ai-analytics.org/api/v1/cpsc/recalls/recent`
- **Dataset landing page**: <https://api.ai-analytics.org/datasets/cpsc-recalls>
- **DataCatalog (JSON-LD)**: <https://api.ai-analytics.org/.well-known/dataset.json>
- **DCAT-US (data.gov-compatible)**: <https://api.ai-analytics.org/data.json>
### Quick start
```bash
# Recent records (JSON)
curl 'https://api.ai-analytics.org/api/v1/cpsc/recalls/recent?limit=10'
# Browse on the web
open 'https://api.ai-analytics.org/datasets/cpsc-recalls'
```
### MCP (Model Context Protocol)
This dataset is also accessible via MCP at `https://api.ai-analytics.org/mcp` — Claude, ChatGPT, and other MCP-compatible agents can call it directly.
## Source
- **Agency**: US Consumer Product Safety Commission
- **Primary source**: <https://www.saferproducts.gov/RestWebServices/Recall?format=json>
- **License**: CC0 1.0 Universal (derived data). Underlying federal works are US public domain under [5 USC 105](https://www.law.cornell.edu/uscode/text/5/105) / [17 USC 105](https://www.law.cornell.edu/uscode/text/17/105).
- **Update cadence**: Per agency (most refresh daily via Cloudflare Cron Trigger)
## Keywords
CPSC, consumer product recall, product safety, saferproducts.gov, toy recall, furniture recall, battery recall, infant product
## Citation
```bibtex
@misc{ai_analytics_cpsc_recalls_2026,
title = {{name}},
author = {AI Analytics},
year = {2026},
url = {https://api.ai-analytics.org/datasets/cpsc-recalls},
note = {Derived from US Consumer Product Safety Commission. License: CC0 1.0.}
}
```
## Related
- [Full data catalog (100 datasets)](https://api.ai-analytics.org/datasets/)
- [Unified compliance screening (30+ enforcement lists)](https://api.ai-analytics.org/api/v1/screening/all)
- [Cross-vertical entity timeline](https://api.ai-analytics.org/api/v1/entity/AAPL/timeline)
- [OpenAPI 3.1 spec](https://api.ai-analytics.org/openapi.json)
- [llms.txt for AI agents](https://api.ai-analytics.org/llms.txt)
---
*Maintained by [AI Analytics](https://ai-analytics.org). Data is CC0; please cite the upstream agency.*
|