STW: Get Menu
STW via Parse · food_dining
Fetches the meal plan for a specific canteen. Returns dishes grouped by day, each dish carrying its category (e.g. Vorspeisen, Essen), name, three-tier pricing (student/employee/guest), and dietary labels (vegan, vegetarian, climate, sustainable, traffic-light colors). By default returns the full week (Monday–Saturday) for the current week; week_offset shifts forward, and date narrows to a single day. The canteen is identified by its page URL from list_canteens. API to extract canteen menus (Speiseplan) from studierendenWERK BERLIN. Supports listing all canteen locations and fetching daily/weekly menus with dish details, prices, and dietary labels. Fulfilled by Parse from stw.berlin.
- education
- food-dining
- government-public
- parse
- platform-key
- stw
- stw-berlin
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- food_dining
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/d62db332-03b4-433e-962c-7796abc79384/get_menu
- Interface artifact
- sha256:c45bbc303a75498c9b0e512db9c9aa54b960eb3382fda73f06b659fbd20a447d
- Manifest digest
- sha256:b346be26dbcf8060d3821034040231a05136fef382c78c01a0fcb5e1e7efdb1f
Request fields
- date (string): Specific date in YYYY-MM-DD format. If provided, returns menu for only that day instead of the full week.
- canteen_url (string): Full URL of the canteen page, obtained from list_canteens endpoint's canteens[*].url field. If omitted, defaults to Mensa FU II.
- week_offset (integer): Number of weeks to offset from current week (0 for current week, 1 for next week).: Allowed values: 0, 1
Example queries
- {"date":"2026-06-12","canteen_url":"https://www.stw.berlin/mensen/einrichtungen/freie-universität-berlin/mensa-fu-ii.html","week_offset":"0"}