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

    Interface APIBlacklistEndpointResponse

    AbuseIPDB's Blacklist endpoint JSON structure.

    interface APIBlacklistEndpointResponse {
        data: [
            {
                abuseConfidenceScore: number;
                countryCode: string;
                ipAddress: string;
                lastReportedAt: string;
            },
        ];
        meta: { generatedAt: string };
    }
    Index

    Properties

    Properties

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