Taxon importances

Get all taxon importances

Retrieve a paginated collection of all taxon importances recorded in VegBank.

get/taxon-importances

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

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 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
    }
  ]
}

Changes

Changed in 5 of the 50 revisions of this API.22214

  • c37c8d7a84c51228See the full diff
    • added taxon_imp_minimal taxon_imp_minimal_nested to the response body oneOf list for the response status 200

      response-body-one-of-added

    • removed the optional property oneOf[taxon_imp_full]/allOf[subschema #2]/data/items/allOf[TaxonImpFull]/basal_area from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[taxon_imp_full]/allOf[subschema #2]/data/items/allOf[TaxonImpFull]/biomass from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[taxon_imp_full]/allOf[subschema #2]/data/items/allOf[TaxonImpFull]/cover from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[taxon_imp_full]/allOf[subschema #2]/data/items/allOf[TaxonImpFull]/cover_code from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[taxon_imp_full]/allOf[subschema #2]/data/items/allOf[TaxonImpFull]/inference_area from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[taxon_imp_full]/allOf[subschema #2]/data/items/allOf[TaxonImpFull]/ob_code from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[taxon_imp_full]/allOf[subschema #2]/data/items/allOf[TaxonImpFull]/sr_code from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[taxon_imp_full]/allOf[subschema #2]/data/items/allOf[TaxonImpFull]/stratum_base from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[taxon_imp_full]/allOf[subschema #2]/data/items/allOf[TaxonImpFull]/stratum_height from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[taxon_imp_full]/allOf[subschema #2]/data/items/allOf[TaxonImpFull]/tm_code from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[taxon_imp_full]/allOf[subschema #2]/data/items/allOf[TaxonImpFull]/to_code from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[taxon_imp_full_nested]/allOf[subschema #2]/data/items/allOf[TaxonImpFull]/basal_area from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[taxon_imp_full_nested]/allOf[subschema #2]/data/items/allOf[TaxonImpFull]/biomass from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[taxon_imp_full_nested]/allOf[subschema #2]/data/items/allOf[TaxonImpFull]/cover from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[taxon_imp_full_nested]/allOf[subschema #2]/data/items/allOf[TaxonImpFull]/cover_code from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[taxon_imp_full_nested]/allOf[subschema #2]/data/items/allOf[TaxonImpFull]/inference_area from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[taxon_imp_full_nested]/allOf[subschema #2]/data/items/allOf[TaxonImpFull]/ob_code from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[taxon_imp_full_nested]/allOf[subschema #2]/data/items/allOf[TaxonImpFull]/sr_code from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[taxon_imp_full_nested]/allOf[subschema #2]/data/items/allOf[TaxonImpFull]/stratum_base from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[taxon_imp_full_nested]/allOf[subschema #2]/data/items/allOf[TaxonImpFull]/stratum_height from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[taxon_imp_full_nested]/allOf[subschema #2]/data/items/allOf[TaxonImpFull]/tm_code from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[taxon_imp_full_nested]/allOf[subschema #2]/data/items/allOf[TaxonImpFull]/to_code from the response with the 200 status

      response-optional-property-removed

    • added the new optional query request parameter detail

      new-optional-request-parameter

    • added the optional property oneOf[taxon_imp_full]/allOf[subschema #2]/data/items/allOf[TaxonImpFull]/author_obs_code to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[taxon_imp_full]/allOf[subschema #2]/data/items/allOf[TaxonImpFull]/author_plant_name to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[taxon_imp_full_nested]/allOf[subschema #2]/data/items/allOf[TaxonImpFull]/author_obs_code to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[taxon_imp_full_nested]/allOf[subschema #2]/data/items/allOf[TaxonImpFull]/author_plant_name to the response with the 200 status

      response-optional-property-added

    • added TaxonImpMinimal to the oneOf[taxon_imp_full]/allOf[subschema #2]/data/items/ response property allOf list for the response status 200

      response-property-all-of-added

    • added TaxonImpMinimal TaxonImpNested to the oneOf[taxon_imp_full_nested]/allOf[subschema #2]/data/items/ response property allOf list for the response status 200

      response-property-all-of-added

    • removed TaxonImpFullNested from the oneOf[taxon_imp_full_nested]/allOf[subschema #2]/data/items/ response property allOf list for the response status 200

      response-property-all-of-removed

    This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added record_count subschema #2 to the oneOf[taxon_imp_full]/ response property allOf list for the response status 200

      response-property-all-of-added

    • added record_count subschema #2 to the oneOf[taxon_imp_full_nested]/ response property allOf list for the response status 200

      response-property-all-of-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • removed record_count subschema #2 from the oneOf[taxon_imp_full]/ response property allOf list for the response status 200

      response-property-all-of-removed

    • removed record_count subschema #2 from the oneOf[taxon_imp_full_nested]/ response property allOf list for the response status 200

      response-property-all-of-removed

    This revision also has 37 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added record_count subschema #2 to the oneOf[taxon_imp_full]/ response property allOf list for the response status 200

      response-property-all-of-added

    • added record_count subschema #2 to the oneOf[taxon_imp_full_nested]/ response property allOf list for the response status 200

      response-property-all-of-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 83 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

Of the 50 revisions, 1 has no diff computed.