Welcome to the Lildive IP Geo API documentation. This API allows you to retrieve detailed information about an IP address, including geographic location, timezone, ISP details, and more.
To use the API, send a POST request to the following endpoint:
https://ipgeo.lildivetech.com/geo_location_api.php
Include the following parameters in the body of your POST request:
POST https://ipgeo.lildivetech.com/geo_location_api.php Content-Type: application/json { "Apikey": "your-api-key", "Ip": "8.8.8.8" }
A successful response will return a JSON object with the IP data:
{ "status": "success", "data": { "continent": "North America", "country": "United States", "region": "California", "city": "Mountain View", "lat": 37.4056, "lon": -122.0775, "timezone": "America/Los_Angeles", "isp": "Google LLC" } }
Free users can make up to 50 requests per day. Upgrade to the Pro plan for higher limits.
If you have any questions or need help, contact us at support@ipgeo.lildivetech.com.