# Deutscher Bundestag DIP API **Provider:** Deutscher Bundestag DIP **Category:** developer **Base URL:** `https://dip.bundestag.de` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Not officially published **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://dip.bundestag.de/documents/informationsblatt_zur_dip_api_v01.pdf ## Description This API provides read access to DIP entities (e.g. activities, persons, printed material) ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://dip.bundestag.de/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://dip.bundestag.de' ``` ## Sample Response ```json {} ``` ## Pricing Details Free and open. German Bundestag parliamentary documentation API. --- *Source: [API Map](https://apimap.dev/apis/deutscher-bundestag-dip/) — CC BY 4.0*