@maschinenlesbar.org/regionalstatistik-cli
    Preparing search index...

    Interface DataFileParams

    Parameters for the data/*file download endpoints (returns a ZIP wrapper).

    interface DataFileParams {
        area?: string;
        classifyingkey1?: string;
        classifyingkey2?: string;
        classifyingkey3?: string;
        classifyingkey4?: string;
        classifyingkey5?: string;
        classifyingvariable1?: string;
        classifyingvariable2?: string;
        classifyingvariable3?: string;
        classifyingvariable4?: string;
        classifyingvariable5?: string;
        compress?: boolean;
        contents?: string;
        endyear?: string;
        format?: DataFileFormat;
        language?: string;
        regionalkey?: string;
        regionalvariable?: string;
        stand?: string;
        startyear?: string;
        structureinformation?: boolean;
        timeslices?: number;
        transpose?: boolean;
    }

    Hierarchy (View Summary)

    Index
    area?: string
    classifyingkey1?: string
    classifyingkey2?: string
    classifyingkey3?: string
    classifyingkey4?: string
    classifyingkey5?: string
    classifyingvariable1?: string
    classifyingvariable2?: string
    classifyingvariable3?: string
    classifyingvariable4?: string
    classifyingvariable5?: string
    compress?: boolean
    contents?: string
    endyear?: string

    Output format; defaults server-side to datencsv.

    language?: string
    regionalkey?: string

    Regional key selection (AGS/ARS), * wildcard allowed (e.g. "08*").

    regionalvariable?: string

    Regional level variable, e.g. KREISE (Kreise) or GEMEIN (Gemeinden).

    stand?: string
    startyear?: string
    structureinformation?: boolean

    Include the recursive dimension tree under Object.Structure.

    timeslices?: number
    transpose?: boolean