Lildive IP Geo - API Documentation

Getting Started

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.

Endpoint

To use the API, send a POST request to the following endpoint:

https://ipgeo.lildivetech.com/geo_location_api.php

Request Parameters

Include the following parameters in the body of your POST request:

Example Request

POST https://ipgeo.lildivetech.com/geo_location_api.php
Content-Type: application/json

{
    "Apikey": "your-api-key",
    "Ip": "8.8.8.8"
}
        

Example Response

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"
    }
}
        

Error Responses

Rate Limits

Free users can make up to 50 requests per day. Upgrade to the Pro plan for higher limits.

Support

If you have any questions or need help, contact us at support@ipgeo.lildivetech.com.