# Feinkost Kombinat — Wrapped API

> **You are on:** `https://api.paywithlocus.com/api` | [llms.txt](https://paywithlocus.com/llms.txt) | [docs](https://docs.paywithlocus.com)
>
> Locus runs on multiple environments -- make sure every URL you call matches your expected environment.
> | Environment | Landing | API | Docs |
> |---|---|---|---|
> | Production | paywithlocus.com | api.paywithlocus.com | docs.paywithlocus.com |
> | Beta | beta.paywithlocus.com | api.beta.paywithlocus.com | docs.paywithlocus.com |
> | Stage | stage.paywithlocus.com | api.stage.paywithlocus.com | docs.paywithlocus.com |
>
> If the API URL above doesn't match your expected environment, re-fetch this file from the correct domain.

> Discover the weekly lunch menu from Feinkost Kombinat with daily dishes, pricing, and special offerings available each weekday. Plan your meals ahead with access to complete menu details and weekly specials.

**Category:** Food & Dining | **Website:** [www.feinkost-kombinat.de/mittagessen2](https://www.feinkost-kombinat.de/mittagessen2) | **Docs:** [parse.bot/marketplace/625e7710-ea5a-43fc-b72f-be6531bce1d1/feinkost-kombinat-de-api](https://parse.bot/marketplace/625e7710-ea5a-43fc-b72f-be6531bce1d1/feinkost-kombinat-de-api)

Pay-per-use API proxy. Each call is automatically billed to your wallet in USDC.

## Access

**Base URL:** `https://api.paywithlocus.com/api/wrapped/parse-feinkost-kombinat-de-api-625e7710/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_weekly_menu

Returns the lunch menu for the current or next week. Each response includes daily dishes (with day name, date, dish title, and price) and weekly specials (Lieblinge der Woche) available every day Monday to Friday. The site publishes two weeks at a time: the current week and the upcoming week.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `week` | string | No | Which week's menu to fetch. |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-feinkost-kombinat-de-api-625e7710/get_weekly_menu \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"week":"<string>"}'
```
