Product Recalls
note
This endpoint is currently unavailable.
Returns a list of all products that have been recalled.
GET /v1/product-recalls
Query Params
Param | Desription |
---|---|
page | The page to show |
limit | The amount of entries per page |
Response
- 200 (OK)
- Schema
This is a sample response.
Status: 200 (OK)
{
"pagination": {
"page": 1,
"limit": 50,
"totalPages": 19,
"totalItems": 917
},
"results": [
{
"id": 1246,
"title": "Magic Doodle Mat (Tobeape sold by Amazon) - Safety NoticeOur sites",
"imageUrl": "https://gov.je/Asset library/Magic Doodle Mat 04062024.png?RenditionID=10",
"brand": "Tobeape",
"recallDate": "2024-06-02T23:00:00.000Z",
"packSize": null,
"batchCodes": "See full details below",
"problem": "Serious Risk of Choking and Asphyxiation",
"furtherInformation": "<p></p><div>A Product Safety Notice has been issued on this product as it does not meet the requirements of the Toys (Safety) Regulations 2011. </div><div><br></div><div>The collars of the pens are detachable, and there are pieces of foam shapes, these could lead to a choaking hazard. There is also plastic packaging which is a potential asphyxiation hazard. </div><div><br></div><div>For more information see attached Product Safety Report.<br></div>",
"websiteUrl": "https://assets.publishing.service.gov.uk/media/66574f8a0c8f88e868d3335b/2405-0031-product-safety-report-water-mat.pdf"
},
{
"id": 1252,
"title": "Nutty Nougat Caramel Chocolate Bars Multipack and Dreamy Caramel Chocolate Bars Multipack (Tesco) – Recall Notice Our sites",
"imageUrl": "https://gov.je//Asset library/Tescobar110624.png?RenditionID=10",
"brand": "Tesco",
"recallDate": "2024-06-06T23:00:00.000Z",
"packSize": "6 x 40g",
"batchCodes": null,
"problem": "Allergy risk to peanuts",
"furtherInformation": "<p></p><p>This product is unsafe to eat as the products contain peanuts which are not mentioned on the label and may be a health risk for anyone with peanuts allergy. Do not eat the products. </p><p>Products affected:-</p><p>Tesco Nutty Nougat Caramel Chocolate Bars Multipack – Best before 28 February 2025</p><p>Tesco Dreamy Caramel Chocolate Bars Multipack – Best before 31 January 2025, 28 February 2025</p><p>For further information, contact Customer Service Team on 0800 505 555<br></p>",
"websiteUrl": "https://s3-eu-west-1.amazonaws.com/fsa-alerts-files/production/FSA-AA-21-2024/FSA-AA-21-2024-Tesco-recalls-various-Tesco-Multipack-Chocolate-Bars-because-of-undeclared-peanuts.pdf"
},
]
}
Root
Key | Type | Description |
---|---|---|
pagination | Object | See Pagination Data below |
results | Array | Array of ProductRecall s. See example response. |
Pagination Data
Key | Type | Description |
---|---|---|
page | Number | The current page of results |
limit | Number | The number of results per page |
totalPages | Number | The total amount of pages based on the total results and results per page |
totalItems | Number | The total amount of results |
ProductRecall
Key | Type | Description |
---|---|---|
id | Number | A unique ID to represent this entry |
title | String | The title of the entry |
imageUrl | String/null | An image showing the product(s) affected |
brand | String | The brand of the product |
recallDate | String | The date the product(s) was recalled |
packSize | String/null | The size of the product(s) |
batchCodes | String/null | A short summary of the batch codes / expiry dates / product(s) affected |
problem | String | A short summary of the problem |
furtherInformation | String | A long description of the problem. This field contains HTML |
websiteUrl | String/null | A link to the source of the recall |
Sources
Source |
---|
Product warnings and recalls on gov.je |