Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bundesapi/bundestag-api
bundestag app api
https://github.com/bundesapi/bundestag-api
Last synced: about 2 months 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 (about 2 years ago)
- Last Synced: 2024-11-01T09:12:05.830Z (2 months ago)
- Language: Python
- Homepage: https://bundestag.api.bund.dev
- Size: 121 KB
- Stars: 12
- 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)
```