Skip to content

torocruzand/ipapi-lc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Contributors