v2.2.1 - 2025-05-21
Changed
Performance optimizations.
Improved search speed.The codes/search endpoint has been improved:
- Now supports precise and flexible search queries that combine postalCode, placeName, and state.
- Enables natural language matching using a single search term (e.g., "5301 Eug").
- Returns more relevant and ordered results when partial or mixed inputs are used.
v2.2.0 - 2025-05-14
Added
You can now add or remove your payment method in the settings.
If a payment fails, you can now retry it manually via the Invoices menu.
Changed
Dashboard: Improved behaviour for plan transitions – better status and view during the transition.
v2.1.1 - 2025-05-05
Changed
Some user interface changes.
Dashboard: Improved request bar with visual progress and user notifications based on usage pace. Warns when usage is ahead of schedule.
v2.1.0 - 2025-04-07
Added
A new endpoint: countries/search.
Added a new optional parameter (match) to codes/search and countries/search.
Added a optional parameter (countryCode) to codes/search.
v2.0.4 - 2025-03-25
Fixed
Fixed a CORS issue that prevented access. Access is now correctly allowed based on the allowed origins.
v2.0.3 - 2025-03-14
Fixed
Fixed an issue where the state information was not exported for some entries.
v2.0.2 - 2025-02-28
Fixed
Fixed an issue where API keys could not be deactivated or deleted.
v2.0.1 - 2025-02-24
Changed
The demo now also supports zip codes with a hyphen (-).
Spaces in queries are now allowed.
The allowed characters for the query parameter in the codes/search endpoint have been adjusted.
Fixed
The postalCode parameter now correctly accepts the hyphen (-).
v2.0.0 - 2025-02-18
Added
A user interface for improved accessibility.
An enhanced demo version.
API key management functionality.
Detailed API usage statistics.
A new endpoint: countries/info.
A new endpoint: countries/states.
Significantly improved documentation.
Breaking
The structure of requests and responses has been modified.
Changed
API requests now require an API key to be included in the header.
Some endpoint parameters have been updated.
Increased accuracy of some geodata.
Performance optimizations.
Expanded and updated database.