abuseipdb-client - v1.0.21
Preparing search index...
APIBlacklistEndpointResponse
Interface APIBlacklistEndpointResponse
AbuseIPDB's Blacklist endpoint JSON structure.
See
Blacklist JSON Endpoint API
interface
APIBlacklistEndpointResponse
{
data
:
[
{
abuseConfidenceScore
:
number
;
countryCode
:
string
;
ipAddress
:
string
;
lastReportedAt
:
string
;
}
,
]
;
meta
:
{
generatedAt
:
string
}
;
}
Index
Properties
data
meta
Properties
data
data
:
[
{
abuseConfidenceScore
:
number
;
countryCode
:
string
;
ipAddress
:
string
;
lastReportedAt
:
string
;
}
,
]
meta
meta
:
{
generatedAt
:
string
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
meta
abuseipdb-client - v1.0.21
Loading...
AbuseIPDB's Blacklist endpoint JSON structure.
See
Blacklist JSON Endpoint API