Categories
Utility APIs
  • No APIs yet
WhatsApp APIs
  • No APIs yet
SMS APIs
  • No APIs yet
Email APIs
  • No APIs yet
Business APIs
  • No APIs yet
Payment APIs
  • No APIs yet
BANKING SERVICES
Recharge APIs
  • No APIs yet
Electricity Service
  • No APIs yet
Geo APIs

IP Geo Lookup API

Endpoint Version: 2.0.0 | Cost: ₹0.00 per call

Endpoint Route
GET https://api.rsprint.site/api/v1/gateway/geo-lookup
Description

Lookup location coordinates and regional data for a specific IP address.

Request Headers
Header Name Value / Type Description
X-API-Key string your_api_key
Request Parameters (JSON Body)
Parameter Name Required Type Constraint
ip string IPV4 or IPV6 address
Response Headers
Header Sample Value
Content-Type application/json; charset=utf-8
X-Execution-Time-Ms 45.82 ms
Code Integration
cURL Request Shell

            
Sample Success Response
{
    "status": "success",
    "data": {
        "ip": "8.8.8.8",
        "country": "United States",
        "region": "California",
        "city": "Mountain View",
        "zip": "94043",
        "isp": "Google LLC"
    }
}
Sample Error Response
{
    "status": "error",
    "message": "IP address target is blank"
}