RecallRadar
GET api.recallradar.dev/v1/recalls
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
Search consumer-product safety notices by authority, jurisdiction, recall status, category, risk, hazard, manufacturer, date, or free text.
Resource: api.recallradar.dev/v1/recalls
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x1Ee42717b1c370dACE197a8850Bf41a932F3b5A8
Payment methods: — · Last validation: 2026-09-14 12:15:59.668+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"q": {
"type": "string",
"maxLength": 160,
"minLength": 1
},
"count": {
"type": "boolean",
"description": "Include the total matching-record count."
},
"limit": {
"type": "integer",
"default": 20,
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string",
"description": "Opaque keyset cursor from a previous response."
},
"hazard": {
"type": "string",
"maxLength": 60,
"minLength": 1
},
"authority": {
"enum": [
"cpsc",
"eu-safety-gate",
"health-canada",
"gov-uk-opss",
"accc",
"fr-rappelconso",
"tw-bsmi",
"fi-tukes-historical"
],
"type": "string"
},
"is_recall": {
"enum": [
"true",
"false"
],
"type": "string"
},
"risk_level": {
"enum": [
"high",
"medium",
"low",
"unknown"
],
"type": "string"
},
"jurisdiction": {
"type": "string",
"maxLength": 3,
"minLength": 2
},
"manufacturer": {
"type": "string",
"maxLength": 120,
"minLength": 1
},
"published_to": {
"type": "string",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$"
},
"category_code": {
"enum": [
"toys",
"cosmetics",
"appliances",
"clothing",
"chemicals",
"jewellery",
"childcare",
"ppe",
"lighting",
"machinery",
"sports",
"household",
"furniture",
"kitchen",
"electronics",
"tools",
"gas",
"stationery",
"food_imitating",
"garden",
"vehicles",
"other"
],
"type": "string"
},
"published_from": {
"type": "string",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"data",
"has_more",
"next_cursor"
],
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "integer",
"minimum": 1
},
"_provenance": {
"type": "object",
"additionalProperties": true
}
},
"additionalProperties": true
}
},
"total": {
"type": "integer",
"minimum": 0
},
"has_more": {
"type": "boolean"
},
"next_cursor": {
"type": [
"string",
"null"
]
}
},
"additionalProperties": false
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x1Ee42717b1c370dACE197a8850Bf41a932F3b5A8",
"amount": "100000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x1Ee42717b1c370dACE197a8850Bf41a932F3b5A8",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "100000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.