v1

latestOpenAPI 3.0.3Apache 2.02026-07-138386226.8 KB
Taxon importances

Get taxon importance

Retrieve a single taxon importance using its tm_code.

get/taxon-importances/{tm_code}

Path parameters

tm_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 importances(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
OR
OR
OR

Example response

{
  "count": 115000,
  "data": [
    {
      "tm_code": "tm.1",
      "to_code": "to.1",
      "ob_code": "ob.1",
      "sr_code": "sr.1",
      "cover": 17.5,
      "cover_code": "6",
      "basal_area": 13.141,
      "biomass": 813,
      "inference_area": 1000,
      "stratum_base": 3,
      "stratum_height": 25
    }
  ]
}