{"info":{"_postman_id":"6987219e-19c0-2177-d316-06a5c8f66b0a","name":"Weather API","description":"The HERE Weather API:\n\n* provides weather forecasts and reports on current weather conditions\n* provides information on severe weather alerts\n* provides information about when the sun and moon rise and set, and the phase of the moon\n\nThis example set works with version 1.2.4 or higher\n\nAdditional information can be found on [developer.here.com](https://developer.here.com/rest-apis/documentation/weather)","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"Severe Weather Alerts","id":"083e56b5-e013-287a-d3fb-bb1acc690b16","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"product","type":"text","value":"alerts"},{"key":"name","type":"text","value":"Chicago"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"https://weather.cit.api.here.com/weather/1.0/report.json?product=alerts&name=Chicago&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["weather","cit","api","here","com"],"path":["weather","1.0","report.json"],"query":[{"key":"product","value":"alerts"},{"key":"name","value":"Chicago"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request severe weather alerts around a city*\n\nSevere weather alerts be requested by setting the `product` parameter to `alerts`, and setting the `name` parameter to the required location in the request URL. If no severe weather alerts are present, the API returns an empty array in the `alerts` attribute of the JSON response.\n\n\n\n* **product**  `enum`\n \\- The type of information to request\n\n Valid values are : `observation`, `forecast_7days`, `forecast_7days_simple`, `forecast_hourly`, `forecast_astronomy`, `alerts`, `nws_alerts`\n\n* **name**  `text`\n \\- The name of a city for a weather forecast\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"083e56b5-e013-287a-d3fb-bb1acc690b16"},{"name":"Weather Conditions at a specified Latitude and Longitude","id":"899577ee-1434-b6eb-e7a8-b86c6e0dff67","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"product","type":"text","value":"observation"},{"key":"latitude","type":"text","value":"52.516"},{"key":"longitude","type":"text","value":"13.389"},{"key":"oneobservation","type":"text","value":"true"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"https://weather.cit.api.here.com/weather/1.0/report.json?product=observation&latitude=52.516&longitude=13.389&oneobservation=true&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["weather","cit","api","here","com"],"path":["weather","1.0","report.json"],"query":[{"key":"product","value":"observation"},{"key":"latitude","value":"52.516"},{"key":"longitude","value":"13.389"},{"key":"oneobservation","value":"true"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request current weather conditions using latitude and longitude*\n\nWeather observations are requested by setting the `product` parameter to `observation`, and specifying the location using the `latitude` and `longitude` parameters in the request URL. The readings can be restricted to one location by adding `oneobservation=true` to the request URL.\n\n\n\n* **product**  `enum`\n \\- The type of information to request\n\n Valid values are : `observation`, `forecast_7days`, `forecast_7days_simple`, `forecast_hourly`, `forecast_astronomy`, `alerts`, `nws_alerts`\n\n* **latitude**  `number`\n \\- Latitude of the weather forecast.    e.g. `52.5159`\n\n* **longitude**  `number`\n \\- Longitude of the weather forecast.    e.g. `13.3777`\n\n* **oneobservation**  `enum`\n \\- A flag to indicate only one observation is required.\n\n Valid values are : `true`, `false`\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"899577ee-1434-b6eb-e7a8-b86c6e0dff67"},{"name":" Hourly Forecast","id":"b4f03a88-a0df-d154-90f2-3904e912d6c1","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"product","type":"text","value":"forecast_hourly"},{"key":"name","type":"text","value":"Chicago"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"https://weather.cit.api.here.com/weather/1.0/report.json?product=forecast_hourly&name=Chicago&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["weather","cit","api","here","com"],"path":["weather","1.0","report.json"],"query":[{"key":"product","value":"forecast_hourly"},{"key":"name","value":"Chicago"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request an hour-by-hour seven day weather forecast*\n\nAn hourly weather forecast is requested by setting the `product` parameter to `forecast_hourly` , and setting the `name` parameter to the required location in the request URL.\n\n\n\n* **product**  `enum`\n \\- The type of information to request\n\n Valid values are : `observation`, `forecast_7days`, `forecast_7days_simple`, `forecast_hourly`, `forecast_astronomy`, `alerts`, `nws_alerts`\n\n* **name**  `text`\n \\- The name of a city for a weather forecast\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"b4f03a88-a0df-d154-90f2-3904e912d6c1"},{"name":"Extended Seven Day Forecast","id":"5a09602e-af68-fda5-2cbd-f4657283d248","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"product","type":"text","value":"forecast_7days"},{"key":"name","type":"text","value":"Chicago"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"https://weather.cit.api.here.com/weather/1.0/report.json?product=forecast_7days&name=Chicago&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["weather","cit","api","here","com"],"path":["weather","1.0","report.json"],"query":[{"key":"product","value":"forecast_7days"},{"key":"name","value":"Chicago"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request a full seven day weather forecast*\n\nA full seven day forecast for a city is requested by setting the `product` parameter to `forecast_7days`, and setting the `name` parameter to the required location in the request URL.\n\n\n\n* **product**  `enum`\n \\- The type of information to request\n\n Valid values are : `observation`, `forecast_7days`, `forecast_7days_simple`, `forecast_hourly`, `forecast_astronomy`, `alerts`, `nws_alerts`\n\n* **name**  `text`\n \\- The name of a city for a weather forecast\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"5a09602e-af68-fda5-2cbd-f4657283d248"},{"name":"Weather Conditions using Zip Codes","id":"87443215-212d-bed1-ec94-9a5a7da04c2f","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"product","type":"text","value":"observation"},{"key":"zipcode","type":"text","value":"10025"},{"key":"oneobservation","type":"text","value":"true"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"https://weather.cit.api.here.com/weather/1.0/report.json?product=observation&zipcode=10025&oneobservation=true&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["weather","cit","api","here","com"],"path":["weather","1.0","report.json"],"query":[{"key":"product","value":"observation"},{"key":"zipcode","value":"10025"},{"key":"oneobservation","value":"true"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request current weather conditions using a US Zip Codes*\n\nWeather observations are requested by setting the `product` parameter to `observation`, and specifying the U.S. zip code using the `zipcode` parameter in the request URL. The readings can be restricted to one location by adding `oneobservation=true` to the request URL.\n\n\n\n* **product**  `enum`\n \\- The type of information to request\n\n Valid values are : `observation`, `forecast_7days`, `forecast_7days_simple`, `forecast_hourly`, `forecast_astronomy`, `alerts`, `nws_alerts`\n\n* **zipcode**  `number`\n \\- The US zipcode for a weather forecast. United States only.\n\n* **oneobservation**  `enum`\n \\- A flag to indicate only one observation is required.\n\n Valid values are : `true`, `false`\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"87443215-212d-bed1-ec94-9a5a7da04c2f"},{"name":"Weather Conditions for a City","id":"1079dc96-2445-1c83-f04a-92c210aa6957","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"product","type":"text","value":"observation"},{"key":"name","type":"text","value":"Chicago"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"https://weather.cit.api.here.com/weather/1.0/report.json?product=observation&name=Chicago&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["weather","cit","api","here","com"],"path":["weather","1.0","report.json"],"query":[{"key":"product","value":"observation"},{"key":"name","value":"Chicago"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request current weather observations around a named location*\n\nWeather observations are requested by setting the `product`parameter to `observation`, and setting the `name` parameter to the required location in the request URL.\n\n\n\n* **product**  `enum`\n \\- The type of information to request\n\n Valid values are : `observation`, `forecast_7days`, `forecast_7days_simple`, `forecast_hourly`, `forecast_astronomy`, `alerts`, `nws_alerts`\n\n* **name**  `text`\n \\- The name of a city for a weather forecast\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"1079dc96-2445-1c83-f04a-92c210aa6957"},{"name":"Changing from the Metric System","id":"2a788702-e16c-325c-9070-e17604e391a7","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"product","type":"text","value":"observation"},{"key":"latitude","type":"text","value":"41.9786"},{"key":"longitude","type":"text","value":"-87.9047"},{"key":"oneobservation","type":"text","value":"true"},{"key":"metric","type":"text","value":"false"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"https://weather.cit.api.here.com/weather/1.0/report.json?product=observation&latitude=41.9786&longitude=-87.9047&oneobservation=true&metric=false&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["weather","cit","api","here","com"],"path":["weather","1.0","report.json"],"query":[{"key":"product","value":"observation"},{"key":"latitude","value":"41.9786"},{"key":"longitude","value":"-87.9047"},{"key":"oneobservation","value":"true"},{"key":"metric","value":"false"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request temperatures in Fahrenheit and wind speeds in mph*\n\nThe scale used for the weather readings is altered by adding`metric=false` to the request URL.\n\n\n\n* **product**  `enum`\n \\- The type of information to request\n\n Valid values are : `observation`, `forecast_7days`, `forecast_7days_simple`, `forecast_hourly`, `forecast_astronomy`, `alerts`, `nws_alerts`\n\n* **latitude**  `number`\n \\- Latitude of the weather forecast.    e.g. `52.5159`\n\n* **longitude**  `number`\n \\- Longitude of the weather forecast.    e.g. `13.3777`\n\n* **oneobservation**  `enum`\n \\- A flag to indicate only one observation is required.\n\n Valid values are : `true`, `false`\n\n* **metric**  `enum`\n \\- Whether to return data using metric or imperial measurements\n\n Valid values are : `true`, `false`\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"2a788702-e16c-325c-9070-e17604e391a7"},{"name":"Seven Day Forecast","id":"414bc4fc-ac2d-5d5d-c53b-0b84d77b5a10","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"product","type":"text","value":"forecast_7days_simple"},{"key":"name","type":"text","value":"Chicago"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"https://weather.cit.api.here.com/weather/1.0/report.json?product=forecast_7days_simple&name=Chicago&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["weather","cit","api","here","com"],"path":["weather","1.0","report.json"],"query":[{"key":"product","value":"forecast_7days_simple"},{"key":"name","value":"Chicago"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request a simplified seven day weather forecast*\n\nA simple seven day forecast is requested by setting the `product` parameter to `forecast_7days_simple`, and setting the `name` parameter to the required location in the request URL.\n\n\n\n* **product**  `enum`\n \\- The type of information to request\n\n Valid values are : `observation`, `forecast_7days`, `forecast_7days_simple`, `forecast_hourly`, `forecast_astronomy`, `alerts`, `nws_alerts`\n\n* **name**  `text`\n \\- The name of a city for a weather forecast\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"414bc4fc-ac2d-5d5d-c53b-0b84d77b5a10"},{"name":"Sunrise and Sunset","id":"89c1f4cf-557e-d77c-afae-a4a632b6a9ec","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"product","type":"text","value":"forecast_astronomy"},{"key":"name","type":"text","value":"Chicago"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"https://weather.cit.api.here.com/weather/1.0/report.json?product=forecast_astronomy&name=Chicago&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["weather","cit","api","here","com"],"path":["weather","1.0","report.json"],"query":[{"key":"product","value":"forecast_astronomy"},{"key":"name","value":"Chicago"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request information on when the sun and moon will rise and set*\n\nInformation about sunrise, sunset and the phases of the moon is requested by adding the `product` parameter to `forecast_astronomy`, and setting the `name` parameter to the required location in the request URL.\n\n\n\n* **product**  `enum`\n \\- The type of information to request\n\n Valid values are : `observation`, `forecast_7days`, `forecast_7days_simple`, `forecast_hourly`, `forecast_astronomy`, `alerts`, `nws_alerts`\n\n* **name**  `text`\n \\- The name of a city for a weather forecast\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"89c1f4cf-557e-d77c-afae-a4a632b6a9ec"},{"name":"Multi-Language Support","id":"cd20885c-cc49-885f-8eca-d6dab494fe09","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"product","type":"text","value":"observation"},{"key":"latitude","type":"text","value":"48.728"},{"key":"longitude","type":"text","value":"2.389"},{"key":"oneobservation","type":"text","value":"true"},{"key":"language","type":"text","value":"fr"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":{"raw":"https://weather.cit.api.here.com/weather/1.0/report.json?product=observation&latitude=48.728&longitude=2.389&oneobservation=true&language=fr&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","protocol":"https","host":["weather","cit","api","here","com"],"path":["weather","1.0","report.json"],"query":[{"key":"product","value":"observation"},{"key":"latitude","value":"48.728"},{"key":"longitude","value":"2.389"},{"key":"oneobservation","value":"true"},{"key":"language","value":"fr"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}]},"description":"*Request current weather conditions in a foreign language*\n\nThe language of the weather report is altered by adding the `language` parameter to the request URL.\n\n\n\n* **product**  `enum`\n \\- The type of information to request\n\n Valid values are : `observation`, `forecast_7days`, `forecast_7days_simple`, `forecast_hourly`, `forecast_astronomy`, `alerts`, `nws_alerts`\n\n* **latitude**  `number`\n \\- Latitude of the weather forecast.    e.g. `52.5159`\n\n* **longitude**  `number`\n \\- Longitude of the weather forecast.    e.g. `13.3777`\n\n* **oneobservation**  `enum`\n \\- A flag to indicate only one observation is required.\n\n Valid values are : `true`, `false`\n\n* **language**  `enum`\n \\- The language for the observations within the forecast.\n\n Valid values are : `af-ZA` - Afrikaans, `sq` - Albanian, `am-ET` - Amharic, `ar` - Arabic, `as-IN` - Assamese, `az-AZ` - Azerbaijani, `eu` - Basque, `be` - Belarusian, `bn-BD` - Bengali-bd, `bn` - Bengali, `bs-BA` - Bosnian, `bg-BG` - Bulgarian, `ca` - Catalan, `zh-CN` - Chinese (PRC), `zh-HK` - Chinese (HK), `zh-TW` - Chinese (TW), `hr-HR` - Croatian, `cs-CZ` - Czech, `da-DK` - Danish, `nl-NL` - Dutch, `en` - English, `en-US` - English (US), `et-EE` - Estonian, `fa` - Farsi, `fa-AF` - Farsi-af, `fi-FI` - Finnish, `fr-CA` - French (CA), `fr` - French, `gl` - Galician, `ka-GE` - Georgian, `de` - German, `el-GR` - Greek, `gu-IN` - Gujarati, `ha` - Hausa, `he-IL` - Hebrew, `hi-IN` - Hindi, `hu-HU` - Hungarian, `is-IS` - Icelandic, `ig-NG` - Igbo, `id-ID` - Indonesian, `it` - Italian, `ja-JP` - Japanese, `kn-IN` - Kannada, `ks-IN` - Kashmiri, `kk-KZ` - Kazakh, `km-KH` - Khmer, `ky-KG` - Kirghiz, `ko-KR` - Korean, `lo-LA` - Lao, `lv-LV` - Latvian, `ln` - Lingala, `lt-LT` - Lithuanian, `mk-MK` - Macedonian, `mg-MG` - Malagasy, `ms-MY` - Malay, `ml-IN` - Malayalam, `mr-IN` - Marathi, `mn-MN` - Mongolian, `no-NO` - Norwegian, `or-IN` - Oriya, `pl-PL` - Polish, `pt-BR` - Portuguese (BR), `pt-PT` - Portuguese (PT), `pa` - Punjabi, `ps` - Pushto, `ro-RO` - Romanian, `ru-RU` - Russian, `sr-YU` - Serbian, `st` - Sesotho, `si-LK` - Sinhala, `sk-SK` - Slovak, `sl-SL` - Slovene, `es-ES` - Spanish, `es-US` - Spanish (US), `sw` - Swahili, `sv` - Swedish, `tl-PH` - Tagalog, `ta` - Tamil, `te-IN` - Telugu, `th-TH` - Thai, `tg-TJ` - Tajik, `tr-TR` - Turkish, `tk` - Turkmen, `uk-UA` - Ukrainian, `ur` - Urdu, `uz-UZ` - Uzbek, `vi-VN` - Vietnamese, `xh` - Xhosa, `yo` - Yoruba, `zu` - Zulu\n\n* **app_id**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_id` with every request.\n\n* **app_code**  `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an `app_code` with every request."},"response":[],"_postman_id":"cd20885c-cc49-885f-8eca-d6dab494fe09"}]}