API Docs

Lookup by IP

GET https://api.iplytics.io/v1/lookup

IP Intelligence Lookup

Query Parameters

NameTypeDescription

key*

string

Auth token

ip*

string

ip address

{
"ip":"160.34.63.0",
"postal":"59200",
"countryCode":"AU",
"latitude":-33.8591,
"longitude":151.2002,
"ispName":"oracle corporation",
"ASNNumber":63295,
"ASNName":"Oracle Corporation",
"organization":{
    "name":"oracle corporation",
    "domain":"oracle.com",
    "type":"org"
    },
"threat":{
    "is_tor":false,
    "is_proxy":false,
    "is_vpn":false,
    "is_anonymous":false,
    "is_known_attacker":false,
    "is_known_abuser":false,
    "is_threat":false,
    "is_bogon":false
    }
}

Lookup by Name - COMING SOON!

GET https://api.iplytics.io/v1/lookup

Query Parameters

NameTypeDescription

name

string

country

string

postal

string

domain

string

Headers

NameTypeDescription

Authentication

string

{
    "ip": "160.34.63.0",
    "postal": "59200",
    "countryCode": "AU",
    "organization": {
        "name": "Oracle Corp",
        "domain": "oracle.com",
        "type": "org"
    },
    "ispName": "Oracle Corp",
    "vpn": False,
    "proxy": False,
    "mobile": False
}

Last updated