Format I
Initial data
Get entities
GET
https://api.elections.openknowledge.be/format-i/entities/:year/:type
This endpoint allows you to get all the entities for specific elections. If you need the list of available elections types, see Types.
Path Parameters
year
integer
Year of the elections.
type
string
Type of the elections (see Types).
Query Parameters
test
boolean
Use test data instead of real data.
Get groups
GET
https://api.elections.openknowledge.be/format-i/groups/:year/:type
This endpoint allows you to get all the groups for specific elections. If you need the list of available elections types, see Types.
Path Parameters
year
integer
Year of the elections.
type
string
Type of the elections (see Types).
Query Parameters
test
boolean
Use test data instead of real data.
Get lists
GET
https://api.elections.openknowledge.be/format-i/list/:year/:type
This endpoint allows you to get all the lists for specific elections. If you need the list of available elections types, see Types.
Path Parameters
year
integer
Year of the elections.
type
string
Type of the elections (see Types).
Query Parameters
test
boolean
Use test data instead of real data.
Get candidates
GET
https://api.elections.openknowledge.be/format-i/candidates/:year/:type
Path Parameters
year
integer
Year of the elections.
type
string
Type of the elections (see Types).
Query Parameters
test
boolean
Use test data instead of real data.
Last updated