Product Updates Updates

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

Dedicated Endpoint for User-Agent Parsing

by Ipregistry Team
User-agent parsing is a great way to detect your users browser, device & OS in real-time to bring user experience to perfection: suggest native app download, tailor advertising, improve protection against crawlers, and more. Our origin...
New
API

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

More Data Points!

by Ipregistry Team
It was awaited by most of you. We've deployed a big update that brings new data points. Thanks to the hard work we made these last weeks to correlate and analyze data, we are proud to announce new data fields! The API is returning a new...
Data Points
API

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...
API
Enhancement

IPv6 support for API endpoints

by Ipregistry Team
IPv6 adoption starts growing quickly. Based on Google reports, almost 30% of the Internet makes use of IPv6. We are happy to announce that IPv6 support for our API endpoint (api.ipregistry.co) has been added this weekend. What does it...
Announcement
API

Browser and Device detection 🔍

by Ipregistry Team
The Ipregistry API can now be used to detect any Browser, Device & OS in Real-Time. Here is an example: https://api.ipregistry.co/user_agent?key=tryout In case you need to retrieve this information for the requester along with IP data...
New
API
Data Points

Selecting API fields

by Ipregistry Team
You can now customize API responses by passing in a fields query parameter with a comma separated list of the fields you require. Here is an example: https://api.ipregistry.co/?key=tryout&fields=ip,location.country.code The fields...
New
API