Home
Agco
Agco Machine Structure
Agco Machine Structure
An AGCO agricultural machine with telematics capabilities.
Type: object
Properties: 11
Fortune 500 Agriculture Farm Equipment Manufacturing Telematics Precision Agriculture Diagnostics
Machine is a JSON Structure definition published by Agco, describing 11 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
id
serial_number
model
brand
type
status
location
engine_hours
fuel_level
created_at
updated_at
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/agco/refs/heads/main/json-structure/agco-machine-structure.json",
"name": "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": "double",
"description": "Total engine hours.",
"example": 1250.5
},
"fuel_level": {
"type": "double",
"description": "Current fuel level percentage.",
"example": 78.5
},
"created_at": {
"type": "datetime",
"description": "Record creation timestamp.",
"example": "2025-01-15T09:00:00Z"
},
"updated_at": {
"type": "datetime",
"description": "Record last updated timestamp.",
"example": "2025-04-01T12:00:00Z"
}
},
"definitions": {
"Location": {
"type": "object",
"description": "Geographic location coordinates.",
"properties": {
"latitude": {
"type": "double",
"description": "Latitude in decimal degrees.",
"example": 41.8781
},
"longitude": {
"type": "double",
"description": "Longitude in decimal degrees.",
"example": -87.6298
},
"timestamp": {
"type": "datetime",
"description": "Location timestamp.",
"example": "2025-04-01T10:30:00Z"
}
}
}
}
}
Every JSON Structure 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 json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/agco-machine-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.