API + Data Portal API
Sign In
Get Menu
Get Menu

Retrieve a single menu by year and week with full details.

GET /{locale}-{country}/menus/{year_week}

Year and week format: YYYYWW (e.g., 202501 for week 1 of 2025)

Response Fields
Field
Type
Description
id integer Menu ID
url string URL to menu on website
year_week integer Year and week number (YYYYWW format)
start date Menu start date
recipes array Array of recipe objects
created_at datetime Creation timestamp
updated_at datetime Last update timestamp
Example Request
curl -X GET "https://api.hfresh.info/de-DE/menus/202501" \
  -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?