Skip to main content
GET
Search substances

Authorizations

X-API-Key
string
header
required

Query Parameters

name
string

Case-insensitive substring match on substance name.

substance_type
string

Filter by substance type (e.g. FOOD_INGREDIENT, MATERIAL, CHEMICAL).

allergen_type
string

Filter by allergen type (e.g. PEANUTS, TREE_NUTS, DAIRY).

is_major_allergen
boolean

Filter to only (or only non-) major allergens.

hazard_class
string

Filter by hazard classification (e.g. CARCINOGEN, IRRITANT).

limit
integer
default:50

Maximum number of results to return.

offset
integer
default:0

Number of results to skip, for pagination.

Response

OK

Paginated list response.

total
integer
required

Total number of substances matching the query, across all pages.

limit
integer
required

The limit that was applied to this page of results.

offset
integer
required

The offset that was applied to this page of results.

items
SubstanceOut · object[]
required

Substances on this page of results.