Use the Ipregistry connector to retrieve IP intelligence and geolocation data.
Integrating your application with Ipregistry lets you use these operations in an automation. It exposes 7 actions, listed below. Add the connector from the Connections area, authenticate, then select its operations in the automation builder. Capabilities: actions.
Authentication
Before you begin, make sure you have the following information:
Connection Name: Choose a meaningful name for your connection. This name helps you identify the connection within your application or integration settings.
Authentication Type: The authentication method for this connector is defined in the connection setup. Select the connector in the Connections area to see the fields it requires.
Authentication & setup
Ipregistry uses API key-based authentication with two implementation options:
URL Parameter
Include your API key as a query parameter in requests:
https://api.ipregistry.co?key=YOUR_API_KEY
Authorization Header
For more secure credential handling, include the API key in an Authorization header:
Authorization: ApiKey YOUR_API_KEY
Getting Your API Key
Sign up for a free account at https://ipregistry.co to get 100,000 free lookups
Access your Ipregistry Dashboard
Navigate to API Keys section
Create and manage multiple API keys per account
Configure granular settings: IP restrictions, origin filtering, and rate limiting


Actions
Action Name | Description |
|---|---|
Batch ASN lookup | Pulls data for multiple autonomous system numbers in one go in Ipregistry |
Batch IP lookup | Retrieves details for several IP addresses in a single request, optimizing bulk IP address search in Ipregistry |
Origin ASN lookup | Extracts the Autonomous System information tied to the requester's IP in Ipregistry |
Origin IP lookup | Retrieves information from the IP address originating your request in Ipregistry |
Origin user-agent parsing | Analyzes the user-agent data from received client-side requests, elevating web engagement metrics and user experience insights in Ipregistry |
Single ASN lookup | Queries the specified Autonomous System Number for in-depth insights in Ipregistry |
Single IP lookup | Retrieves the information associated with the specified IP address in Ipregistry |
About the API
Ipregistry provides IP intelligence services for geolocation and threat detection:
Core IP Lookup: Retrieve geolocation and address data for any IP address
Bulk Operations: Process multiple IP addresses simultaneously for batch queries
Security Features: Detect proxies, Tor exit nodes, and other threats
Advanced Capabilities: Hostname lookup, response filtering, CORS/JSONP support
Compliance: GDPR enforcement tools and EU data residency options
Regional Support: EU-specific base URLs available for regional compliance
The API supports multiple response formats and includes comprehensive error handling with specific error codes for different failure scenarios.