May Mobility Fleet Batch (REST) API

A REST API that returns historical May Mobility vehicle data between two Unix timestamps. Telemetry is retrieved per vehicle and topic at /vehicles/{vehicleID}/topics/{topicName} with startTime and endTime parameters, paginated in 30-second pages via an opaque metaToken carried on subsequent requests. Discovery endpoints list available vehicles (/vehicles) and the topics available for a vehicle (/vehicles/{vehicleID}/topics). Additional endpoints return LiDAR exports as ROSBAG files (/lidar plus a /download step), vehicle shift windows (/shift-timing) and vehicle last-active timestamps (/last-active). Documented limits: a maximum 10-minute request window, a 7-day retention window, no current-day data, and 5-day LiDAR log retention. Authentication is a bearer AWS Cognito access token issued with a batch-specific scope.

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/fleet-batch-api"
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 ↑
aid: may-mobility:fleet-batch-api
name: May Mobility Fleet Batch (REST) API
description: 'A REST API that returns historical May Mobility vehicle data between two Unix timestamps.
  Telemetry is retrieved per vehicle and topic at /vehicles/{vehicleID}/topics/{topicName} with startTime
  and endTime parameters, paginated in 30-second pages via an opaque metaToken carried on subsequent requests.
  Discovery endpoints list available vehicles (/vehicles) and the topics available for a vehicle (/vehicles/{vehicleID}/topics).
  Additional endpoints return LiDAR exports as ROSBAG files (/lidar plus a /download step), vehicle shift
  windows (/shift-timing) and vehicle last-active timestamps (/last-active). Documented limits: a maximum
  10-minute request window, a 7-day retention window, no current-day data, and 5-day LiDAR log retention.
  Authentication is a bearer AWS Cognito access token issued with a batch-specific scope.'
humanURL: https://docs.maymobility.com/docs/fleet-api/types-of-data
baseURL: https://docs.maymobility.com/docs/fleet-api/types-of-data
tags:
- Telemetry
- REST
- Autonomous Vehicles
- Fleet Management
- LiDAR
properties:
- type: Documentation
  url: https://docs.maymobility.com/docs/fleet-api/types-of-data
- type: GettingStarted
  url: https://docs.maymobility.com/docs/fleet-api/connecting-to-fleet-api
- type: APIReference
  url: https://docs.maymobility.com/docs/fleet-api/topics-channels/gps
- type: Authentication
  url: authentication/may-mobility-fleet-authentication.yml
- type: ChangeLog
  url: https://docs.maymobility.com/docs/release-notes/batch-api
- type: ErrorCatalog
  url: errors/may-mobility-fleet-error-catalog.yml
- type: DataModel
  url: data-model/may-mobility-fleet-data-model.yml