API Docs

Lookup by IP

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

IP Intelligence Lookup

Query Parameters

Name
Type
Description

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

Name
Type
Description

name

string

country

string

postal

string

domain

string

Headers

Name
Type
Description

Authentication

string

Last updated

Was this helpful?