Is this car under recall? NHTSA campaigns with the do-not-drive and park-outside flags, ha
Is this car under recall? NHTSA campaigns with the do-not-drive and park-outside flags, hazard and free remedy.
30000 (raw units)
price
3
calls / 30d
1
unique payers
2026-09-16
updated
Provider
loonie-toll.onrender.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "30000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "DUPiupXtuox38dcGoXUKer5mAydCzmaHjrbQ66qeEm8s",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "30000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "eip155:137",
"payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
"asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
"amount": "30000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "eip155:42161",
"payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
"asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"amount": "30000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"make": "honda",
"model": "accord",
"modelYear": 2018
},
"type": "http"
},
"output": {
"example": {
"disclaimer": "Advisory only, provided as is without warranty of accuracy or completeness. Matches on year, make and model, not on VIN, so a campaign may not apply to a specific vehicle — confirm by VIN with the man…",
"doNotDriveCount": 0,
"parkOutsideCount": 0,
"reasons": [
"6 open recall campaign(s), none carrying a do-not-drive or park-outside warning.",
"Most recent: FUEL SYSTEM, GASOLINE:DELIVERY:FUEL PUMP (2020-05-28).",
"…1 more"
],
"recallCount": 6,
"recalls": [
{
"campaignNumber": "20V314000",
"component": "FUEL SYSTEM, GASOLINE:DELIVERY:FUEL PUMP",
"consequence": "If the fuel pump fails, the engine can stall while driving, increasing the risk of a crash.",
"doNotDrive": false,
"fixedByOverTheAirUpdate": false,
"manufacturer": "Honda (American Honda Motor Co.)",
"parkOutside": false,
"remedy": "Honda will notify owners and dealers will replace the fuel pump assembly, free of charge. The recall began July 22, 2020. Owners may contact Honda customer service at 1-888-234-2138.",
"reportReceived": "2020-05-28",
"summary": "Honda (American Honda Motor Co.) is recalling certain 2018-2019 Acura NSX, 2019 Acura RDX, RLX and RLX Sport Hybrid, 2018-2019 Honda Accord, Civic Hatchback, Civic Type R and HR-V, 2019-2020 Insight a…"
},
{
"campaignNumber": "20V771000",
"component": "ELECTRICAL SYSTEM:BODY CONTROL MODULE:SOFTWARE",
"consequence": "Various system malfunctions such as inoperative windshield wipers, defroster, rearview camera, or exterior lighting can increase the risk of a crash.",
"doNotDrive": false,
"fixedByOverTheAirUpdate": false,
"manufacturer": "Honda (American Honda Motor Co.)",
"parkOutside": false,
"remedy": "Honda will notify owners, and dealers will update the BCM software, free of charge. The recall is expected to begin February 22, 2021. Owners may contact Honda customer service at 1-888-234-2138. H…",
"reportReceived": "2020-12-10",
"summary": "Honda (American Honda Motor Co.) is recalling certain 2018-2020 Accord Sedan, Accord Hybrid, and 2019-2020 Insight vehicles. A software error may cause intermittent or continuous disruptions in commu…"
}
],
"retrievedAt": "2026-09-09T00:58:31.699Z",
"source": "US National Highway Traffic Safety Administration (api.nhtsa.gov)",
"vehicle": {
"make": "honda",
"model": "accord",
"modelYear": 2018
},
"verdict": "RECALLED"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"limit": {
"description": "Max recalls to return, default 10",
"type": "integer"
},
"make": {
"description": "Vehicle make, e.g. honda",
"type": "string"
},
"model": {
"description": "Vehicle model, e.g. accord",
"type": "string"
},
"modelYear": {
"description": "Model year, e.g. 2018",
"type": "integer"
}
},
"required": [
"make",
"model",
"modelYear"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"disclaimer": {
"type": "string"
},
"doNotDriveCount": {
"type": "integer"
},
"parkOutsideCount": {
"type": "integer"
},
"reasons": {
"items": {
"type": "string"
},
"type": "array"
},
"recallCount": {
"type": "integer"
},
"recalls": {
"items": {
"properties": {
"campaignNumber": {
"type": "string"
},
"component": {
"type": "string"
},
"consequence": {
"type": "string"
},
"doNotDrive": {
"type": "boolean"
},
"fixedByOverTheAirUpdate": {
"type": "boolean"
},
"manufacturer": {
"type": "string"
},
"parkOutside": {
"type": "boolean"
},
"remedy": {
"type": "string"
},
"reportReceived": {
"type": "string"
},
"summary": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"retrievedAt": {
"type": "string"
},
"source": {
"type": "string"
},
"vehicle": {
"properties": {
"make": {
"type": "string"
},
"model": {
"type": "string"
},
"modelYear": {
"type": "integer"
}
},
"type": "object"
},
"verdict": {
"type": "string"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://loonie-toll.onrender.com/vehiclerecall" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://loonie-toll.onrender.com/vehiclerecall");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://loonie-toll.onrender.com/vehiclerecall")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/7806.json, and this resource appears in /discovery/resources and /discovery/search.