@iocium/urlscan - v0.0.0
    Preparing search index...

    Interface ScanResultResponse

    Represents the response returned after a scan is initiated.

    interface ScanResultResponse {
        api: string;
        country: string;
        message: string;
        options: ScanResultOptions;
        result: string;
        url: string;
        uuid: string;
        visibility: string;
    }
    Index

    Properties

    api: string

    The API readable report

    country: string

    The 2-letter ISO-3166-1 alpha-2 country code used for the scan.

    message: string

    A message indicating the status of the scan request.

    Options that were used for the scan.

    result: string

    The human readable report, viewable on urlscan.io

    url: string

    The scanned URL.

    uuid: string

    The unique identifier for the scan.

    visibility: string

    The visibility status of the scan.