Skip to content

Instantly share code, notes, and snippets.

@FrieseWoudloper
Last active November 22, 2021 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FrieseWoudloper/e31d865f7e76583739c7d37ea3f1cb07 to your computer and use it in GitHub Desktop.
Save FrieseWoudloper/e31d865f7e76583739c7d37ea3f1cb07 to your computer and use it in GitHub Desktop.
API request OData CBS
https://opendata.cbs.nl/ODataApi/odata/84314NED/$metadata
https://opendata.cbs.nl/ODataApi/odata/84314NED/UntypedDataSet?$top=5
https://opendata.cbs.nl/ODataApi/odata/84314NED/UntypedDataSet/$count
https://opendata.cbs.nl/ODataFeed/odata/84314NED/UntypedDataSet?$skip=10000
https://opendata.cbs.nl/ODataFeed/odata/84314NED/UntypedDataSet?$format=json&skip=10000
https://opendata.cbs.nl/ODataFeed/odata/84314NED/TypedDataSet?$filter=WijkenEnBuurten%20eq%20%27NL00%20%20%20%20%20%20%27&$format=json
https://opendata.cbs.nl/ODataApi/odata/84314NED/UntypedDataSet?$filter=WijkenEnBuurten eq 'BU16800000' or WijkenEnBuurten eq 'BU01600404'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment