Last Modified: Wed Jan 4 12:47:29 UTC 2023 All endpoints are only accessible via HTTPS. All API endpoints are located at https://platform.climate.com (e.g. https://platform.climate.com/v4/fields). The authorization token endpoint is located at `https://api.climate.com/api/oauth/toke
https://platform.climate.com/
Auth type
API Key Header
Auth header
X-Api-Key: YOUR_API_KEY
Rate limit
Based on contract
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://platform.climate.com/
Endpoint status
Server online — HTTP 403 — server is online but path returned an error (may require auth)1.54s
(checked Mar 29, 2026)
Builder score
D
46%
builder-friendly
API key in the request header (X-Api-Key)
X-Api-Key: YOUR_API_KEY
Paid agtech platform. Climate FieldView (Bayer) farmer data API; pricing on request.
| Method | Path | Description |
|---|---|---|
| POST | /v4/boundaries |
Upload a boundary |
| POST | /v4/boundaries/query |
Retrieve Boundaries in batch |
| GET | /v4/boundaries/{boundaryId} |
Retrieve a Boundary by ID |
| POST | /v4/exports |
Initiate a new export request. |
| GET | /v4/exports/{exportId}/contents |
Retrieve the binary contents of a processed export request. |
| GET | /v4/exports/{exportId}/status |
Retrieve the status of an Export. |
| GET | /v4/farmOrganizations/{farmOrganizationType}/{farmOrganizationId} |
Retrieve a specific farm organization by organization type and ID |
| GET | /v4/fields |
Retrieve list of Fields |
curl -X GET 'https://platform.climate.com//v4/boundaries' \ -H 'X-Api-Key: YOUR_API_KEY'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Climate FieldView Platform APIs documentation.