v1

latestOpenAPI 3.0.3Apache 2.02026-07-138386226.8 KB
Taxon interpretations

Get taxon interpretations by to

Retrieve a paginated collection of taxon interpretations for the specified taxon observation (using its to_code).

get/taxon-observations/{to_code}/taxon-interpretations

Path parameters

to_codestring required

Query parameters

detail'minimal' | 'full'

Level of detail for the response:

  • minimal: Returns basic fields only
  • full: Returns more fields
limitinteger

Maximum number of records to return

offsetinteger

Number of records to skip before starting to return records

create_parquetboolean

If true, return data payload in binary Parquet format

Response

Matching taxon interpretation(s), with fields based on parameters:

  • detail=minimal: Basic fields only
  • detail=full: Extended fields
OR

Example response

{
  "count": 115000,
  "data": [
    {
      "ti_code": "ti.1",
      "to_code": "to.1",
      "pc_code": "pc.1",
      "interpretation_date": "2006-05-30",
      "interpretation_type": "Author",
      "py_code": "py.1",
      "rf_code": "rf.1",
      "taxon_fit": "Reasonable or acceptable answer",
      "taxon_confidence": "High",
      "collection_number": "091907F",
      "group_type": "union",
      "notes": "Identified from specimen",
      "is_orig": true,
      "is_curr": true
    }
  ]
}