Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.12 KB

File metadata and controls

24 lines (18 loc) · 1.12 KB

LiveCode IPQuery Library - Get IP geolocation information with ease!

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.

Features

  • 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).

Usage

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.