GET
/
info
/
{ipv4}
curl --request GET \
  --url https://app.onefirewall.com/api/v1/info/{ipv4} \
  --header 'Authorization: <api-key>'
{
  "status": "success",
  "continent": "North America",
  "continentCode": "NA",
  "country": "United States",
  "countryCode": "US",
  "region": "VA",
  "regionName": "Virginia",
  "city": "Ashburn",
  "district": "",
  "zip": "20149",
  "lat": 39.03,
  "lon": -77.5,
  "timezone": "America/New_York",
  "offset": -14400,
  "currency": "USD",
  "isp": "Google LLC",
  "org": "Google Public DNS",
  "as": "AS15169 Google LLC",
  "asname": "GOOGLE",
  "reverse": "dns.google",
  "mobile": false,
  "proxy": false,
  "hosting": true,
  "query": "8.8.8.8"
}

Authorizations

Authorization
string
header
required

Authorization Token

Path Parameters

ipv4
string
required

Single IPv4

Response

200 - application/json

The response is of type string.