Skip to main content

API Documentation

Overview

FoodChainAPI provides REST API access to the FDA Food Traceability List (FTL) data. Check if any food product requires FSMA 204 traceability records, get CTE/KDE requirements, and classify products programmatically.

Base URL

https://api.foodchainapi.com/v1

The API is currently in development. Sign up below for early access.

Authentication

All API requests require an API key passed via the X-API-Key header.

curl https://api.foodchainapi.com/v1/ftl/check?q=spinach \
-H "X-API-Key: your_api_key"

Endpoints

GET/v1/ftl/check

Check if a food product is on the FDA Food Traceability List.

Parameters

NameTypeDescription
qstringFood product name or description
GET/v1/ftl/list

List all FTL categories and their food items.

GET/v1/ftl/cte

Get Critical Tracking Event and Key Data Element requirements for a specific food category.

Parameters

NameTypeDescription
categorystringFTL category ID (e.g., "leafy-greens", "finfish")

Rate Limits

PlanRequests/monthPrice
Free50$0
Basic1,000$19/mo
Pro10,000$49/mo

Get early access

The API is currently in development. Sign up to be notified when it launches.