FarmLogs Fields

Field boundary mapping and per-field record-keeping, the original core of FarmLogs. This capability now lives inside Bushel Farm (formerly Bushel Farm/FarmLogs); no self-serve public REST reference, base URL, or endpoint catalog has ever been published for it.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/fields"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

farmlogs-openapi.yml Raw ↑
openapi: 3.0.1
info:
  title: FarmLogs API
  description: >-
    FarmLogs was a farm management platform (field mapping, in-season satellite
    imagery/NDVI, weather and rainfall tracking, yield estimation, and
    profitability tools) founded in 2011 and acquired by Bushel in June 2021.
    In March 2023 Bushel retired the FarmLogs brand for "Bushel Farm." As of
    this writing farmlogs.com redirects to bushelfarm.com, which redirects to
    bushelpowered.com - the standalone FarmLogs product, site, and any
    developer surface no longer exist. Bushel's own public API documentation
    (Bushel Fulfillment / Bushel Production) covers a separate grain
    merchandising product line, not the FarmLogs-lineage farm-management
    capabilities. No self-serve, openly documented public REST API has ever
    been published for FarmLogs or its Bushel Farm successor. This document
    intentionally carries an empty `paths` object because no public endpoints
    are documented; no endpoints are fabricated.
  termsOfService: https://bushelpowered.com/terms/
  contact:
    name: Bushel (formerly FarmLogs)
    url: https://bushelpowered.com/solutions/farm-management/
  version: '0.0.0'
servers: []
paths: {}
components: {}