inaturalistjs
    Preparing search index...

    Type Alias GetTaxaByIdData

    type GetTaxaByIdData = {
        body?: never;
        path: { id: number[] };
        query?: { rankLevel?: number };
        url: "/taxa/{id}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { id: number[] }

    Type declaration

    • id: number[]

      Must have this ID

    query?: { rankLevel?: number }

    Type declaration

    • OptionalrankLevel?: number

      Taxon must have this rank level. Some example values are 70 (kingdom), 60 (phylum), 50 (class), 40 (order), 30 (family), 20 (genus), 10 (species), 5 (subspecies)

    url: "/taxa/{id}"