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

    Interface CheckOptions

    Check endpoint optional parameters.

    interface CheckOptions {
        maxAgeInDays?: number;
        verbose?: boolean;
    }

    Hierarchy

    • TypeOf<typeof checkOptionsSchema>
      • CheckOptions
    Index

    Properties

    maxAgeInDays?: number = ...

    Show latest reports based on n days. Accepted values between 1 and 365, defaults to 30 by the API.

    verbose?: boolean = ...

    Includes in the client response all the reports (Limited to 10,000) and country name entries, based on the maxAgeInDays parameter. Defaults to false by the API.