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
/politiciansRetrieve a list of all members of the German Bundestag.
/politicians/{id}Retrieve information about a specific member.
id (string)Accept (application/json or image/webp)/politicians/{id}/bioRetrieve biographic information about a specific member.
id (string)/committeesRetrieve a list of all committees.
/committees/{id}Retrieve information about a specific committee.
id (string)/committees/{id}/detailRetrieve detailed information about a specific committee.
id (string)/constituencies/{zipcode}Retrieve a list of constituencies for a given postal code.
zipcode (string)/constituencies/{zipcode}/politiciansRetrieve a list of local politicians for constituencies of a given postal code.
zipcode (string)See PoliticianBio schema in the YAML for full details on all fields returned by the JSON endpoints.