abuseipdb-client - v1.0.21
    Preparing search index...

    Interface APIReportEndpointResponse

    AbuseIPDB's Report endpoint JSON structure.

    interface APIReportEndpointResponse {
        data: { abuseConfidenceScore: number; ipAddress: string };
    }
    Index

    Properties

    Properties

    data: { abuseConfidenceScore: number; ipAddress: string }