Gro Intelligence API (retired)

Read-only REST API over the Gro ontology and its agricultural, climate and trade time series. Every operation was an HTTP GET under /v2/, authenticated with a bearer token issued from the Gro web application: ontology lookup and search (/v2/metrics, /v2/items, /v2/regions, /v2/frequencies, /v2/sources, /v2/units, /v2/entities/list, /v2/search), series discovery (/v2/data_series/list, /v2/stream/data_series/list, /v2/available/sources, /v2/available/time-frequencies, /v2/top/{entity_type}), unit handling (/v2/units/allowed), geography (/v2/geocentres) and the data plane (/v2/data, /v2prime/data). The service is RETIRED — api.gro-intelligence.com no longer resolves and no credential can be obtained. Recorded here from the company's own published client library, not from a live probe.

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/gro-intelligence-api-retired"
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.

API entry from apis.yml

apis.yml Raw ↑
name: Gro Intelligence API (retired)
description: 'Read-only REST API over the Gro ontology and its agricultural, climate and trade time series.
  Every operation was an HTTP GET under /v2/, authenticated with a bearer token issued from the Gro web
  application: ontology lookup and search (/v2/metrics, /v2/items, /v2/regions, /v2/frequencies, /v2/sources,
  /v2/units, /v2/entities/list, /v2/search), series discovery (/v2/data_series/list, /v2/stream/data_series/list,
  /v2/available/sources, /v2/available/time-frequencies, /v2/top/{entity_type}), unit handling (/v2/units/allowed),
  geography (/v2/geocentres) and the data plane (/v2/data, /v2prime/data). The service is RETIRED — api.gro-intelligence.com
  no longer resolves and no credential can be obtained. Recorded here from the company''s own published
  client library, not from a live probe.'
humanURL: https://github.com/gro-intelligence/api-client
baseURL: https://api.gro-intelligence.com/v2
image: https://avatars.githubusercontent.com/u/15130228?v=4
tags:
- Agriculture
- Climate
- Time Series
- Data
x-status: retired
x-retired-note: baseURL is recorded as the company published it in groclient/cfg.py (API_HOST = "api.gro-intelligence.com").
  The host returns NXDOMAIN as of 2026-08-22. It is kept for the historical record and is explicitly not
  a claim that the endpoint is callable.
properties:
- type: Authentication
  url: authentication/gro-intelligence-authentication.yml
- type: RateLimits
  url: rate-limits/gro-intelligence-rate-limits.yml
- type: ErrorCatalog
  url: errors/gro-intelligence-problem-types.yml
- type: Conventions
  url: conventions/gro-intelligence-conventions.yml
- type: DataModel
  url: data-model/gro-intelligence-data-model.yml
- type: Lifecycle
  url: lifecycle/gro-intelligence-lifecycle.yml