This API endpoint will allow users to submit an IP address and retrieve the associated geolocation data, including latitude and longitude coordinates.
Request Structure:
- Input: IP Address (string)
Response Structure:
- Output
- Coordinates
- Accuracy
- IP Details:
- IP Information
- Network
- Place
This section describes how to use Location By IP Address end point using the Geolocation API service. You may want to try it out with a FreeTrial Account.
This method will consume credits.
HTTP Request
-
URL Composition
- Base URL: https://api.cloud.precisely.com
- Location By IP Address: /v1/geolocation/ip-address?ipAddress=54.86.242.73
-
Supported Method: GET only
-
Input Fields Each request to the API service requires parameters listed below.Note: ipAddress is mandatory.
-
Input Fields Each request to the API service requires parameters listed below.
- Rate Limit (Transactions per second): 100
Request Parameters
The below table lists the request parameters for Geolocation Service:
| Parameter | Description |
|---|---|
| ipAddress | Internet Protocol (IP) standard IPv4 or Ipv6 address (required).
|