# Lyft ## API Docs - Public [Cost estimates](https://apidog.com/apidoc/docs-site/345308/api-3490546.md): Estimate the cost of taking a Lyft between two points. - Public [Available drivers nearby](https://apidog.com/apidoc/docs-site/345308/api-3490549.md): The drivers endpoint returns a list of nearby drivers' lat and lng at a given location. - Public [Pickup ETAs](https://apidog.com/apidoc/docs-site/345308/api-3490550.md): The ETA endpoint lets you know how quickly a Lyft driver can come get you - Public [Types of rides](https://apidog.com/apidoc/docs-site/345308/api-3490551.md): The ride types endpoint returns information about what kinds of Lyft rides you can request at a given location. - User [The user's general info](https://apidog.com/apidoc/docs-site/345308/api-3490543.md): The v1 of this endpoint returns the user's ID, v2 will return more general info about the user. We require authentication for this endpoint, so we extract the user ID from the access token. - User [List rides](https://apidog.com/apidoc/docs-site/345308/api-3490548.md): Get a list of past & current rides for this passenger. - User [Request a Lyft](https://apidog.com/apidoc/docs-site/345308/api-3490554.md): Request a Lyft come pick you up at the given location. - User [Get the ride detail of a given ride ID](https://apidog.com/apidoc/docs-site/345308/api-3490544.md): Get the status of a ride along with information about the driver, vehicle and price of a given ride ID - User [Cancel a ongoing requested ride](https://apidog.com/apidoc/docs-site/345308/api-3490556.md): Cancel a ongoing ride which was requested earlier by providing the ride id. - User [Update the destination of the ride](https://apidog.com/apidoc/docs-site/345308/api-3490557.md): Add or update the ride's destination. Note that the ride must still be active (not droppedOff or canceled), and that destinations on Lyft Line rides can not be changed. - User [Add the passenger's rating, feedback, and tip](https://apidog.com/apidoc/docs-site/345308/api-3490553.md): Add the passenger's 1 to 5 star rating of the ride, optional written feedback, and optional tip amount in minor units and currency. The ride must already be dropped off, and ratings must be given within 24 hours of drop off. For purposes of display, 5 is considered the default rating. When this endpoint is successfully called, payment processing will begin. - User [Get the receipt of the rides.](https://apidog.com/apidoc/docs-site/345308/api-3490545.md): Get the receipt information of a processed ride by providing the ride id. Receipts will only be available to view once the payment has been processed. In the case of canceled ride, cancellation penalty is included if applicable. - Sandbox [Preset Prime Time percentage](https://apidog.com/apidoc/docs-site/345308/api-3490547.md): Preset a Prime Time percentage in the region surrounding the specified location. This Prime Time percentage will be applied when requesting cost, or when requesting a ride in sandbox mode. - Sandbox [Propagate ride through ride status](https://apidog.com/apidoc/docs-site/345308/api-3490552.md): Propagate a sandbox-ride through various ride status - Sandbox [Preset types of rides for sandbox](https://apidog.com/apidoc/docs-site/345308/api-3490542.md): The sandbox-ridetypes endpoint allows you to preset the ridetypes in the region surrounding the specified latitude and longitude to allow testing different scenarios - Sandbox [Driver availability for processing ride request](https://apidog.com/apidoc/docs-site/345308/api-3490555.md): Set driver availability for the provided ride_type in the city/region surrounding the specified location