Introduction - Zipdecode    [   

Zipdecode

 ](/)        Toggle sidebar 

   [Introduction

 ](https://docs.zipdecode.nl) Introduction 

 Domain

  [Overview

 ](https://docs.zipdecode.nl/domain) Overview 

   [Land

 ](https://docs.zipdecode.nl/domain/country) Land 

   [Provincie

 ](https://docs.zipdecode.nl/domain/province) Provincie 

   [Gemeente

 ](https://docs.zipdecode.nl/domain/municipality) Gemeente 

   [Plaats

 ](https://docs.zipdecode.nl/domain/place) Plaats 

   [Wijk

 ](https://docs.zipdecode.nl/domain/district) Wijk 

   [Buurt

 ](https://docs.zipdecode.nl/domain/neighborhood) Buurt 

   [Adres

 ](https://docs.zipdecode.nl/domain/address) Adres 

API

  [Overview

 ](https://docs.zipdecode.nl/api) Overview 

   [Landen

 ](https://docs.zipdecode.nl/api/countries) Landen 

   [Provincies

 ](https://docs.zipdecode.nl/api/provinces) Provincies 

   [Gemeenten

 ](https://docs.zipdecode.nl/api/municipalities) Gemeenten 

   [Plaatsen

 ](https://docs.zipdecode.nl/api/places) Plaatsen 

   [Wijken

 ](https://docs.zipdecode.nl/api/districts) Wijken 

   [Buurten

 ](https://docs.zipdecode.nl/api/neighborhoods) Buurten 

   [Adressen

 ](https://docs.zipdecode.nl/api/addresses) Adressen 

     Zipdecode Docs

 Zipdecode
=========

 Zipdecode is een Nederlandse adres-API gebouwd op data van het BAG (Basisregistraties Adressen en Gebouwen). De API biedt toegang tot de volledige Nederlandse adreshierarchie: van land tot individueel adres.

Hierarchie
----------

 De adresdata is georganiseerd in een hierarchische structuur:

 ```
Country
    └── Province
        └── Municipality
            └── Place
                └── District
                    └── Neighborhood
                        └── Address
```

API Base URL
------------

 ```
https://api.zipdecode.nl
```

Paginering
----------

 Alle endpoints die lijsten retourneren zijn gepagineerd met standaard **50** resultaten per pagina. Gebruik de `page` query parameter om door pagina's te navigeren.

 ```
GET /provinces/{uuid}/municipalities?page=2
```

Identificatie
-------------

 Alle resources worden geidentificeerd door een UUID. Gebruik het `uuid` veld om naar specifieke resources te verwijzen in API requests.
