v1
latestSwagger 2.02026-07-14164143.7 KBPublic
Pickup ETAs
The ETA endpoint lets you know how quickly a Lyft driver can come get you
get/eta
Query parameters
latnumber double required
Latitude of a location
lngnumber double required
Longitude of a location
destination_latnumber double
Latitude of destination location
destination_lngnumber double
Longitude of destination location
ride_type'lyft' | 'lyft_line' | 'lyft_plus' | 'lyft_premier' | 'lyft_lux' | 'lyft_luxsuv'
ID of a ride type
Response
An object with an array of ETAs by ride type for the given location
Example response
{
"eta_estimates": [
{
"display_name": "Lyft Line",
"eta_seconds": 120,
"is_valid_estimate": true,
"ride_type": "lyft_line"
}
]
}