Consumer Product Safety Commission · Schema
CPSC Recall
Schema for a recall record returned by the CPSC SaferProducts.gov recalls API.
Consumer ProtectionFederal-GovernmentHazardsOpen DataProduct SafetyRecalls
Properties
| Name | Type | Description |
|---|---|---|
| RecallID | integer | |
| RecallNumber | string | |
| RecallDate | string | |
| Description | string | |
| URL | string | |
| Title | string | |
| ConsumerContact | string | |
| LastPublishDate | string | |
| Products | array | |
| Inconjunctions | array | |
| Images | array | |
| Injuries | array | |
| Manufacturers | array | |
| Retailers | array | |
| Importers | array | |
| Distributors | array | |
| ManufacturerCountries | array | |
| ProductUPCs | array | |
| Hazards | array | |
| Remedies | array | |
| RemedyOptions | array |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/consumer-product-safety-commission/refs/heads/main/json-schema/cpsc-recall-schema.json",
"title": "CPSC Recall",
"description": "Schema for a recall record returned by the CPSC SaferProducts.gov recalls API.",
"type": "object",
"properties": {
"RecallID": { "type": "integer" },
"RecallNumber": { "type": "string" },
"RecallDate": { "type": "string", "format": "date" },
"Description": { "type": "string" },
"URL": { "type": "string", "format": "uri" },
"Title": { "type": "string" },
"ConsumerContact": { "type": "string" },
"LastPublishDate": { "type": "string", "format": "date" },
"Products": {
"type": "array",
"items": {
"type": "object",
"properties": {
"Name": { "type": "string" },
"Description": { "type": "string" },
"Model": { "type": "string" },
"Type": { "type": "string" },
"CategoryID": { "type": "string" },
"NumberOfUnits": { "type": "string" }
}
}
},
"Inconjunctions": {
"type": "array",
"items": {
"type": "object",
"properties": { "Country": { "type": "string" } }
}
},
"Images": {
"type": "array",
"items": {
"type": "object",
"properties": {
"URL": { "type": "string", "format": "uri" },
"Caption": { "type": "string" }
}
}
},
"Injuries": {
"type": "array",
"items": {
"type": "object",
"properties": { "Name": { "type": "string" } }
}
},
"Manufacturers": {
"type": "array",
"items": {
"type": "object",
"properties": {
"CompanyID": { "type": "integer" },
"Name": { "type": "string" },
"Country": { "type": "string" }
}
}
},
"Retailers": {
"type": "array",
"items": {
"type": "object",
"properties": { "Name": { "type": "string" } }
}
},
"Importers": {
"type": "array",
"items": {
"type": "object",
"properties": { "Name": { "type": "string" } }
}
},
"Distributors": {
"type": "array",
"items": {
"type": "object",
"properties": { "Name": { "type": "string" } }
}
},
"ManufacturerCountries": {
"type": "array",
"items": {
"type": "object",
"properties": { "Country": { "type": "string" } }
}
},
"ProductUPCs": {
"type": "array",
"items": {
"type": "object",
"properties": { "UPC": { "type": "string" } }
}
},
"Hazards": {
"type": "array",
"items": {
"type": "object",
"properties": {
"Name": { "type": "string" },
"HazardType": { "type": "string" },
"HazardTypeID": { "type": "integer" }
}
}
},
"Remedies": {
"type": "array",
"items": {
"type": "object",
"properties": { "Name": { "type": "string" } }
}
},
"RemedyOptions": {
"type": "array",
"items": {
"type": "object",
"properties": { "Option": { "type": "string" } }
}
}
},
"required": ["RecallID", "RecallNumber"]
}
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/cpsc-recall"
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.