IPinfo
IPinfo, the trusted global leader in IP address data and intelligence. Powering applications and security solutions for developers and businesses.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| API Key | api_key | available | — |
Call a tool
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "IPINFO_IO_BATCH", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("IPINFO_IO_BATCH", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute IPINFO_IO_BATCH --data '{ }'Tool catalog
Available tools
48 callable operations
Bulk IPinfo API enrichment .IPINFO_IO_BATCHBulk or batch enrich IP addresses with IP information. See [documentation](https://ipinfo.io/developers/batch-enrichment-api).Connection
Bulk or batch enrich IP addresses with IP information. See [documentation](https://ipinfo.io/developers/batch-enrichment-api).
Authentication
Connected account requiredTags
Returns data containing information belonging to the abuse contact of the IP address.IPINFO_IO_GET_ABUSEThe IP to abuse contact information API endpoint provides detailed information about the abuse contact associated with a specific IP address. The response includes the abuse contact's name, email address, postal address, city, state, country, phone number, and the network associated with the IP.Connection
The IP to abuse contact information API endpoint provides detailed information about the abuse contact associated with a specific IP address. The response includes the abuse contact's name, email address, postal address, city, state, country, phone number, and the network associated with the IP.
Authentication
Connected account requiredTags
Returns information about an ASN.IPINFO_IO_GET_ASNReturns information about an ASN, such as the assigned prefixes, related domain, and more. The ASN API provides comprehensive information about an Autonomous System (AS) entity. It delivers data on the AS's registration, ASN type, network details, associated prefixes (including IPv6), and relationships with other ASNs (peers, upstreams and downstreams).Connection
Returns information about an ASN, such as the assigned prefixes, related domain, and more. The ASN API provides comprehensive information about an Autonomous System (AS) entity. It delivers data on the AS's registration, ASN type, network details, associated prefixes (including IPv6), and relationships with other ASNs (peers, upstreams and downstreams).
Authentication
Connected account requiredTags
Detects if the IP address is being used in a mobile carrier network. It returns the Mobile Country Code (MCC), Mobile Network Code (MNC), and the originating country of the carrier.IPINFO_IO_GET_CARRIERDetects if the IP address is being used in a mobile carrier network. This API endpoint can be used to detect the usage of a phone device through an IP address. It returns the Mobile Country Code (MCC), Mobile Network Code (MNC), and the originating country of the carrier.Connection
Detects if the IP address is being used in a mobile carrier network. This API endpoint can be used to detect the usage of a phone device through an IP address. It returns the Mobile Country Code (MCC), Mobile Network Code (MNC), and the originating country of the carrier.
Authentication
Connected account requiredTags
Returns a city for the selected IP.IPINFO_IO_GET_CITY_BY_IPReturns a city for the selected IP.Connection
Returns a city for the selected IP.
Authentication
Connected account requiredTags
Returns information about the company that operates or is assigned the IP address.IPINFO_IO_GET_COMPANYReturns information of the organization that is operating an IP address such as name, organization type and their official domain.Connection
Returns information of the organization that is operating an IP address such as name, organization type and their official domain.
Authentication
Connected account requiredTags
Returns a specific field from IP information about the provided IP.IPINFO_IO_GET_CORE_FIELD_BY_IPReturns a specific field from IP information about the provided IP. Available fields depend on the plan associated with your API token — see the `field` parameter for the full set across Core, Plus, and Max.Connection
Returns a specific field from IP information about the provided IP. Available fields depend on the plan associated with your API token — see the `field` parameter for the full set across Core, Plus, and Max.
Authentication
Connected account requiredTags
Returns IP information about the provided IP.IPINFO_IO_GET_CORE_INFORMATION_BY_IPReturns IP information about the provided IP. This single endpoint is shared across the Core, Plus, and Max tiers — the response shape (`CoreResponse`, `PlusResponse`, or `MaxResponse`) depends on the plan associated with your API token. There are no separate `/plus/*` or `/max/*` endpoints.Connection
Returns IP information about the provided IP. This single endpoint is shared across the Core, Plus, and Max tiers — the response shape (`CoreResponse`, `PlusResponse`, or `MaxResponse`) depends on the plan associated with your API token. There are no separate `/plus/*` or `/max/*` endpoints.
Authentication
Connected account requiredTags
Returns a country for the selected IP.IPINFO_IO_GET_COUNTRY_BY_IPReturns a country for the selected IP in two letter ISO-3166 format. If the country is not available, it will return an empty string.Connection
Returns a country for the selected IP in two letter ISO-3166 format. If the country is not available, it will return an empty string.
Authentication
Connected account requiredTags
Returns the current city.IPINFO_IO_GET_CURRENT_CITYReturns the current city.Connection
Returns the current city.
Authentication
Connected account requiredTags
Returns a specific field from IP information about the current IP.IPINFO_IO_GET_CURRENT_CORE_FIELDReturns a specific field from IP information about the current IP. Available fields depend on the plan associated with your API token — see the `field` parameter for the full set across Core, Plus, and Max.Connection
Returns a specific field from IP information about the current IP. Available fields depend on the plan associated with your API token — see the `field` parameter for the full set across Core, Plus, and Max.
Authentication
Connected account requiredTags
Returns IP information about the current IP.IPINFO_IO_GET_CURRENT_CORE_INFORMATIONReturns IP information about the current IP. This single endpoint is shared across the Core, Plus, and Max tiers — the response shape (`CoreResponse`, `PlusResponse`, or `MaxResponse`) depends on the plan associated with your API token. There are no separate `/plus/*` or `/max/*` endpoints.Connection
Returns IP information about the current IP. This single endpoint is shared across the Core, Plus, and Max tiers — the response shape (`CoreResponse`, `PlusResponse`, or `MaxResponse`) depends on the plan associated with your API token. There are no separate `/plus/*` or `/max/*` endpoints.
Authentication
Connected account requiredTags
Returns the current country.IPINFO_IO_GET_CURRENT_COUNTRYReturns a concise response consisting of a two-letter country code. If the country is not available, it will return an empty string.Connection
Returns a concise response consisting of a two-letter country code. If the country is not available, it will return an empty string.
Authentication
Connected account requiredTags
Returns the current hostname.IPINFO_IO_GET_CURRENT_HOSTNAMEReturns the current hostname.Connection
Returns the current hostname.
Authentication
Connected account requiredTags
Returns IP information about the current IP.IPINFO_IO_GET_CURRENT_INFORMATIONReturns IP information about the current IP.Connection
Returns IP information about the current IP.
Authentication
Connected account requiredTags
Returns the current IP.IPINFO_IO_GET_CURRENT_IPReturns the current public/external IP address.Connection
Returns the current public/external IP address.
Authentication
Connected account requiredTags
Returns a specific field from lightweight IP information about the current IP.IPINFO_IO_GET_CURRENT_LITE_FIELDReturns a specific field from lightweight IP information about the current IP.Connection
Returns a specific field from lightweight IP information about the current IP.
Authentication
Connected account requiredTags
Returns lightweight IP information about the current IP.IPINFO_IO_GET_CURRENT_LITE_INFORMATIONReturns lightweight IP information about the current IP including ASN details, country, and continent information.Connection
Returns lightweight IP information about the current IP including ASN details, country, and continent information.
Authentication
Connected account requiredTags
Returns the current location.IPINFO_IO_GET_CURRENT_LOCATIONThe '/loc' API endpoint provides the geographical location of a user's IP address in a response with latitude and longitude in comma-separated text format.Connection
The '/loc' API endpoint provides the geographical location of a user's IP address in a response with latitude and longitude in comma-separated text format.
Authentication
Connected account requiredTags
Returns the current ASN and AS organization.IPINFO_IO_GET_CURRENT_ORGANIZATIONThe '/org' API endpoint identifies the Autonomous System Number (ASN) and ASN organization associated with the user's IP address. When called, the API returns a string with the ASN (prefixed by 'AS') and organization name.Connection
The '/org' API endpoint identifies the Autonomous System Number (ASN) and ASN organization associated with the user's IP address. When called, the API returns a string with the ASN (prefixed by 'AS') and organization name.
Authentication
Connected account requiredTags
Returns the current postal code or zip code.IPINFO_IO_GET_CURRENT_POSTALThe `/postal` API endpoint provides a straightforward method for retrieving the current postal code or zip code. When this endpoint is queried, the API responds with a simple string indicating the postal code for the current IP address.Connection
The `/postal` API endpoint provides a straightforward method for retrieving the current postal code or zip code. When this endpoint is queried, the API responds with a simple string indicating the postal code for the current IP address.
Authentication
Connected account requiredTags
Returns the current region.IPINFO_IO_GET_CURRENT_REGIONReturns the current region. If the region is not available, it will return an empty string.Connection
Returns the current region. If the region is not available, it will return an empty string.
Authentication
Connected account requiredTags
Returns the current timezone.IPINFO_IO_GET_CURRENT_TIMEZONEThe '/timezone' API endpoint returns the user's timezone based on their IP address in IANA format.Connection
The '/timezone' API endpoint returns the user's timezone based on their IP address in IANA format.
Authentication
Connected account requiredTags
Returns a list of all of the domains hosted on the provided IP address.IPINFO_IO_GET_DOMAINSThe Hosted Domains or Reverse IP API endpoint returns a list of domains hosted on a specified IP address, including the total number of domains and the specific names associated with that address.Connection
The Hosted Domains or Reverse IP API endpoint returns a list of domains hosted on a specified IP address, including the total number of domains and the specific names associated with that address.
Authentication
Connected account requiredTags
Returns a hostname for the selected IP.IPINFO_IO_GET_HOSTNAME_BY_IPReturns a hostname for the selected IP.Connection
Returns a hostname for the selected IP.
Authentication
Connected account requiredTags
Returns information about the provided IP.IPINFO_IO_GET_INFORMATION_BY_IPThe ipinfo.io/{ip} endpoint provides comprehensive information about a specified IP address, including geographic location (city, region, country), coordinates, postal code, and timezone. Based on the pricing tier, it also provides ASN (Autonomous System Number) details, associated company information, privacy settings (e.g., VPN, proxy usage), abuse contact information, and hosted domains associated with the IP. This endpoint is useful for applications needing detailed IP intelligence, such as identifying geographic origin, privacy status, and potential abuse reporting information.Connection
The ipinfo.io/{ip} endpoint provides comprehensive information about a specified IP address, including geographic location (city, region, country), coordinates, postal code, and timezone. Based on the pricing tier, it also provides ASN (Autonomous System Number) details, associated company information, privacy settings (e.g., VPN, proxy usage), abuse contact information, and hosted domains associated with the IP. This endpoint is useful for applications needing detailed IP intelligence, such as identifying geographic origin, privacy status, and potential abuse reporting information.
Authentication
Connected account requiredTags
Returns a ip for the selected IP.IPINFO_IO_GET_IP_BY_IPReturns a ip for the selected IP.Connection
Returns a ip for the selected IP.
Authentication
Connected account requiredTags
Returns a specific field from lightweight IP information about the provided IP.IPINFO_IO_GET_LITE_FIELD_BY_IPReturns a specific field from lightweight IP information about the provided IP.Connection
Returns a specific field from lightweight IP information about the provided IP.
Authentication
Connected account requiredTags
Returns lightweight IP information about the provided IP.IPINFO_IO_GET_LITE_INFORMATION_BY_IPReturns lightweight IP information about the provided IP including ASN details, country, and continent information. For bogon/private IPs, returns a response with bogon: true.Connection
Returns lightweight IP information about the provided IP including ASN details, country, and continent information. For bogon/private IPs, returns a response with bogon: true.
Authentication
Connected account requiredTags
Get a location for the selected IP.IPINFO_IO_GET_LOCATION_BY_IPThe '/loc' API endpoint provides the geographic location of an IP address as latitude and longitude separated by a comma in text form.Connection
The '/loc' API endpoint provides the geographic location of an IP address as latitude and longitude separated by a comma in text form.
Authentication
Connected account requiredTags
Returns API service request limit by access token.IPINFO_IO_GET_METhe `/me` API endpoint can be used to provide summary information on the access token limits, access to API products, and other related information. The `/me` endpoint can be used in verifying access tokens as well.Connection
The `/me` API endpoint can be used to provide summary information on the access token limits, access to API products, and other related information. The `/me` endpoint can be used in verifying access tokens as well.
Authentication
Connected account requiredTags
Returns a organization for the selected IP.IPINFO_IO_GET_ORGANIZATION_BY_IPThe '/org' API endpoint provides the ASN and organization related to the user's input IP address. It returns a string including the ASN (prefixed by 'AS') and AS organization name.Connection
The '/org' API endpoint provides the ASN and organization related to the user's input IP address. It returns a string including the ASN (prefixed by 'AS') and AS organization name.
Authentication
Connected account requiredTags
Returns building-level place information for the provided IP.IPINFO_IO_GET_PLACE_BY_IPReturns the real-world location associated with an IP address at the building level, including hotels, airports, museums, stadiums, and 30+ other categories. Includes venue name, category, SSID, and coordinates.Connection
Returns the real-world location associated with an IP address at the building level, including hotels, airports, museums, stadiums, and 30+ other categories. Includes venue name, category, SSID, and coordinates.
Authentication
Connected account requiredTags
Returns a postal for the selected IP.IPINFO_IO_GET_POSTAL_BY_IPThe `/postal` API lets users input an IP address to get back the corresponding postal or zip code in a simple string format.Connection
The `/postal` API lets users input an IP address to get back the corresponding postal or zip code in a simple string format.
Authentication
Connected account requiredTags
Returns extended privacy detection information with detailed methodologies.IPINFO_IO_GET_PRIVACY_EXTENDED_BY_IPThe Privacy Detection Extended API provides detection methodology metadata to support risk scoring, confidence metrics, and IP reputation aspects. Uses multi-modal detection methods including internet measurement, IP behavior analysis, and internet records metadata. Includes detailed flags for VPN, proxy, Tor, relay, hosting, and service identification with confidence metrics.Connection
The Privacy Detection Extended API provides detection methodology metadata to support risk scoring, confidence metrics, and IP reputation aspects. Uses multi-modal detection methods including internet measurement, IP behavior analysis, and internet records metadata. Includes detailed flags for VPN, proxy, Tor, relay, hosting, and service identification with confidence metrics.
Authentication
Connected account requiredTags
Returns privacy information about the selected IP.IPINFO_IO_GET_PRIVACY_INFORMATION_BY_IPThe IP to Privacy Detection or Anonymous IP API provides privacy-related information about a specified IP address. This includes whether the IP is associated with a VPN, proxy, Tor network, relay service, or a hosting service/data center (indicative of bots). The response details the privacy status of the IP, indicating any anonymizing services in use and specifies the type of service (e.g., NordVPN, TunnelBear, Mullvad, ProtonVPN, CyberGhost, ExpressVPN, Surfshark etc.).Connection
The IP to Privacy Detection or Anonymous IP API provides privacy-related information about a specified IP address. This includes whether the IP is associated with a VPN, proxy, Tor network, relay service, or a hosting service/data center (indicative of bots). The response details the privacy status of the IP, indicating any anonymizing services in use and specifies the type of service (e.g., NordVPN, TunnelBear, Mullvad, ProtonVPN, CyberGhost, ExpressVPN, Surfshark etc.).
Authentication
Connected account requiredTags
Returns information about a domain ranges.IPINFO_IO_GET_RANGESThe IP address ranges API endpoint provides information about IP address ranges assigned to or operated by a specific organization, identified by its domain name. This includes the number of IP ranges, specific IP range blocks (both IPv4 and IPv6), and any domain redirection information.Connection
The IP address ranges API endpoint provides information about IP address ranges assigned to or operated by a specific organization, identified by its domain name. This includes the number of IP ranges, specific IP range blocks (both IPv4 and IPv6), and any domain redirection information.
Authentication
Connected account requiredTags
Returns a region for the selected IP.IPINFO_IO_GET_REGION_BY_IPReturns a region for the selected IP. If the region is not available, it will return an empty string.Connection
Returns a region for the selected IP. If the region is not available, it will return an empty string.
Authentication
Connected account requiredTags
Returns residential proxy detection information for the selected IP.IPINFO_IO_GET_RESIDENTIAL_PROXY_BY_IPThe Residential Proxy Detection API provides detailed insights into IP addresses associated with residential, mobile, or datacenter proxy networks. This includes activity patterns (last seen date, percentage of days active), and proxy service identification. Services are suffixed with `_mobile` for carrier/mobile proxies or `_datacenter` for datacenter proxies.Connection
The Residential Proxy Detection API provides detailed insights into IP addresses associated with residential, mobile, or datacenter proxy networks. This includes activity patterns (last seen date, percentage of days active), and proxy service identification. Services are suffixed with `_mobile` for carrier/mobile proxies or `_datacenter` for datacenter proxies.
Authentication
Connected account requiredTags
Returns a timezone for the selected IP.IPINFO_IO_GET_TIMEZONE_BY_IPThe `/timezone` API endpoint returns the IANA timezone based on the user's input IP address.Connection
The `/timezone` API endpoint returns the IANA timezone based on the user's input IP address.
Authentication
Connected account requiredTags
Returns the WHOIS information by WHOIS ASN.IPINFO_IO_GET_WHOIS_NET_ASASNThe IPinfo WHOIS API lookup via ASN provides in-depth WHOIS information associated with a specific Autonomous System Number (ASN). Querying ASN reveals critical data, including the organization's name, the allocated IP range, and the country of operation. The response includes administrative and technical contact information, highlighting the contact person along with their address and phone number. Additionally, the API provides details for abuse reporting, including a dedicated email for abuse contacts. This comprehensive dataset is essential for network administrators, security professionals, and organizations needing to investigate ASN ownership and maintain network integrity.Connection
The IPinfo WHOIS API lookup via ASN provides in-depth WHOIS information associated with a specific Autonomous System Number (ASN). Querying ASN reveals critical data, including the organization's name, the allocated IP range, and the country of operation. The response includes administrative and technical contact information, highlighting the contact person along with their address and phone number. Additionally, the API provides details for abuse reporting, including a dedicated email for abuse contacts. This comprehensive dataset is essential for network administrators, security professionals, and organizations needing to investigate ASN ownership and maintain network integrity.
Authentication
Connected account requiredTags
Returns the WHOIS information by WHOIS domain of an internet organization.IPINFO_IO_GET_WHOIS_NET_DOMAINThe IPinfo WHOIS API lookup via organization organization domain name provides comprehensive WHOIS information for specified organization, enabling users to gain insights into the registration and organizational details of internet entities. The response includes a total count of records, and detailed records for each associated IP range. Querying the organization domain reveals critical information such as the organization's name, country, and contact details for technical and administrative personnel, including names, emails, and physical addresses. Additionally, the response features abuse contact information and registration dates, which are essential for addressing network issues and potential abuse.Connection
The IPinfo WHOIS API lookup via organization organization domain name provides comprehensive WHOIS information for specified organization, enabling users to gain insights into the registration and organizational details of internet entities. The response includes a total count of records, and detailed records for each associated IP range. Querying the organization domain reveals critical information such as the organization's name, country, and contact details for technical and administrative personnel, including names, emails, and physical addresses. Additionally, the response features abuse contact information and registration dates, which are essential for addressing network issues and potential abuse.
Authentication
Connected account requiredTags
Returns the WHOIS information by WHOIS IP address or IP address range.IPINFO_IO_GET_WHOIS_NET_WHOISIPThe WHOIS API lookup via IP address provides WHOIS information based on a specific IP address or IP address range. The response contains detailed information about the organization associated with the IP, including the range of addresses, organization name, administrative contacts, abuse contacts, and additional metadata such as the country and contact details for both technical and administrative support.Connection
The WHOIS API lookup via IP address provides WHOIS information based on a specific IP address or IP address range. The response contains detailed information about the organization associated with the IP, including the range of addresses, organization name, administrative contacts, abuse contacts, and additional metadata such as the country and contact details for both technical and administrative support.
Authentication
Connected account requiredTags
Returns the WHOIS information by Net ID lookup.IPINFO_IO_GET_WHOIS_NET_WHOISNETIDThis API endpoint allows users to retrieve WHOIS information based on a specified Net ID. The response includes details such as the IP address range, organization name, country, and various administrative information related to the network.Connection
This API endpoint allows users to retrieve WHOIS information based on a specified Net ID. The response includes details such as the IP address range, organization name, country, and various administrative information related to the network.
Authentication
Connected account requiredTags
Returns the WHOIS information by WHOIS organization (ORG) ID of an internet organization.IPINFO_IO_GET_WHOIS_ORG_WHOISORGIDThe IPinfo WHOIS API lookup via organization IDs (Org) provides comprehensive information about a specific internet organization identified by its WHOIS organization ID. Querying a WHOIS org key returns data about the internet organization. The response includes critical details such as the organization's address, along with the contact information for various roles within the organization. This includes administrative, technical, and abuse contacts. The API also offers timestamps for when the organization was created and last updated, which is essential for maintaining accurate records.Connection
The IPinfo WHOIS API lookup via organization IDs (Org) provides comprehensive information about a specific internet organization identified by its WHOIS organization ID. Querying a WHOIS org key returns data about the internet organization. The response includes critical details such as the organization's address, along with the contact information for various roles within the organization. This includes administrative, technical, and abuse contacts. The API also offers timestamps for when the organization was created and last updated, which is essential for maintaining accurate records.
Authentication
Connected account requiredTags
Returns the WHOIS information by WHOIS Point of Contact (POC) value of an internet organization.IPINFO_IO_GET_WHOIS_POC_WHOISPOCThe IPinfo WHOIS API lookup via Points of Contact (POC) provides essential details about an individual associated with an internet organization identified by their WHOIS POC ID. For instance, querying the POC ID yields information about the name of the point of contact and their organization location. The response includes the organization's physical address, email address, and contact numbers. Additional metadata indicates when the record was created and last updated, alongside the source of the information.Connection
The IPinfo WHOIS API lookup via Points of Contact (POC) provides essential details about an individual associated with an internet organization identified by their WHOIS POC ID. For instance, querying the POC ID yields information about the name of the point of contact and their organization location. The response includes the organization's physical address, email address, and contact numbers. Additional metadata indicates when the record was created and last updated, alongside the source of the information.
Authentication
Connected account requiredTags
Highlight IP addresses on a map.IPINFO_IO_MAPVisualize upto 500,000 IP addresses on an interactive map. [Explore the IPinfo Map IPs tool](https://ipinfo.io/tools/map).Connection
Visualize upto 500,000 IP addresses on an interactive map. [Explore the IPinfo Map IPs tool](https://ipinfo.io/tools/map).
Authentication
Connected account requiredTags
Summarize IP addresses.IPINFO_IO_SUMMARIZEGet summary-level information of upto 500,000 IP addresses, including IP location on a map, IP types, privacy detection flags, top ASNs, top cities, and more. [Explore the IPinfo Summarize tool](https://ipinfo.io/tools/summarize-ips).Connection
Get summary-level information of upto 500,000 IP addresses, including IP location on a map, IP types, privacy detection flags, top ASNs, top cities, and more. [Explore the IPinfo Summarize tool](https://ipinfo.io/tools/summarize-ips).
Authentication
Connected account requiredTags