v1

latestOpenAPI 3.0.3Apache 2.02026-07-138386226.8 KB
Stratum methods

Get all stratum methods

Retrieve a paginated collection of all stratum methods recorded in VegBank.

get/stratum-methods

Query parameters

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 stratum method(s), with fields based on parameters:

  • detail=full&with_nested=false: Extended fields, no nested array fields
  • detail=full&with_nested=true: Extended fields + nested array fields
OR

Example response

{
  "count": 115000,
  "data": [
    {
      "sm_code": "sm.1",
      "stratum_method_name": "TurboVeg",
      "stratum_method_description": "Standard strata used in the TurboVeg application",
      "stratum_assignment": "predominant stratum",
      "rf_code": "rf.1",
      "rf_label": "TurboVeg1.98a"
    }
  ]
}