Skip to content
Frank Stüber edited this page Jan 29, 2025 · 3 revisions

OpenPLZ API is a open data project that makes a public street and postal code directory for Germany, Austria, Switzerland and Liechtenstein available via an open REST API interface.

This .NET library provides easy access to the OpenPLZ API.

Installation

The OpenPLZ API .NET Client is available on NuGet and can be installed via .NET CLI:

dotnet add package OpenPlzApi.Client

Clone this wiki locally