Skip to main content
GET
/
waap
/
v1
/
ip-info
/
ip-info
Retrieve comprehensive IP address data
curl --request GET \
  --url https://api.gcore.com/waap/v1/ip-info/ip-info \
  --header 'Authorization: <api-key>'
{
  "whois": {
    "org_id": "<string>",
    "org_name": "<string>",
    "net_name": "<string>",
    "net_type": "<string>",
    "net_range": "<string>",
    "net_description": "<string>",
    "cidr": 123,
    "owner_type": "<string>",
    "country": "<string>",
    "state": "<string>",
    "abuse_mail": "<string>",
    "rir": "<string>"
  },
  "tags": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Query Parameters

ip
required

The IP address to check

Response

Successful Response

whois
WhoisInfo · object
required

The WHOIS information for the IP address

risk_score
enum<string>
required

The risk score of the IP address

Available options:
NO_RISK,
LOW,
MEDIUM,
HIGH,
EXTREME,
NOT_ENOUGH_DATA
tags
string[]
required

The tags associated with the IP address that affect the risk score