Submit a wait-time report

View as MarkdownOpen in Claude

Records an observed wait time at a location. Reports are crowdsourced from member clients and feed the network-wide median that other members and operators see. Reports include the device platform for analytics but never carry identifying member information. Values are bounded at 0-480 minutes; submissions outside the range are rejected.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
locationIdstringRequired

Stable identifier of the location the report is for. Accepts the snake_case key location_id.

valueMinutesdoubleRequired0-480

Observed wait time in minutes. Accepts the snake_case key value_minutes.

devicePlatformenumRequired

Calling device platform. Accepts the snake_case key device_platform.

Response

The recorded wait-time observation.

idstring

Stable identifier for the recorded wait-time observation.

reportedAtstring
ISO 8601 timestamp at which the report was recorded on the server.