Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
pyinaturalist 0.21.0 documentation
Logo
  • User Guide
    • General Usage
    • Authentication
    • Advanced Usage
    • API Client Class
  • Examples
    • Tutorial 1: Observations
    • Tutorial 2: Taxa
    • Tutorial 3: Data Visualizations
    • Regional activity time series visualizations
    • Regional observation stats
    • Seaborn examples
    • Matplotlib example
  • Endpoint Summary
  • API Reference
    • V0
      • Observation Fields
      • Observations
    • V1
      • Controlled Terms
      • Identifications
      • Messages
      • Observation Fields
      • Observations
      • Places
      • Posts
      • Projects
      • Search
      • Taxa
      • Users
    • V2
      • Observations
    • Client
    • Controllers
      • AnnotationController
      • BaseController
      • IdentificationController
      • ObservationController
      • PlaceController
      • ProjectController
      • SearchController
      • TaxonController
      • UserController
    • Models
      • Annotation
      • Application
      • BaseModel
      • BaseModelCollection
      • Checklist
      • Comment
      • ConservationStatus
      • ControlledTerm
      • ControlledTermCount
      • ControlledTermCounts
      • ControlledTermValue
      • EstablishmentMeans
      • Fave
      • Flag
      • Histogram
      • HistogramBin
      • ID
      • IconPhoto
      • Identification
      • LazyProperty
      • LifeList
      • ListedTaxon
      • Message
      • OFD
      • OFV
      • Observation
      • ObservationField
      • ObservationFieldValue
      • Observations
      • Photo
      • Place
      • Project
      • ProjectObservation
      • ProjectObservationField
      • ProjectUser
      • QualityMetric
      • SearchResult
      • Sound
      • Taxon
      • TaxonCount
      • TaxonCounts
      • TaxonSummary
      • User
      • UserCount
      • UserCounts
      • Vote
    • Auth
    • Converters
    • Exceptions
    • Formatters
    • Paginator
    • Request Params
    • Session
  • Contributing
    • Code of Conduct
  • Contributors
  • History
Back to top
View this page

V2¶

Functions¶

pyinaturalist.v2.observations¶

create_observation

Create a new observation.

delete_observation

Delete an observation

get_observations

Search observations

update_observation

Update a single observation

upload

Upload one or more local photo and/or sound files, and add them to an existing observation.

Submodules¶

  • Observations
Next
Observations
Previous
Users
Copyright ©
Made with Furo
On this page
  • V2
    • Functions
      • pyinaturalist.v2.observations
    • Submodules