Travel Recommendations API
TR
Travel Recommendations API
/reference-data/recommended-locations

GET recommended destinations

GET recommended destinations

liveunknown~3s typical
recommended-locationstravel
$0.0020
per call
plus $0.001 platform fee per run
Public API, no upstream charge
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-amadeus-com-amadeus-travel-recommendations /reference-data/recommended-locations for me.

Input

FieldTypeDescription
cityCodes*stringCity 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) default null
travelerCountryCodestringOrigin 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) default "FR"
destinationCountryCodesstringList 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) default null

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"oa-amadeus-com-amadeus-travel-recommendations","endpoint":"/reference-data/recommended-locations","input":{"cityCodes":"...","travelerCountryCode":"FR","destinationCountryCodes":"..."}}'
cli
npx cracked-ai run -p oa-amadeus-com-amadeus-travel-recommendations -e /reference-data/recommended-locations -i '{"cityCodes":"...","travelerCountryCode":"FR","destinationCountryCodes":"..."}'
mcp
run_tool({ provider: "oa-amadeus-com-amadeus-travel-recommendations", endpoint: "/reference-data/recommended-locations", input: {"cityCodes":"...","travelerCountryCode":"FR","destinationCountryCodes":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.