Fieldprint API – SAI Platform FSA Equivalency
Access to the Fieldprint Platform and API requires Field to Market membership and an active Data Management Licensing Agreement. Learn more about membership and our data partner program to get started. Access to the Fieldprint API requires an authorized API key issued by Field to Market.
Overview
The SAI Platform’s FSA Equivalency option is available to users and projects through the Fieldprint Platform website and the FIeldprint API. There are important guidelines or rules to consider that would impact integration or use by a QDMP. SAI Platform’s FSA Equivalency requires active platform usage and association with an active Fieldprint Project. To complete a survey, a farmer must:
- have at least one field with one crop interval finalized for the year which the survey is being requested, and
- have at least one of the crop intervals associated with the registered Fieldprint Project for which the survey is being requested.
It is important to recognize that the FSA Equivalency should be reported at a project level. Individual farmer results should be aggregated as they are not intended to be reported at the individual farmer level.
API Required Fields
The SAI questions are passed via the https://api.fieldtomarket.org/v5/SaiCalculator endpoint.
{
"project": "ProjectCode",
"questions": {
"q_1": "T",
"q_2": "T",
"q_3": "F",
"q_4": "F",
"q_5": "T",
"q_6": "T",
"q_7": "F",
"q_8": "F",
"q_9": "N",
"q_10": "T",
"q_11": "T",
"q_12": "F",
"q_13": "T",
"q_14": "N",
"q_15": "F",
"q_16": "T",
"q_17": "T",
"q_18": "F",
"q_19": "F",
"q_20": "N",
"q_21": "T",
"q_22": "T"
}
}
What the Endpoint Returns
The response provides the SAI FSA Equivelncy based on questions submitted.
{
"fsa_equivalency": "Equivalency Not Met"
}
Reach out to support@fieldtomarket.org with additional quesitons on implementation.