A LiveCode Script library for querying IP addresses using the ipquery.io API. This library allows you to get detailed information about IP addresses including ISP details, geolocation, and risk assessment.
- Retrieve detailed information about IP addresses, including:
- ISP data
- Geolocation details
- Risk analysis
- Query your own IP address or specific IP addresses.
- Perform bulk queries for multiple IP addresses in a single request.
- Choose the desired response format (
JSON,text,YAML,XML).
This library provides three functions:
-
queryOwnIP(pFormat): Retrieves information about your own IP address. You can optionally specify the desired format for the response (default:
"json"). -
queryIP(pIPAddress, pFormat): Retrieves information about a specific IP address. Specify the IP address and optionally the desired format.
-
queryBulk(pIPAddresses, pFormat): Performs a bulk query for multiple IP addresses provided as a comma-separated list. Optionally specify the desired format.