# Rove Miles Developer Documentation ## Docs - [Get airport by IATA code](https://docs.rovemiles.com/api-reference/data/get-airport-by-iata-code.md): Retrieves detailed information about a specific airport using its IATA code. - [Get details of a specific place](https://docs.rovemiles.com/api-reference/data/get-details-of-a-specific-place.md): Returns detailed information about a specific place by its ID. - [Search list of airports](https://docs.rovemiles.com/api-reference/data/search-list-of-airports.md): Returns a filtered list of airports. You can search by name, city, country, or IATA code. - [Search places](https://docs.rovemiles.com/api-reference/data/search-places.md): Returns a list of places based on a text query. This endpoint helps find locations such as cities, points of interest, etc. - [Get top flight deals](https://docs.rovemiles.com/api-reference/deals/get-top-flight-deals.md): Returns the best flight deals from the nearest airport based on the user's location. All prices are in Rove Miles. - [Get top hotel deals](https://docs.rovemiles.com/api-reference/deals/get-top-hotel-deals.md): Returns the best hotel deals near the user's location. All prices are in Rove Miles. - [Get flight offer details](https://docs.rovemiles.com/api-reference/flights/get-flight-offer-details.md) - [Search flight offers](https://docs.rovemiles.com/api-reference/flights/search-flight-offers.md): Returns available flight offers based on search criteria including origin, destination, dates, and passenger details. - [Get the details of a hotel](https://docs.rovemiles.com/api-reference/hotels/get-the-details-of-a-hotel.md): Returns detailed information about a specific hotel, including amenities, policies, and images. - [Retrieve a list of hotels](https://docs.rovemiles.com/api-reference/hotels/retrieve-a-list-of-hotels.md): Returns a list of hotels based on search criteria. This endpoint provides hotel metadata including names, addresses, ratings, and amenities. - [Retrieve minimum rate for hotels](https://docs.rovemiles.com/api-reference/hotels/retrieve-minimum-rate-for-hotels.md): Returns the cheapest rate available for each hotel in the provided list. Ideal for listing pages where you only need to display the starting price for each hotel. All prices are in Rove Miles. - [Retrieve rates for hotels](https://docs.rovemiles.com/api-reference/hotels/retrieve-rates-for-hotels.md): Returns detailed rate information for hotels, including multiple room options and rates. All prices are in Rove Miles. Use this endpoint to get comprehensive pricing options after selecting hotels from the listing. - [Create a new Rove Miles account](https://docs.rovemiles.com/api-reference/miles/create-a-new-rove-miles-account.md): Creates a new Rove Miles account for a user identified by phone number and external ID. - [Get transfer details](https://docs.rovemiles.com/api-reference/miles/get-transfer-details.md): Returns detailed information about a specific miles transfer transaction. - [List transfer history](https://docs.rovemiles.com/api-reference/miles/list-transfer-history.md): Returns a paginated list of miles transfers for the API key owner. - [Transfer miles into a Rove account](https://docs.rovemiles.com/api-reference/miles/transfer-miles-into-a-rove-account.md): Transfers miles from an external source into a Rove Miles account. Requires either account ID or phone number to identify the recipient account. - [Introduction](https://docs.rovemiles.com/introduction.md): Welcome to Rove Miles Developer Documentation - [Webhooks Guide](https://docs.rovemiles.com/webhook-references.md): Rove's webhook system allows your application to receive real-time notifications about events that occur within your Rove integration, such as transfer statuses. By subscribing to specific events, you can automate processes, update your systems, and provide timely feedback to your users. ## OpenAPI Specs - [openapi](https://docs.rovemiles.com/api-reference/openapi.json) ## Optional - [Help](https://help.rovemiles.com/)