C

Climate FieldView Platform APIs

by Climate FieldView Platform APIs

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

weatherclimate

Quick Reference

Base URL 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
Pricing
28
Latency
30
Depth
72

Authentication

API key in the request header (X-Api-Key)

X-Api-Key: YOUR_API_KEY

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Paid agtech platform. Climate FieldView (Bayer) farmer data API; pricing on request.

Key Endpoints

MethodPathDescription
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

Sample Request

curl -X GET 'https://platform.climate.com//v4/boundaries' \
  -H 'X-Api-Key: YOUR_API_KEY'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Climate FieldView Platform APIs documentation.