---
title: "Fetch observation identifiers"
method: GET
path: "/observations/identifiers"
tags: ["Observations"]
---

# Fetch observation identifiers

`GET /observations/identifiers`

## Query parameters

- `acc` 'true' | 'false'
- `captive` 'true' | 'false'
- `endemic` 'true' | 'false'
- `geo` 'true' | 'false'
- `id_please` 'true' | 'false'
- `identified` 'true' | 'false'
- `introduced` 'true' | 'false'
- `mappable` 'true' | 'false'
- `native` 'true' | 'false'
- `out_of_range` 'true' | 'false'
- `pcid` 'true' | 'false'
- `photos` 'true' | 'false'
- `popular` 'true' | 'false'
- `sounds` 'true' | 'false'
- `taxon_is_active` 'true' | 'false'
- `threatened` 'true' | 'false'
- `verifiable` 'true' | 'false'
- `id` union[]
  - union
    - string, uuid
    - integer
    - string
- `not_id` string[]
- `license` string[]
- `photo_license` string[]
- `licensed` 'true' | 'false'
- `photo_licensed` 'true' | 'false'
- `place_id` union[]
  - union
    - string, uuid
    - integer
    - string
- `project_id` union[]
  - union
    - integer
    - string
- `coords_viewable_for_proj` 'true' | 'false'
- `rank` string[]
- `site_id` integer[]
- `sound_license` string[]
- `taxon_id` integer[]
- `without_taxon_id` integer[]
- `taxon_name` string
- `user_id` string[]
- `user_login` string[]
- `hour` integer[]
- `day` integer[]
- `month` integer[]
- `year` integer[]
- `created_day` integer[]
- `created_month` integer[]
- `created_year` integer[]
- `term_id` integer[]
- `term_value_id` integer[]
- `without_term_value_id` integer[]
- `term_id_or_unknown` integer[]
- `annotation_user_id` string[]
- `acc_above` integer
- `acc_below` integer
- `acc_below_or_unknown` integer
- `d1` string
- `d2` string
- `created_d1` string
- `created_d2` string
- `created_on` string
- `observed_on` string
- `unobserved_by_user_id` string
- `apply_project_rules_for` string
- `observation_accuracy_experiment_id` integer[]
- `cs` string
- `csa` string
- `csi` string[]
- `geoprivacy` string[]
- `taxon_geoprivacy` string[]
- `obscuration` string[]
- `hrank` string[]
- `lrank` string[]
- `iconic_taxa` string[]
- `id_above` integer
- `id_below` integer
- `identifications` 'most_agree' | 'most_disagree' | 'some_agree'
- `disagreements` 'true' | 'false'
- `lat` number, float
- `lng` number, float
- `radius` number, float
- `nelat` number, float
- `nelng` number, float
- `swlat` number, float
- `swlng` number, float
- `list_id` integer
- `not_in_project` string[]
- `not_matching_project_rules_for` string
- `q` string
- `search_on` 'names' | 'tags' | 'description' | 'place' | 'taxon_page_obs_photos'
- `quality_grade` string[]
- `not_casual_excluding_captive` 'true' | 'false'
- `without_field` string
- `outlink_source` string
- `updated_since` string
- `viewer_id` integer
- `reviewed` 'true' | 'false'
- `expected_nearby` 'true' | 'false'
- `fails_dqa_accurate` 'true' | 'false'
- `fails_dqa_date` 'true' | 'false'
- `fails_dqa_evidence` 'true' | 'false'
- `fails_dqa_location` 'true' | 'false'
- `fails_dqa_needs_id` 'true' | 'false'
- `fails_dqa_recent` 'true' | 'false'
- `fails_dqa_subject` 'true' | 'false'
- `fails_dqa_wild` 'true' | 'false'
- `user_after` string
- `user_before` string
- `locale` string
- `preferred_place_id` integer
- `ttl` integer
- `page` integer
- `per_page` integer
- `order` 'desc' | 'asc'
- `order_by` 'created_at' | 'geo_score' | 'id' | 'observed_on' | 'random' | 'species_guess' | 'updated_at' | 'votes'
- `only_id` 'true' | 'false'
- `fields` unknown

## Headers

- `X-HTTP-Method-Override` string

## Response `200`

An array of users with counts.

- ResultsObservationsIdentifiers
  - `total_results` integer, required
  - `page` integer, required
  - `per_page` integer, required
  - `results` object[], required
    - `count` integer, required
    - `user` User, nullable, required
      - `id` integer, required — Unique auto-increment integer identifier.
      - `uuid` string, uuid
      - `created_at` string, date-time
      - `description` string, nullable
      - `faved_project_ids` number[] — Ordered list of IDs of projects the user has faved
      - `icon` string, nullable
      - `icon_url` string, nullable
      - `identifications_count` integer
      - `journal_posts_count` integer
      - `annotated_observations_count` integer
      - `last_active` string, date-time
      - `login` string
      - `monthly_supporter` boolean, nullable
      - `name` string, nullable
      - `observations_count` integer
      - `orcid` string, nullable
      - `preferences` object
        - `prefers_community_taxa` boolean — Whether the user allows the Community Taxon to be the taxon their observation is associated with
        - `prefers_observation_fields_by` 'anyone' | 'curators' | 'observer'
        - `prefers_project_addition_by` 'any' | 'joined' | 'none'
      - `roles` string[]
      - `site` Site, nullable
        - `id` integer, required — Unique auto-increment integer identifier.
        - `icon_url` string — URL of an icon image for the site
        - `locale` string, nullable — Default language code for users of this site
        - `name` string — Full name of the site
        - `place_id` integer, nullable — Integer ID of the default search place for this site
        - `site_name_short` string, nullable — Short name for this site
        - `url` string
      - `site_id` integer, nullable
      - `spam` boolean
      - `species_count` integer
      - `suspended` boolean
      - `updated_at` string, date-time

---

[API](https://skmtc.net/inaturalist/apis/inaturalist-version-2-api.md) · [All operations](https://skmtc.net/inaturalist/apis/inaturalist-version-2-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/inaturalist/inaturalist-version-2-api/revisions/f739db716aaf/schema)
