abuseipdb-client - v1.0.21
Preparing search index...
APIReportsEndpointResponse
Interface APIReportsEndpointResponse
AbuseIPDB's Reports endpoint JSON structure.
See
Reports Endpoint API
interface
APIReportsEndpointResponse
{
data
:
{
count
:
number
;
lastPage
:
number
;
nextPageUrl
:
null
|
string
;
page
:
number
;
perPage
:
number
;
previousPageUrl
:
null
|
string
;
results
:
ReportsEntity
[]
;
total
:
number
;
}
;
}
Index
Properties
data
Properties
data
data
:
{
count
:
number
;
lastPage
:
number
;
nextPageUrl
:
null
|
string
;
page
:
number
;
perPage
:
number
;
previousPageUrl
:
null
|
string
;
results
:
ReportsEntity
[]
;
total
:
number
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
abuseipdb-client - v1.0.21
Loading...
AbuseIPDB's Reports endpoint JSON structure.
See
Reports Endpoint API