← Tools Reference

IPinfo

IPinfo integration (Location, Data). Imported from open-connector.

API key27 toolshttps://api.ipinfo.io/lookup
GET
ipinfo_io_get_ip_info
Retrieve Lite IP information for a specific IP address or for the caller's current IP when no IP is provided.

/{asnId}/json

2 parameters
ParamTypeRequiredDescription
ipstringoptionalThe IPv4 or IPv6 address to look up. Omit this field to use the caller's curren…
asnIdstringrequiredPath parameter: asnId
GET
ipinfo_io_get_current_ip
Retrieve the caller's current public IP address as plain text.

/me/ip

GET
ipinfo_io_get_current_ip_info
Retrieve the full legacy IPinfo profile for the caller's current IP address, including location, ASN, company, privacy, carrier, abuse, and hosted domain data …

/{asnId}/json

1 parameter
ParamTypeRequiredDescription
asnIdstringrequiredPath parameter: asnId
GET
ipinfo_io_get_current_loc
Retrieve the caller's current coordinates in latitude,longitude format.

/me/loc

GET
ipinfo_io_get_current_region
Retrieve the caller's current region or state name.

/me/region

GET
ipinfo_io_get_ip_by_ip
Retrieve the requested IP address as plain text through the field filtering endpoint.

/{ip}/ip

1 parameter
ParamTypeRequiredDescription
ipstringrequiredThe IPv4 or IPv6 address to look up.
GET
ipinfo_io_get_ip_info_by_ip
Retrieve the full legacy IPinfo profile for a specific IP address, including location, ASN, company, privacy, carrier, abuse, and hosted domain data when avail…

/{asnId}/json

2 parameters
ParamTypeRequiredDescription
ipstringoptionalThe IPv4 or IPv6 address to look up.
asnIdstringrequiredPath parameter: asnId
GET
ipinfo_io_get_location_by_ip
Retrieve coordinates for a specific IP address in latitude,longitude format.

/{ip}/loc

1 parameter
ParamTypeRequiredDescription
ipstringrequiredThe IPv4 or IPv6 address to look up.
GET
ipinfo_io_get_geo_by_ip
Retrieve Lookup API geolocation data for a specific IP address, including city, region, country, coordinates, timezone, and postal metadata.

/{ip}/geo

1 parameter
ParamTypeRequiredDescription
ipstringrequiredThe IPv4 or IPv6 address to look up.
GET
ipinfo_io_get_city_by_ip
Retrieve the city name for a specific IP address.

/{ip}/city

1 parameter
ParamTypeRequiredDescription
ipstringrequiredThe IPv4 or IPv6 address to look up.
GET
ipinfo_io_get_region_by_ip
Retrieve the region or state name for a specific IP address.

/{ip}/region

1 parameter
ParamTypeRequiredDescription
ipstringrequiredThe IPv4 or IPv6 address to look up.
GET
ipinfo_io_get_country_by_ip
Retrieve the ISO 3166-1 alpha-2 country code for a specific IP address.

/{ip}/country

1 parameter
ParamTypeRequiredDescription
ipstringrequiredThe IPv4 or IPv6 address to look up.
GET
ipinfo_io_get_postal_by_ip
Retrieve the postal or ZIP code for a specific IP address.

/{ip}/postal

1 parameter
ParamTypeRequiredDescription
ipstringrequiredThe IPv4 or IPv6 address to look up.
GET
ipinfo_io_get_timezone_by_ip
Retrieve the IANA timezone name for a specific IP address.

/{ip}/timezone

1 parameter
ParamTypeRequiredDescription
ipstringrequiredThe IPv4 or IPv6 address to look up.
GET
ipinfo_io_get_hostname_by_ip
Retrieve the reverse DNS hostname for a specific IP address.

/{ip}/hostname

1 parameter
ParamTypeRequiredDescription
ipstringrequiredThe IPv4 or IPv6 address to look up.
GET
ipinfo_io_get_org_by_ip
Retrieve the organization summary for a specific IP address.

/{ip}/org

1 parameter
ParamTypeRequiredDescription
ipstringrequiredThe IPv4 or IPv6 address to look up.
GET
ipinfo_io_get_company_info
Retrieve company enrichment data for a specific IP address when the token includes that dataset.

/{asnId}/json

2 parameters
ParamTypeRequiredDescription
ipstringoptionalThe IPv4 or IPv6 address to look up.
asnIdstringrequiredPath parameter: asnId
GET
ipinfo_io_get_carrier_info
Retrieve carrier enrichment data for a specific IP address when the token includes that dataset.

/{asnId}/json

2 parameters
ParamTypeRequiredDescription
ipstringoptionalThe IPv4 or IPv6 address to look up.
asnIdstringrequiredPath parameter: asnId
GET
ipinfo_io_get_privacy_details
Retrieve privacy detection flags for a specific IP address when the token includes privacy enrichment.

/{asnId}/json

2 parameters
ParamTypeRequiredDescription
ipstringoptionalThe IPv4 or IPv6 address to look up.
asnIdstringrequiredPath parameter: asnId
GET
ipinfo_io_get_abuse_contact
Retrieve abuse contact data for a specific IP address when the token includes that dataset.

/{asnId}/json

2 parameters
ParamTypeRequiredDescription
ipstringoptionalThe IPv4 or IPv6 address to look up.
asnIdstringrequiredPath parameter: asnId
GET
ipinfo_io_get_lite_field_by_ip
Retrieve a single field from the Lite API for a specific IP address.

/{ip}/{field}

2 parameters
ParamTypeRequiredDescription
ipstringrequiredThe IPv4 or IPv6 address to look up.
fieldstringrequiredThe Lite API field path to retrieve for the requested IP address.
GET
ipinfo_io_get_core_field_by_me
Retrieve a single Lookup API core field for the caller's current IP address.

/me/hostname

1 parameter
ParamTypeRequiredDescription
fieldstringoptionalThe Lookup API field path to retrieve for the caller's current IP.
GET
ipinfo_io_get_plus_field_by_me
Retrieve a single Lookup API plus field for the caller's current IP address.

/me/{field}

1 parameter
ParamTypeRequiredDescription
fieldstringrequiredThe Lookup API field path to retrieve for the caller's current IP.
POST
ipinfo_io_batch_lookup
Look up multiple IPinfo legacy or Lite-compatible paths in a single batch request through the legacy batch endpoint.

/batch

2 parameters
ParamTypeRequiredDescription
ipsarrayrequiredThe IP addresses or field paths to send to the batch lookup endpoint.
filterbooleanoptionalWhether null results should be omitted from the returned map.
POST
ipinfo_io_batch_lite_lookup
Look up multiple Lite API IPs or field paths in a single batch request.

/batch/lite

1 parameter
ParamTypeRequiredDescription
queriesarrayoptionalThe Lite API queries to send to the batch lookup endpoint.
POST
ipinfo_io_map_ips
Upload up to 500,000 IP addresses to the IPinfo map tool and return the generated report URL.

/tools/map

2 parameters
ParamTypeRequiredDescription
ipAddressesarrayrequiredThe IP addresses to upload to the IPinfo map tool.
cliintegeroptionalThe optional CLI mode flag accepted by the IPinfo map tool.
GET
ipinfo_io_get_token_info
Retrieve account and usage metadata for the current IPinfo token.

/me