observation-js Documentation - v1.16.0
    Preparing search index...

    Interface Region

    interface Region {
        id: number;
        type: number;
        name: string;
        continent?: number;
        iso?: string;
    }
    Index

    Properties

    id: number
    type: number

    Region type code, defined in the lookups part of the response.

    name: string

    Translated name, in the current language.

    continent?: number

    Continent code. Not present if not applicable.

    iso?: string

    ISO country code. Not present if not applicable.