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

$synapses/v1/account/screening

Headers

Header

Value

Content-Type

application/json

Authorization

Request

Field

Type

Description

ipAddress

required

String

(IPv4 format)

IP address you want to check

Response

Field

Type

Description

as

String

Autonomous system number and organization, separated by space (RIR).

asname

String

Autonomous system name (RIR).

city

String

City name.

continent

String

Continent name.

continentCode

String

Two-character continent code.

country

String

Country name.

countryCode

String

Two-letter country code ISO 3166-1 alpha-2.

currency

String

National currency.

district

String

District name.

isp

String

ISP name.

lat

Float

Latitude.

lon

Float

Longitude.

org

String

Organization name.

regionName

String

Region name.

timezone

String

Time zone.

zip

String

Zip code.

Last updated