{"note":"OpenAPI conversion -- returning structured metadata","name":"amadeus-com-amadeus-travel-recommendations","description":"Travel Recommendations API","version":"1.0.4","base_url":"https://test.api.amadeus.com/v1","endpoints":1,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Travel Recommendations API\n@base https://test.api.amadeus.com/v1\n@version 1.0.4\n@endpoints 1\n@toc reference-data(1)\n\n@endpoint GET /reference-data/recommended-locations\n@desc GET recommended destinations\n@required {cityCodes: str # City used by the algorythm to recommend new destination. Several cities can be specified using comma.  City codes follow [IATA standard](http://www.iata.org/publications/Pages/code-search.aspx)}\n@optional {travelerCountryCode: str=FR # Origin country of the traveler following [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code format (e.g. US), destinationCountryCodes: str # List of country the traveler want to visit, separated with comma.  Country codes follow [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code format (e.g. US)}\n@returns(200) Successful reply\n@errors {400: code    | title                                  ------- | -------------------------------------  477     | INVALID FORMAT 572     | INVALID OPTION                             32171   | MANDATORY DATA MISSING, 500: Internal Server Error}\n\n@end\n"}