Stratum methods
Get stratum method
Retrieve a single stratum method using its sm_code.
get/stratum-methods/{sm_code}
Path parameters
sm_codestring required
Query parameters
with_nestedboolean
Whether to include nested fields in the response
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
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"
}
]
}