Interface APICheckEndpointResponse
Properties
data
data: { abuseConfidenceScore: number; countryCode: null | string; countryName?: null | string; domain: null | string; hostnames: string[]; ipAddress: string; ipVersion?: number; isPublic: boolean; isTor: boolean; isWhitelisted: boolean; isp: string; lastReportedAt: string; numDistinctUsers: number; reports: ReportsEntity[]; totalReports: number; usageType: UsageType; }
Type declaration
-
abuseConfidenceScore: number
-
countryCode: null | string
-
Optional
countryName?: null | string
-
domain: null | string
-
hostnames: string[]
-
ipAddress: string
-
Optional
ipVersion?: number
-
isPublic: boolean
-
isTor: boolean
-
isWhitelisted: boolean
-
isp: string
-
lastReportedAt: string
-
numDistinctUsers: number
-
-
totalReports: number
-
AbuseIPDB's Check endpoint JSON structure.
See
Check Endpoint API