Agco · Schema
Machine
An AGCO agricultural machine with telematics capabilities.
Fortune 500AgricultureFarm EquipmentManufacturingTelematicsPrecision AgricultureDiagnostics
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique machine identifier. |
| serial_number | string | Machine serial number. |
| model | string | Machine model name. |
| brand | string | AGCO brand. |
| type | string | Machine type. |
| status | string | Machine connectivity status. |
| location | object | |
| engine_hours | number | Total engine hours. |
| fuel_level | number | Current fuel level percentage. |
| created_at | string | Record creation timestamp. |
| updated_at | string | Record last updated timestamp. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/agco/refs/heads/main/json-schema/agco-machine-schema.json",
"title": "Machine",
"description": "An AGCO agricultural machine with telematics capabilities.",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique machine identifier.",
"example": "mach-500123"
},
"serial_number": {
"type": "string",
"description": "Machine serial number.",
"example": "AGC-2025-001234"
},
"model": {
"type": "string",
"description": "Machine model name.",
"example": "Fendt 942 Vario"
},
"brand": {
"type": "string",
"description": "AGCO brand.",
"enum": [
"Fendt",
"Massey Ferguson",
"Challenger",
"Valtra",
"GSI"
],
"example": "Fendt"
},
"type": {
"type": "string",
"description": "Machine type.",
"enum": [
"tractor",
"combine",
"sprayer",
"planter",
"harvester",
"other"
],
"example": "tractor"
},
"status": {
"type": "string",
"description": "Machine connectivity status.",
"enum": [
"online",
"offline",
"unknown"
],
"example": "online"
},
"location": {
"$ref": "#/definitions/Location"
},
"engine_hours": {
"type": "number",
"description": "Total engine hours.",
"example": 1250.5
},
"fuel_level": {
"type": "number",
"description": "Current fuel level percentage.",
"example": 78.5
},
"created_at": {
"type": "string",
"format": "date-time",
"description": "Record creation timestamp.",
"example": "2025-01-15T09:00:00Z"
},
"updated_at": {
"type": "string",
"format": "date-time",
"description": "Record last updated timestamp.",
"example": "2025-04-01T12:00:00Z"
}
},
"definitions": {
"Location": {
"type": "object",
"description": "Geographic location coordinates.",
"properties": {
"latitude": {
"type": "number",
"description": "Latitude in decimal degrees.",
"example": 41.8781
},
"longitude": {
"type": "number",
"description": "Longitude in decimal degrees.",
"example": -87.6298
},
"timestamp": {
"type": "string",
"format": "date-time",
"description": "Location timestamp.",
"example": "2025-04-01T10:30:00Z"
}
}
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/agco-machine"
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.