Every API call is now returning 2 new response headers:

  • Ipregistry-Credits-Consumed: the value associated to this response header contains the number of credits your request consumed.
  • Ipregistry-Credits-Remaining: returns the number of credits remaining on your account at the time the request was handled.

The old response header Ipregistry-Credits is deprecated and will be removed after Friday 14 August, 2020.

We are also introducing a new query option that transforms all field values that are returned to ASCII characters. By default, values are encoded using UTF-8.

This new option is particularly useful when integrating with legacy code that doesn’t support Unicode. To use the new option simply append &unidecode=true to your query URL as follows:

https://api.ipregistry.co/?key=tryout&unidecode=true