TravelyfeHelp
EntwicklerReferenceItineraries

Weather At A Destination

GET
/v1/app/weather

WeatherKit's forecast for the next ten days at a destination, each day on its own calendar, and, with month, that month's typical weather worked out from the last three years of Apple's daily history. The same for every caller, so it answers with no token too. Show Apple Weather with its legal link wherever you draw it.

Only available to the Travelyfe apps. Tokens issued to other apps receive forbidden.

AuthorizationBearer <token>

A Travelyfe access token.

In: header

Query Parameters

latitude*number

Latitude.

longitude*number

Longitude.

month?integer

1 to 12: the month whose typical weather to include.

Range1 <= value <= 12

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/app/weather?latitude=0&longitude=0"
{}