latestOpenAPI 3.0.02026-08-10135177718.4 KB

f739db716aaf

Identifications

Fetch people who have added the most identifications

get/identifications/identifiers

Query parameters

pageinteger
per_pageinteger
fieldsstring
taxon_idstring[]

ID taxa must match the given taxa or their descendants

quality_gradestring[]

Observation must have this quality grade

Headers

X-HTTP-Method-Overridestring

Response

A list of users and the number of identifications they've added that match the query

total_resultsinteger required
pageinteger required
per_pageinteger required

Example response

{
  "results": [
    {
      "user": {
        "site": {
          "id": 1,
          "icon_url": "https://static.inaturalist.org/sites/1-logo_square.png",
          "locale": "en",
          "name": "iNaturalist",
          "site_name_short": "iNat",
          "url": "https://www.inaturalist.org"
        }
      }
    }
  ]
}