Taxon observations
Get taxon observation
Retrieve a single taxon observation using its to_code.
get/taxon-observations/{to_code}
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
with_nestedboolean
Whether to include nested fields in the response
create_parquetboolean
If true, return data payload in binary Parquet format
Response
Matching taxon observation(s), with fields based on parameters:
- detail=minimal&with_nested=false: Basic fields only
- detail=minimal&with_nested=true: Basic fields + nested array fields
- detail=full&with_nested=false: Extended fields, no nested array fields
- detail=full&with_nested=true: Extended fields + nested array fields
Example response
{
"count": 115000,
"data": [
{
"to_code": "to.1",
"ob_code": "ob.1",
"int_curr_pc_code": "pc.1",
"int_orig_pc_code": "pc.1",
"taxon_inference_area": 405,
"rf_code": "rf.1"
}
]
}