Agco · Schema

Telemetry

Real-time telematics data from an AGCO machine.

Fortune 500AgricultureFarm EquipmentManufacturingTelematicsPrecision AgricultureDiagnostics

Properties

Name Type Description
machine_id string Machine identifier.
timestamp string Data collection timestamp.
engine_speed number Engine RPM.
engine_load number Engine load percentage.
engine_hours number Cumulative engine hours.
fuel_level number Fuel level percentage.
fuel_consumption_rate number Fuel consumption in liters/hour.
ground_speed number Ground speed in km/h.
coolant_temperature number Engine coolant temperature in Celsius.
fault_codes array Active diagnostic fault codes.
operating_mode string Current machine operating mode.
View JSON Schema on GitHub

JSON Schema

agco-telemetry-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/agco/refs/heads/main/json-schema/agco-telemetry-schema.json",
  "title": "Telemetry",
  "description": "Real-time telematics data from an AGCO machine.",
  "type": "object",
  "properties": {
    "machine_id": {
      "type": "string",
      "description": "Machine identifier.",
      "example": "mach-500123"
    },
    "timestamp": {
      "type": "string",
      "format": "date-time",
      "description": "Data collection timestamp.",
      "example": "2025-04-01T10:30:00Z"
    },
    "engine_speed": {
      "type": "number",
      "description": "Engine RPM.",
      "example": 1850
    },
    "engine_load": {
      "type": "number",
      "description": "Engine load percentage.",
      "example": 75.2
    },
    "engine_hours": {
      "type": "number",
      "description": "Cumulative engine hours.",
      "example": 1250.5
    },
    "fuel_level": {
      "type": "number",
      "description": "Fuel level percentage.",
      "example": 78.5
    },
    "fuel_consumption_rate": {
      "type": "number",
      "description": "Fuel consumption in liters/hour.",
      "example": 22.3
    },
    "ground_speed": {
      "type": "number",
      "description": "Ground speed in km/h.",
      "example": 8.5
    },
    "coolant_temperature": {
      "type": "number",
      "description": "Engine coolant temperature in Celsius.",
      "example": 85.0
    },
    "fault_codes": {
      "type": "array",
      "description": "Active diagnostic fault codes.",
      "items": {
        "type": "string"
      },
      "example": []
    },
    "operating_mode": {
      "type": "string",
      "description": "Current machine operating mode.",
      "example": "field_work"
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/agco-telemetry"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

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

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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