Interface APIBlacklistEndpointResponse

AbuseIPDB's Blacklist endpoint JSON structure.

Hierarchy

  • APIBlacklistEndpointResponse

Properties

Properties

data: [{
    abuseConfidenceScore: number;
    countryCode: string;
    ipAddress: string;
    lastReportedAt: string;
}]

Type declaration

  • abuseConfidenceScore: number
  • countryCode: string
  • ipAddress: string
  • lastReportedAt: string
meta: {
    generatedAt: string;
}

Type declaration

  • generatedAt: string

Generated using TypeDoc