Change Log
Data
The current dataset (see also data sources):
Country | Data source | Release |
---|---|---|
- Germany | Municipality directory | July 2024 |
- Germany | Street directory | 2024-09-17 |
- Austria | Municipality directory | 2024-09-12 |
- Austria | Street directory | 2024-09-12 |
- Switzerland | Municipality directory | 2024-03-01 |
- Switzerland | Street directory | 2024-09-18 |
- Liechtenstein | Municipality directory | March 1996 |
- Liechtenstein | Street directory | 2024-09-18 |
Web Service
The OpenPLZ API Web Service is Open Source on GitHub. The detailed commit history can be viewed there. This change log serves as a summarised overview of the changes.
We largely adhere to the recommendations from the community project Keep a Changelog.
Unreleased
First official version 1.0 later this year. The API interface will then be versioned as v1 and will no longer receive any breaking changes from then on.
0.0.6 _ September 26, 2024
Added:
- New API endpoints
FullTextSearch
for full-text search via street, location and postal code for all countries. - Additional paging information
x-page
,x-page-size
,x-total-pages
andx-total-count
in the HTTP response headers of the API (only applies to endpoints with pagination).
Fixed:
- Fixed incorrect URL for API endpoint
li/Communes
(was previouslyli/Cantons/Communes
).
0.0.5 _ September 20, 2024
Added:
- Street entities for Germany now contain additional information on borough and/or suburb (if available in OpenStreetMap)
- Support for streets and postal codes from Liechtenstein
Changed:
- Update of the data sources.
0.0.4 _ November 23, 2023
Added:
- New API endpoints for
Locality
entities - Paging for nearly all API endpoints
Changed:
- Update to .NET 8
0.0.3 _ September 27, 2023
Added:
- CSV as additional output format
Changed:
- Update of the data sources.
0.0.2 _ February 05, 2023
Added:
Street
entities andLocality
entities now contain more detailed information on municipalities, districts and federal states or cantons.- CORS support added.
0.0.1 _ December 09, 2022
First publication