agco · Example Payload

Agco Location Example

Fortune 500

Agco Location Example is an example object payload from agco, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

machine_idlatitudelongitudealtitudeheadingground_speedtimestamp

Example Payload

Raw ↑
{
  "machine_id": "500123",
  "latitude": 99.5,
  "longitude": 99.5,
  "altitude": 99.5,
  "heading": 99.5,
  "ground_speed": 99.5,
  "timestamp": "2025-04-01T10:30:00Z"
}