IP Address
You can use the IP module by defining the ipAddress that you want to check to your JSON request.
Endpoints
Method | URL |
POST |
|
Headers
Header | Value |
|
|
|
|
Request
Field | Type | Description |
ipAddress
|
| IP address you want to check |
Response
Field | Type | Description |
as |
| Autonomous system number and organization, separated by space (RIR). |
asname |
| Autonomous system name (RIR). |
city |
| City name. |
continent |
| Continent name. |
continentCode |
| Two-character continent code. |
country |
| Country name. |
countryCode |
| Two-letter country code ISO 3166-1 alpha-2. |
currency |
| National currency. |
district |
| District name. |
isp |
| ISP name. |
lat |
| Latitude. |
lon |
| Longitude. |
org |
| Organization name. |
regionName |
| Region name. |
timezone |
| Time zone. |
zip |
| Zip code. |
Last updated