https://github.com/bundesapi/bundestag-api
bundestag app api
https://github.com/bundesapi/bundestag-api
Last synced: 9 days ago
JSON representation
bundestag app api
- Host: GitHub
- URL: https://github.com/bundesapi/bundestag-api
- Owner: bundesAPI
- Created: 2021-09-05T12:54:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-13T08:40:41.000Z (over 2 years ago)
- Last Synced: 2025-04-23T06:47:54.215Z (9 days ago)
- Language: Python
- Homepage: https://bundestag.api.bund.dev
- Size: 121 KB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bundestag API
Bundestag: Live Informationen
## asAppV2NewsarticleXml
**URL:** https://www.bundestag.de/blueprint/servlet/content/{ARTICLE_ID}/asAppV2NewsarticleXml
Artikel Details
## speaker.xml
**URL:** https://www.bundestag.de/static/appdata/plenum/v2/speaker.xml
Aktuelle Sprecher*in
## conferences.xml
**URL:** https://www.bundestag.de/static/appdata/plenum/v2/conferences.xml
Sitzungstag übersicht
## index.xml
**URL:** https://www.bundestag.de/xml/v2/ausschuesse/index.xml
Übersicht über die Ausschüsse
## {AUSSCHUSS_ID}.xml
**URL:** https://www.bundestag.de/xml/v2/ausschuesse/{AUSSCHUSS_ID}.xml
Übersicht über die Ausschüsse
## index.xml
**URL:** https://www.bundestag.de/xml/v2/mdb/index.xml
Übersicht über alle MDBS
## {MDB_ID}.xml
**URL:** https://www.bundestag.de/xml/v2/mdb/biografien/{MDB_ID}.xml
Abruf Details eines MDBS
## feed_vod.xml
**URL:** http://webtv.bundestag.de/iptv/player/macros/_x_s-144277506/bttv/mobile/feed_vod.xml
Abruf eines Videos
## Beispiel
```bash
result=$(curl -m 60 https://www.bundestag.de/xml/v2/ausschuesse/index.xml)
```