Fieldprint API – Fieldprint Analysis Report Options
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.
⚠️ Version 5 API Status: This API version is currently in active development. Endpoints, parameters, and responses are subject to change before the final production release.
Access to the following URLs require active QDMPs to use the API key provided by Field to Market.
The snippet from an example /Calculator Request payload shows the options available for the header of the PDF-based Fieldprint Analysis report that can be generated.
| REquest Field | purpose | Value type |
|---|---|---|
| options.report.generate | Flag to generate report URL for API Response | Boolean |
| options.report.grower | Farm | String |
| options.report.generated_for | Grower/Account Name | String |
| options.data_status | If “Project:” is added, the report will display Project. Without adding “Project:”, report will display Data Status. | String |
| field.field_name | Field | String |
| field.location | Location | String |
{
"options": {
"report": {
"grower": "Farm 01",
"generated_for": "Account 001",
"generate": true
},
"data_status": "Project: ACME Corn/Soybean"
},
"field": {
"field_name": "Field A",
"location": "Benton County, IA",
"name": "Version 5 Demo Field A",
"farm_serial_number": null,
"tract_number": null,
"field_number": null,
"state": "IA",
"county": "Benton County",
"geometry": {
"type": "Polygon",
"coordinates": [
[Example Fieldprint Analysis Report based on options in /Calculator Request snippet above.

Report URL is returned in /Calculator Response as:
“report_url”: “https://api.fieldtomarket.org/v5/reports/Fieldprint_Analysis_2025-12-08_GUID.pdf
QDMPs should save the report locally as the reports expire off the server in 24 hours.