timestamp1589875200001
Dashboard Enhancements
by Ipregistry Team
Here are the enhancements that have been deployed: API keys are now hidden by default. You can download receipts for payments made with cards. A few bugs affecting slow connections have been fixed. All buttons are disabled when an...timestamp1581667200001
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...timestamp1570461300001
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...timestamp1570456380001
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. timestamp1568101140001
Usage Chart Per API Key
by Ipregistry Team
We allow creating multiple API keys to keep different concerns isolated (e.g. projects). Although the dashboard includes a chart that shows the cumulative usage for all API keys, some of you have expressed the need to check usage per API...timestamp1567062900001
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...timestamp1565773200001
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...timestamp1564477200001
Throttling per Client IP
by Ipregistry Team
We've improved our Rate limit/throttling feature. Once enabled, the rate limit feature was limiting the total number of requests that can be made per hour for a given API key. It was possible to have a user that consumes 10,000 look...timestamp1564045200001
JavaScript Client Library
by Ipregistry Team
You requested, we delivered! The official IpregistryJavascript client library is now available, with caching support and more. The library is written in TypeScript but packaged to work with ES5+. In other words, you can use it with Node...