recalls
Health Canada Recalls API tools: search and retrieve product recall information across all categories (food, vehicles, health products, consumer products). Get recent recalls, search by keyword, fetch full recall details with affected products, and filter by category.
lang: "en" | "fr". Open each tool below for its source-derived parameters.recalls_get_recent
Get the most recent product recalls across all Health Canada categories.
Use forgetting the latest recall alerts across all categories including
recall, recent, latest, alert, warning, safety, health canada,
| Parameter | Type | Default |
|---|---|---|
limit | int | 25 |
offset | int | 0 |
lang | Literal['en', 'fr'] | 'en' |
recalls_search
Search Health Canada recalls by keyword with optional category filter.
Use forfinding recalls matching a specific keyword such as a product
search, recall, find, keyword, product, brand, contaminant,
| Parameter | Type | Default |
|---|---|---|
keyword | str | required |
category | str | None | None |
limit | int | 25 |
offset | int | 0 |
lang | Literal['en', 'fr'] | 'en' |
recalls_get_details
Get full details of a specific Health Canada recall by recall ID.
Use forretrieving complete recall information including affected products,
recall, details, full, affected products, corrective action,
| Parameter | Type | Default |
|---|---|---|
recall_id | str | required |
lang | Literal['en', 'fr'] | 'en' |
recalls_get_food
Get food product recalls from Health Canada.
Use forfinding food safety recalls including contamination alerts,
food, recall, contamination, listeria, salmonella, allergen,
| Parameter | Type | Default |
|---|---|---|
keyword | str | None | None |
limit | int | 25 |
offset | int | 0 |
lang | Literal['en', 'fr'] | 'en' |
recalls_get_vehicles
Get vehicle recalls from Transport Canada and Health Canada.
Use forfinding vehicle safety recalls including defects in cars, trucks,
vehicle, car, truck, recall, airbag, defect, safety, transport
| Parameter | Type | Default |
|---|---|---|
keyword | str | None | None |
limit | int | 25 |
offset | int | 0 |
lang | Literal['en', 'fr'] | 'en' |
recalls_get_health_products
Get health product recalls from Health Canada.
Use forfinding recalls of drugs, natural health products, medical devices,
health product, drug, medication, supplement, medical device,
| Parameter | Type | Default |
|---|---|---|
keyword | str | None | None |
limit | int | 25 |
offset | int | 0 |
lang | Literal['en', 'fr'] | 'en' |