Every API, one clean contract.
98 APIs · all speak the same { ok, data, meta, error }envelope. Search, filter, and open one to see endpoints, params & live examples.
Popular
Reputation & Reviews
8 APIsE-commerce & Marketplaces
20 APIsReal Estate
5 APIsJobs & Hiring
6 APIsTravel & Lodging
5 APIsSearch & SEO
4 APIsFinance & Data
3 APIsMedia, Film & Knowledge
15 APIsUtilities & AI
11 APIsClassifieds & Second-hand
4 APIsDeveloper Tools
11 APIsRecall
livepost/recall/v1/search1 creditSearch FDA recalls by keyword, category, classification, status, company, and date range with skip/limit pagination. Pass category=all (default) to span food+drug+device.
{
"query": "listeria",
"category": "food",
"limit": 3
}Try in playground →post/recall/v1/recall_detail1 creditFull detail for one recall by its FDA recall_number (category auto-detected from prefix).
{
"recall_number": "F-1397-2012"
}Try in playground →post/recall/v1/by_company1 creditAll recalls for a recalling firm / manufacturer, newest first, paginated.
{
"company": "Pfizer",
"category": "drug",
"limit": 3
}Try in playground →post/recall/v1/latest1 creditMost recent recalls across all categories (or one), within the last N days.
{
"days": 120,
"limit": 3
}Try in playground →post/recall/v1/batch1 creditRun multiple keyword searches in one call (compliance-watch over a product list).
{
"queries": [
"listeria",
"salmonella"
],
"category": "food",
"limit": 2
}Try in playground →post/recall/v1/stats1 creditAggregate recall counts grouped by a field (classification/status/firm/state/type).
{
"category": "food",
"field": "classification"
}Try in playground →post/recall/v1/categories1 creditThe recall taxonomy: FDA categories + EU Safety Gate product-category & risk-type enums + EU country list (reference data for filters).
Try in playground →post/recall/v1/eu_recall1 creditOne EU Safety Gate (RAPEX) recall/alert by notification id — product, risk, measure, traceability, reacting countries.
{
"id": 10000308
}Try in playground →post/recall/v1/eu_recalls1 creditSearch/list EU Safety Gate alerts (the EU analogue of `search`): pages over recent weekly reports (open-data XML) and filters by query, product category, country and risk type, with skip/limit pagination. Each alert carries product, barcode, brand, risk, measures, notifying country and country of origin.
{
"category": "Toys",
"weeks": 2,
"limit": 3
}Try in playground →post/recall/v1/eu_latest1 creditThe newest EU Safety Gate weekly report fully expanded into its ~80-100 product alerts (newest-published recalls across the EU/EEA).
{
"limit": 3
}Try in playground →
Social Media
6 APIs