--- title: IP-API description: '' slug: /help/docs/platform-services/automation-service/app-central/integrations/ip-api/ canonical: https://www.sumologic.com/help/docs/platform-services/automation-service/app-central/integrations/ip-api/ --- import useBaseUrl from '@docusaurus/useBaseUrl'; IP-API icon ***Version: 1.2 Updated: April 29, 2026*** The integration with IP-API allows users to lookup any IP address. IP-API is IP Geolocation API. ## Actions * **Lookup IPs** *(Enrichment)* - Lookup any IP address. ## IP-API configuration 1. To configure IP-API, log in to [IP-API](https://members.ip-api.com/) with your e-mail and password. 1. In the main page, click on the section Manage API Keys.
Ip api 1. Copy the API key and save it (temporarily) in a text editor.
Ip api ## Configure IP-API in Automation Service and Cloud SOAR import IntegrationsAuth from '../../../../reuse/integrations-authentication.md'; import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md'; import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md'; import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md'; import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md'; import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md'; * * **Host**. Enter your IP-API hostname, for example, `https://pro.ip-api.com'/` * **API Key**. Enter the API Key you [copied earlier](#ip-api-configuration). * * IP-API configuration For information about IP-API, see [IP-API documentation](https://ip-api.com/docs/). ## Change Log * December 15, 2021 - First upload * July 5, 2023 (v1.1) - Updated the integration with Environmental Variables * April 29, 2026 (v1.2) - Upgraded the `python3_generic` Docker image (Python 3.8) to `python3_12_generic` (Python 3.12) to address Python 3.8 end-of-life and improve security and performance.