ip-map
    Preparing search index...

    Interface AsRecord

    Information about the Autonomous System for the IP range.

    interface AsRecord {
        country: string | null;
        description: string | null;
        number: number;
        offset: number;
    }

    Hierarchy (View Summary)

    Index
    country: string | null

    2-digit country code, where present

    description: string | null

    AS description string, where present

    number: number

    AS number. If 0, IP range is not assigned.

    offset: number