Product Updates Updates

Uniform region code format

by Ipregistry Team
Region/subdivision codes returned in Ipregistry data sets and API (field location.region.code) are now all based on the ISO 3166-2 standard. If needed, we also provide complete and up-to-date ISO 3166 countries and subdivisions data in...
Enhancement

The United Kingdom left the European Union

by Ipregistry Team
The United Kingdom left the European Union on 31 January 2020, at midnight. This change is reflected in the Ipregistry API and data sets. The field ineu is returning true_ for the remaining 27 state members: Austria, Belgium, Bulgaria...
API
Data Points

IP lookups are now returning the routing prefix

by Ipregistry Team
Following recent requests, it was expressed a need to get the routing prefix associated with an IP address. This data is now included under the field connection.route for all API calls that return IP data. The value uses the CIDR...
New
API
Data Points

New field value CDN for connection type

by Ipregistry Team
Happy New Year! We wish you the best for 2020. Last year was incredible and we are looking forward to continue innovating in the IP and cyber-security domains with you. It was not possible to start this year without announcing something...
New
API
Data Points

New currency data 💱

by Ipregistry Team
The API has been updated to include 2 new fields in the currency section: namenative and pluralnative. The existing fields name and plural are returning, respectively, the currency name and plural name in US locale. The new fields...
New
API
Data Points

Incorrect Email Reports

by Ipregistry Team
Some of you may have received an email reporting the wrong number of weekly or monthly request calls to our API. We apologize for the inconvenience. Be reassured, the issue is now fixed and it was only affecting email reports: your...
Enhancement

RubyGeocoder Supports Ipregistry!

by Ipregistry Team
The famous Ruby geocoding library is now supporting Ipregistry: https://github.com/alexreisner/geocoder Until we provide an official Ruby library, we strongly recommend this great library for your Ruby developments.
Libraries
New

Error Code for Bad Inputs

by Ipregistry Team
It has been reported that inputting an invalid request body value for the batch lookup endpoint (using the POST method) was returning an HTTP 500 error. This was not impacting the service but confusing users. We have introduced a new...
API
Enhancement

Python Client Library 🐍

by Ipregistry Team
We are proud to announce the availability of the official Ipregistry Python client library. It works with Python 2 and 3. As other official clients, it comes with caching support. The library is available on the Python Package Index (Py...
New
Libraries