Parameters

1. nth

Continuous number of the session in current legislative period
Allowed Values: nonnegative integer
Values Whitelist: no restrictions
https://api.parlementarisme.de?nth=10 Call API

2. id

Entry's id in database. It is not persistent because database update creates new ids
Allowed Values: nonnegative integer
Values Whitelist: no restrictions
https://api.parlementarisme.de?id=200 Call API

3. affiliation

Speaker’s affiliation. Could be a group description or a functional description like member of government or session president
Allowed Values: three character string
Values Whitelist: pre, gov, cdu, spd, fdp, grn, lin, csu, afd, rep, npd, pds, b90, frw, pir, ssw, odp, fam, gra, dep, biw, bft, par, bĂĽd (possibly not always up to date)
https://api.parlementarisme.de?affiliation=spd Call API

4. speaker

Filter by a speaker’s name
Allowed Values: string
Values Whitelist: no restrictions
https://api.parlementarisme.de?speaker=Klaus Wowereit Call API

5. state

Filter by state (“Bundesland”)
Allowed Values: two character string
Values Whitelist: bw, by, be, bb, hb, hh, he, mv, ni, nw, rp, sl, sn, st, sh, th
https://api.parlementarisme.de?state=be Call API

6. period

Continuous number of periods. Keep in mind that the periods differ significantly between states
Allowed Values: nonnegative integer
Values Whitelist: no restrictions
https://api.parlementarisme.de?period=18 Call API

7. minDate

Exclude speeches before a specific date
Allowed Values: string in YYYY-MM-DD format
Values Whitelist: no restrictions
https://api.parlementarisme.de?minDate=2010-05-01 Call API

8. maxDate

Exclude speeches after a specific date
Allowed Values: string in YYYY-MM-DD format
Values Whitelist: no restrictions
https://api.parlementarisme.de?maxDate=2020-12-01 Call API

9. like

Keyword search
Allowed Values: string
Values Whitelist: no restrictions
https://api.parlementarisme.de?like=Ukraine Call API

10. offset

Return data starting with a specific entry
Allowed Values: nonnegative integer
Values Whitelist: no restrictions
https://api.parlementarisme.de?offset=20 Call API

11. limit

Decrease number of results. Default is 1,000
Allowed Values: nonnegative integer
Values Whitelist: no restrictions
https://api.parlementarisme.de?limit=30 Call API

12. minSeq

Includes all values same or higher than the indicated value for seq
Allowed Values: nonnegative intege
Values Whitelist: no restrictions
https://api.parlementarisme.de?minSeq=100 Call API

13. orderBy

Order result set by a specific column. Allows random ordering. Default is by id
Allowed Values: string
Values Whitelist: columns
https://api.parlementarisme.de?orderBy=random Call API

14. orderDirection

Define order direction. Default is asc
Allowed Values: string from defined list
Values Whitelist: desc asc
https://api.parlementarisme.de?orderDirection=desc Call API

15. match

Full text search
Allowed Values: string
Values Whitelist: no restrictions
https://api.parlementarisme.de?match=Ukraine Call API

16. nlp

Return content with nlp tags for names and groups
Allowed Values: bool
Values Whitelist: true or false
https://api.parlementarisme.de?nlp=true Call API

17. format

Choose output format
Allowed Values: string
Values Whitelist: json or xml
https://api.parlementarisme.de?format=json Call API

18. metadata

add metadata as first element to the output. The metadata contains information to the number of requested rows and the total number without filters.
Allowed Values: bool
Values Whitelist: true or false
https://api.parlementarisme.de?metadata=true Call API