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