inaturalistjs
    Preparing search index...

    Type Alias Observation

    type Observation = {
        cachedVotesTotal?: number;
        captive?: boolean;
        comments?: Comment[];
        commentsCount?: number;
        createdAt?: string;
        createdAtDetails?: DateDetails;
        createdTimeZone?: string;
        description?: string;
        favesCount?: number;
        geojson?: PointGeoJson;
        geoprivacy?: string;
        id?: number;
        identificationsCount?: number;
        identificationsMostAgree?: boolean;
        identificationsMostDisagree?: boolean;
        identificationsSomeAgree?: boolean;
        idPlease?: boolean;
        licenseCode?: string;
        location?: string;
        mappable?: boolean;
        nonOwnerIds?: NonOwnerIdentification[];
        numIdentificationAgreements?: number;
        numIdentificationDisagreements?: number;
        obscured?: boolean;
        observedOn?: string;
        observedOnDetails?: DateDetails;
        observedOnString?: string;
        observedTimeZone?: string;
        ofvs?: FieldValue[];
        outOfRange?: boolean;
        photos?: Photo[];
        placeGuess?: string;
        placeIds?: number[];
        projectIds?: number[];
        projectIdsWithCuratorId?: number[];
        projectIdsWithoutCuratorId?: number[];
        qualityGrade?: string;
        reviewedBy?: number[];
        siteId?: number;
        sounds?: Sound[];
        speciesGuess?: string;
        tags?: string[];
        taxon?: ObservationTaxon;
        taxonGeoprivacy?: string;
        timeObservedAt?: string;
        timeZoneOffset?: string;
        updatedAt?: string;
        uri?: string;
        user?: User;
        verifiable?: boolean;
    }
    Index

    Properties

    cachedVotesTotal?: number
    captive?: boolean
    comments?: Comment[]
    commentsCount?: number
    createdAt?: string
    createdAtDetails?: DateDetails
    createdTimeZone?: string
    description?: string
    favesCount?: number
    geojson?: PointGeoJson
    geoprivacy?: string
    id?: number
    identificationsCount?: number
    identificationsMostAgree?: boolean
    identificationsMostDisagree?: boolean
    identificationsSomeAgree?: boolean
    idPlease?: boolean
    licenseCode?: string
    location?: string

    in the format "lat,lng"

    mappable?: boolean
    nonOwnerIds?: NonOwnerIdentification[]
    numIdentificationAgreements?: number
    numIdentificationDisagreements?: number
    obscured?: boolean
    observedOn?: string
    observedOnDetails?: DateDetails
    observedOnString?: string
    observedTimeZone?: string
    ofvs?: FieldValue[]
    outOfRange?: boolean
    photos?: Photo[]
    placeGuess?: string
    placeIds?: number[]
    projectIds?: number[]
    projectIdsWithCuratorId?: number[]
    projectIdsWithoutCuratorId?: number[]
    qualityGrade?: string
    reviewedBy?: number[]
    siteId?: number
    sounds?: Sound[]
    speciesGuess?: string
    tags?: string[]
    taxonGeoprivacy?: string
    timeObservedAt?: string
    timeZoneOffset?: string
    updatedAt?: string
    uri?: string
    user?: User
    verifiable?: boolean