Interface APICheckBlockEndpointResponse
Hierarchy
- APICheckBlockEndpointResponse
Properties
data
data: { addressSpaceDesc: string; maxAddress: string; minAddress: string; netmask: string; networkAddress: string; numPossibleHosts: number; reportedAddress: NonEmptyArr<ReportedAddressEntity>; }
Type declaration
-
addressSpaceDesc: string
-
maxAddress: string
-
minAddress: string
-
netmask: string
-
networkAddress: string
-
numPossibleHosts: number
-
AbuseIPDB's Check-Block endpoint JSON structure.
See
Check-Block Endpoint API