https://github.com/tomdewildt/brk-api-experiment
Experiment with the BRK (Kadaster) API using FastAPI
https://github.com/tomdewildt/brk-api-experiment
actions brk fastapi httpx kadaster pdok pydantic python
Last synced: 7 days ago
JSON representation
Experiment with the BRK (Kadaster) API using FastAPI
- Host: GitHub
- URL: https://github.com/tomdewildt/brk-api-experiment
- Owner: tomdewildt
- License: mit
- Created: 2026-04-03T07:03:09.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2026-06-12T10:10:13.000Z (13 days ago)
- Last Synced: 2026-06-12T12:07:52.724Z (13 days ago)
- Topics: actions, brk, fastapi, httpx, kadaster, pdok, pydantic, python
- Language: Python
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# BRK API Experiment
[](https://github.com/tomdewildt/brk-api-experiment/blob/master/LICENSE)
Experiment with the [BRK](https://api.kadastralekaart.com/public/v1/docs/) (Kadaster) API using [FastAPI](https://fastapi.tiangolo.com/).
# How To Run
Prerequisites:
* mise version ```2025.1.0``` or later
* uv version ```0.6.0``` or later
* python version ```3.12.0``` or later
### Development
1. Run ```mise run init``` to initialize the environment.
2. Copy ```.env.example``` to ```.env``` and configure the settings.
3. Run ```mise run start``` to start the API server.
# References
[Kadaster BRK Docs](https://www.kadaster.nl/zakelijk/registraties/basisregistraties/brk)
[PDOK Locatieserver Docs](https://api.pdok.nl/bzk/locatieserver/search/v3_1/ui/)
[KadastraleKaart.com API Docs](https://api.kadastralekaart.com/public/v1/docs/)
[FastAPI Docs](https://fastapi.tiangolo.com/)
[Pydantic Docs](https://docs.pydantic.dev/)
[Pydantic Settings Docs](https://docs.pydantic.dev/latest/concepts/pydantic_settings/)
[HTTPX Docs](https://www.python-httpx.org/)
[Loguru Docs](https://loguru.readthedocs.io/)