Skip to main content

Getting Started

In order to use our IP Enrichment API, you must have an active API key. You can look up your API key by logging into our self-serve dashboard and going to the API Keys section.
Need an API Key?If you don’t have an API key, you can easily create one by signing up for a self-serve account. For more information, check out our Self-Serve Quickstart Guide, which walks you through the sign-up process as well as shows you how to use the self-serve API dashboard.

Simple Example

As mentioned in the Overview, the IP Enrichment API is a means of performing a one-to-one match of an IP address. Here’s a quick example that demonstrates retrieving a record with an IP address of 72.212.42.169:
The API will return the matching ip record if the IP passed to it exists in our dataset. The result of running the above code should be the IP record for 72.212.42.169 from our IP Dataset:
JSON
If you don’t get this response, check out our Errors page for more information.