Bundestag API

Description: API for retrieving information about members of the German Bundestag.

Version: 1.0.0

Base URL: https://bundestag-api.kyzrlabs.cloud

Github: https://github.com/kyzrfranz/bundestag-api

Available Endpoints

GET /politicians

Retrieve a list of all members of the German Bundestag.

GET /politicians/{id}

Retrieve information about a specific member.

GET /politicians/{id}/bio

Retrieve biographic information about a specific member.

GET /committees

Retrieve a list of all committees.

GET /committees/{id}

Retrieve information about a specific committee.

GET /committees/{id}/detail

Retrieve detailed information about a specific committee.

GET /constituencies/{zipcode}

Retrieve a list of constituencies for a given postal code.

GET /constituencies/{zipcode}/politicians

Retrieve a list of local politicians for constituencies of a given postal code.

Schemas

See PoliticianBio schema in the YAML for full details on all fields returned by the JSON endpoints.