This API is in beta. Endpoints and response shapes may change before stable release.

API versioning

The FarmReady API is versioned by date. The current version is 20260629. Specify the version in a request header:

X-FarmReady-Api-Version: 20260629

If the header is omitted, the request is processed against the latest version. We recommend always sending the version header in production integrations so your client is insulated from future default changes.

Supported versions

Version Status
20260629 current

Unsupported version

Requesting an unknown version returns 400 Bad Request with the list of supported versions.

400 Unknown version
{"error": "unsupported_version", "supported": ["20260629"]}