Ovh.Kagir.ZipResolver 1.0.5

ZipCodeResolver

ZipCodeResolver is a .NET library that allows you to retrieve the Italian ZIP code (CAP) from an address by specifying:

  • City name
  • Street address
  • Street number

The library is designed to simplify address validation and ZIP code resolution for Italian locations.

Features

  • Resolve ZIP codes for Italian cities.
  • Search by city name, address, and street number.
  • Fuzzy matching support for address searches.
  • Compatible with .NET Standard 2.1.
  • Easy integration into existing .NET applications.

Installation

dotnet add package ZipCodeResolver

Usage

var resolver = new ZipCodeResolver();

var zipCode = await resolver.ResolveAsync(
    city: "Bologna",
    address: "Via Indipendenza",
    streetNumber: "10");

Console.WriteLine(zipCode);

Requirements

  • .NET Standard 2.1 or compatible runtime
  • Internet connection (required for address lookup)

Dependencies

  • Flurl
  • FuzzySharp
  • HtmlAgilityPack

Notes

Results depend on the availability and accuracy of the address data source used by the library.

License

Copyright © KagirDev

All rights reserved.

No packages depend on Ovh.Kagir.ZipResolver.

.NET Standard 2.1

Version Downloads Last updated
1.0.11 4 06/08/2026
1.0.10 2 06/04/2026
1.0.9 2 06/04/2026
1.0.8 2 06/04/2026
1.0.7 2 06/04/2026
1.0.6 2 06/04/2026
1.0.5 3 05/29/2026
1.0.4 2 05/29/2026
1.0.3 2 05/29/2026
1.0.2 2 05/29/2026
1.0.1 2 05/29/2026
1.0.0 2 05/29/2026