abuseipdb-client - v1.0.21
Preparing search index...
APICheckEndpointResponse
Interface APICheckEndpointResponse
AbuseIPDB's Check endpoint JSON structure.
See
Check Endpoint API
interface
APICheckEndpointResponse
{
data
:
{
abuseConfidenceScore
:
number
;
countryCode
:
null
|
string
;
countryName
?:
null
|
string
;
domain
:
null
|
string
;
hostnames
:
string
[]
;
ipAddress
:
string
;
ipVersion
?:
number
;
isp
:
null
|
string
;
isPublic
:
boolean
;
isTor
:
boolean
;
isWhitelisted
:
boolean
;
lastReportedAt
:
string
;
numDistinctUsers
:
number
;
reports
:
ReportsEntity
[]
;
totalReports
:
number
;
usageType
:
UsageType
;
}
;
}
Index
Properties
data
Properties
data
data
:
{
abuseConfidenceScore
:
number
;
countryCode
:
null
|
string
;
countryName
?:
null
|
string
;
domain
:
null
|
string
;
hostnames
:
string
[]
;
ipAddress
:
string
;
ipVersion
?:
number
;
isp
:
null
|
string
;
isPublic
:
boolean
;
isTor
:
boolean
;
isWhitelisted
:
boolean
;
lastReportedAt
:
string
;
numDistinctUsers
:
number
;
reports
:
ReportsEntity
[]
;
totalReports
:
number
;
usageType
:
UsageType
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
abuseipdb-client - v1.0.21
Loading...
AbuseIPDB's Check endpoint JSON structure.
See
Check Endpoint API