API + Data Portal API
Sign In
Allergens
Allergens

Retrieve available allergen information for recipes.

GET /{locale}-{country}/allergens

List all available allergens.

Query Parameters
Parameter
Type
Description
per_page integer Results per page (10-200, default 50)
sort string Sort by: created_at (default) or updated_at, always descending
Response Fields
Field
Type
Description
id integer Allergen ID
name string Allergen name (localized)
created_at datetime Creation timestamp
updated_at datetime Last update timestamp
Example Request
curl -X GET "https://api.hfresh.info/de-DE/allergens" \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Accept: application/json"
Pre-Release API (v0.0.5)
This API is currently in pre-release. Endpoints, response formats, and features may change without notice until version 1.0.0 is released. Use in production at your own risk.

API Version: 0.0.5

GitHub
Made with by Norman Huth
Confirm Action

Are you sure?