{
	"info": {
		"_postman_id": "5178eb5c-01ba-429a-92ef-24111cc53359",
		"name": "Probabilistic Forecast Package Postman Collection",
		"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json",
		"_exporter_id": "44720547"
	},
	"item": [
		{
			"name": "Location Services",
			"item": [
				{
					"name": "Location Service – Point API (v3)",
					"item": [
						{
							"name": "Search Location by Geocode",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/location/point?geocode=40.751,-73.997&format=json&language=en-US&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"location",
										"point"
									],
									"query": [
										{
											"key": "geocode",
											"value": "40.751,-73.997",
											"description": "TWC uses valid latitudes and longitude coordinates to identify locations worldwide.  Uses WGS84 geocode coordinate reference system. https://www.w3.org/2003/01/geo/\n33.40,83.19 is the manner in which a latitude and longitude is accepted for the weather APIs"
										},
										{
											"key": "format",
											"value": "json",
											"description": "The format of the response (json)"
										},
										{
											"key": "language",
											"value": "en-US"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "The “apiKey” is used for access using the api; usually customer specific."
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Search Location by Postal Key",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/location/point?postalKey=30339:US&language=en-US&format=json&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"location",
										"point"
									],
									"query": [
										{
											"key": "postalKey",
											"value": "30339:US",
											"description": "Postal Key is a composite location identifier key of <Postal Code>:<Country Code>"
										},
										{
											"key": "language",
											"value": "en-US"
										},
										{
											"key": "format",
											"value": "json",
											"description": "The format of the response (json)"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "The “apiKey” is used for access using the api; usually customer specific."
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Search Location by IATA Code",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/location/point?iataCode=JFK&format=json&language=en-US&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"location",
										"point"
									],
									"query": [
										{
											"key": "iataCode",
											"value": "JFK",
											"description": "The International Air Transport Association (IATA) airport codes of the requested location. \nNote: Only returned when the iataCode query parameter is used in the request."
										},
										{
											"key": "format",
											"value": "json",
											"description": "The format of the response (json)"
										},
										{
											"key": "language",
											"value": "en-US"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "The “apiKey” is used for access using the api; usually customer specific."
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Search Location by ICAO Code",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/location/point?icaoCode=KATL&language=en-US&format=json&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"location",
										"point"
									],
									"query": [
										{
											"key": "icaoCode",
											"value": "KATL",
											"description": "The International Civil Aviation Organization (ICAO) airport codes of the requested location. \nNote: Only returned when the iacoCode query parameter is used in the request."
										},
										{
											"key": "language",
											"value": "en-US"
										},
										{
											"key": "format",
											"value": "json",
											"description": "The format of the response (json)"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "The “apiKey” is used for access using the api; usually customer specific."
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Search Location by Place Id",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/location/point?placeid=327145917e06d09373dd2760425a88622a62d248fd97550eb4883737d8d1173b&format=json&language=en-US&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"location",
										"point"
									],
									"query": [
										{
											"key": "placeid",
											"value": "327145917e06d09373dd2760425a88622a62d248fd97550eb4883737d8d1173b",
											"description": "A unique place identifier.  \nNote: A request using a placeid query parameter is expected to return the same placeid in the response body."
										},
										{
											"key": "format",
											"value": "json",
											"description": "The format of the response (json)"
										},
										{
											"key": "language",
											"value": "en-US"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "The “apiKey” is used for access using the api; usually customer specific."
										}
									]
								}
							},
							"response": []
						}
					],
					"description": "This API returns detailed location metadata for a specific point on the globe. It supports multiple identifiers including geocode, postalKey, IATA, ICAO, placeId, canonicalCityId, and locId. The response includes city, state, country, time zone, and other contextual attributes—ideal for GPS-based applications, weather localization, and mapping integrations."
				},
				{
					"name": "Location Service – Search API (v3)",
					"item": [
						{
							"name": "Search Location by Query",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/location/search?query=New York&format=json&language=en-US&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"location",
										"search"
									],
									"query": [
										{
											"key": "query",
											"value": "New York"
										},
										{
											"key": "format",
											"value": "json",
											"description": "The format of the response (json)"
										},
										{
											"key": "language",
											"value": "en-US"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "The “apiKey” is used for access using the api; usually customer specific."
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Search Location with Location Type Filter",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/location/search?query=London&locationType=airport&format=json&language=en-US&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"location",
										"search"
									],
									"query": [
										{
											"key": "query",
											"value": "London"
										},
										{
											"key": "locationType",
											"value": "airport",
											"description": "Specify what type of location should be returned in the request.  This determines the level of granularity expected in the response.  Multiple location types may be requested as comma separated values in one request.\nNote: it is recommended to limit the types requested for best results\nSee more details in the Location Types section."
										},
										{
											"key": "format",
											"value": "json",
											"description": "The format of the response (json)"
										},
										{
											"key": "language",
											"value": "en-US"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "The “apiKey” is used for access using the api; usually customer specific."
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Search Location with Country Filter",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/location/search?query=London&countryCode=GB&format=json&language=en-US&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"location",
										"search"
									],
									"query": [
										{
											"key": "query",
											"value": "London"
										},
										{
											"key": "countryCode",
											"value": "GB",
											"description": "Specify the query string results to the provided country code."
										},
										{
											"key": "format",
											"value": "json",
											"description": "The format of the response (json)"
										},
										{
											"key": "language",
											"value": "en-US"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "The “apiKey” is used for access using the api; usually customer specific."
										}
									]
								}
							},
							"response": []
						}
					],
					"description": "This API allows users to search for locations by name or geocode and returns up to 10 matching results with geographic coordinates and related metadata. It supports fuzzy matching, proximity biasing, and multiple location types (e.g., city, neighborhood, postal, or address)—ideal for powering typeahead search bars, map interfaces, and voice-assistant queries."
				},
				{
					"name": "Location Service – Near API (v3)",
					"item": [
						{
							"name": "Find Nearby Airports by Geocode",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/location/near?geocode=40.751,-73.997&product=airport&format=json&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"location",
										"near"
									],
									"query": [
										{
											"key": "geocode",
											"value": "40.751,-73.997",
											"description": "TWC uses valid latitudes and longitude coordinates to identify locations worldwide.  Uses WGS84 geocode coordinate reference system. https://www.w3.org/2003/01/geo/\n33.40,83.19 is the manner in which a latitude and longitude is accepted for the weather APIs"
										},
										{
											"key": "product",
											"value": "airport",
											"description": "The product is the identifier type used in the query. Valid values include; airport"
										},
										{
											"key": "format",
											"value": "json",
											"description": "The format of the response (json)"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "The “apiKey” is used for access using the api; usually customer specific."
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Find Nearby Observation Stations by Geocode",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/location/near?geocode=33.74,-84.39&product=observation&format=json&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"location",
										"near"
									],
									"query": [
										{
											"key": "geocode",
											"value": "33.74,-84.39",
											"description": "TWC uses valid latitudes and longitude coordinates to identify locations worldwide.  Uses WGS84 geocode coordinate reference system. https://www.w3.org/2003/01/geo/\n33.40,83.19 is the manner in which a latitude and longitude is accepted for the weather APIs"
										},
										{
											"key": "product",
											"value": "observation",
											"description": "The product is the identifier type used in the query. Valid values include; observation"
										},
										{
											"key": "format",
											"value": "json",
											"description": "The format of the response (json)"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "The “apiKey” is used for access using the api; usually customer specific."
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Find Nearby PWS by Geocode",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/location/near?geocode=33.74,-84.39&product=pws&format=json&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"location",
										"near"
									],
									"query": [
										{
											"key": "geocode",
											"value": "33.74,-84.39",
											"description": "TWC uses valid latitudes and longitude coordinates to identify locations worldwide.  Uses WGS84 geocode coordinate reference system. https://www.w3.org/2003/01/geo/\n33.40,83.19 is the manner in which a latitude and longitude is accepted for the weather APIs"
										},
										{
											"key": "product",
											"value": "pws",
											"description": "The product is the identifier type used in the query. Valid values include; pws"
										},
										{
											"key": "format",
											"value": "json",
											"description": "The format of the response (json)"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "The “apiKey” is used for access using the api; usually customer specific."
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Find Nearby Ski Resort by Geocode",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/location/near?geocode=33.74,-84.39&product=ski&format=json&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"location",
										"near"
									],
									"query": [
										{
											"key": "geocode",
											"value": "33.74,-84.39",
											"description": "TWC uses valid latitudes and longitude coordinates to identify locations worldwide.  Uses WGS84 geocode coordinate reference system. https://www.w3.org/2003/01/geo/\n33.40,83.19 is the manner in which a latitude and longitude is accepted for the weather APIs"
										},
										{
											"key": "product",
											"value": "ski",
											"description": "The product is the identifier type used in the query. Valid values include; ski"
										},
										{
											"key": "format",
											"value": "json",
											"description": "The format of the response (json)"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "The “apiKey” is used for access using the api; usually customer specific."
										}
									]
								}
							},
							"response": []
						}
					],
					"description": "This API returns the nearest Airports, Personal Weather Stations (PWS), METAR observation sites, or Ski Resorts to a specified geolocation. It provides up to 10 results per request, including identifiers, names, and distance from the queried coordinates—ideal for location-based search, weather mapping, and proximity analytics."
				},
				{
					"name": "Location Service – Boundary API (v3)",
					"item": [
						{
							"name": "Get Boundary by Geocode",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/location/boundary?geocode=40.751,-73.997&product=county&format=json&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"location",
										"boundary"
									],
									"query": [
										{
											"key": "geocode",
											"value": "40.751,-73.997",
											"description": "TWC uses valid latitudes and longitude coordinates to identify locations worldwide.  Uses WGS84 geocode coordinate reference system. https://www.w3.org/2003/01/geo/\n33.40,83.19 is the manner in which a latitude and longitude is accepted for the weather APIs."
										},
										{
											"key": "product",
											"value": "county",
											"description": "The product is the identifier type used in the query. Valid values include: county, pollen, postalKey, zone."
										},
										{
											"key": "format",
											"value": "json",
											"description": "The format of the response (json)"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "The “apiKey” is used for access using the api; usually customer specific."
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Boundary by  IATA Code",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/location/boundary?iataCode=ATL&product=county&format=json&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"location",
										"boundary"
									],
									"query": [
										{
											"key": "iataCode",
											"value": "ATL",
											"description": "The International Air Transport Association (IATA) airport codes of the requested location."
										},
										{
											"key": "product",
											"value": "county",
											"description": "The product is the identifier type used in the query. Valid values include: county, pollen, postalKey, zone."
										},
										{
											"key": "format",
											"value": "json",
											"description": "The format of the response (json)"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "The “apiKey” is used for access using the api; usually customer specific."
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Boundary by ICAO Code",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/location/boundary?icaoCode=KATL&product=county&format=json&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"location",
										"boundary"
									],
									"query": [
										{
											"key": "icaoCode",
											"value": "KATL",
											"description": "The International Civil Aviation Organization (ICAO) airport codes of the requested location."
										},
										{
											"key": "product",
											"value": "county",
											"description": "The product is the identifier type used in the query. Valid values include: county, pollen, postalKey, zone."
										},
										{
											"key": "format",
											"value": "json",
											"description": "The format of the response (json)"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "The “apiKey” is used for access using the api; usually customer specific."
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Boundary by Place ID",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/location/boundary?placeid=25d07eca1bcda02800c1a9e699d7eb1c8132cad9bc2d6efa8a2531f0ee4a81cd&product=county&format=json&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"location",
										"boundary"
									],
									"query": [
										{
											"key": "placeid",
											"value": "25d07eca1bcda02800c1a9e699d7eb1c8132cad9bc2d6efa8a2531f0ee4a81cd",
											"description": "A proprietary TWC unique place identifier."
										},
										{
											"key": "product",
											"value": "county",
											"description": "The product is the identifier type used in the query. Valid values include: county, pollen, postalKey, zone."
										},
										{
											"key": "format",
											"value": "json",
											"description": "The format of the response (json)"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "The “apiKey” is used for access using the api; usually customer specific."
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Boundary by Postal Key",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/location/boundary?postalKey=98101:US&product=county&format=json&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"location",
										"boundary"
									],
									"query": [
										{
											"key": "postalKey",
											"value": "98101:US",
											"description": "Postal Key is a composite Postal Code location identifier key of <Postal Code>:<Country Code>"
										},
										{
											"key": "product",
											"value": "county",
											"description": "The product is the identifier type used in the query. Valid values include: county, pollen, postalKey, zone."
										},
										{
											"key": "format",
											"value": "json",
											"description": "The format of the response (json)"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "The “apiKey” is used for access using the api; usually customer specific."
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Boundary by zoneId",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/location/boundary?zoneId=GAZ034&product=county&format=json&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"location",
										"boundary"
									],
									"query": [
										{
											"key": "zoneId",
											"value": "GAZ034",
											"description": "Government assigned zone identifier."
										},
										{
											"key": "product",
											"value": "county",
											"description": "The product is the identifier type used in the query. Valid values include: county, pollen, postalKey, zone."
										},
										{
											"key": "format",
											"value": "json",
											"description": "The format of the response (json)"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "The “apiKey” is used for access using the api; usually customer specific."
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Boundary by CountryId",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/location/boundary?countyId=GAC237&product=county&format=json&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"location",
										"boundary"
									],
									"query": [
										{
											"key": "countyId",
											"value": "GAC237",
											"description": "Governmental assigned county identifier"
										},
										{
											"key": "product",
											"value": "county",
											"description": "The product is the identifier type used in the query. Valid values include: county, pollen, postalKey, zone."
										},
										{
											"key": "format",
											"value": "json",
											"description": "The format of the response (json)"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "The “apiKey” is used for access using the api; usually customer specific."
										}
									]
								}
							},
							"response": []
						}
					],
					"description": "This API returns polygon boundary geometry in GeoJSON format for a specified location. It supports multiple location identifiers—including geocode, postalKey, IATA, ICAO, placeId, countyId, and zoneId—and provides boundary coordinates for products such as county, zone, pollen, and postal areas. Designed for mapping, visualization, and geospatial analysis use cases."
				}
			]
		},
		{
			"name": "Probabilistic Forecasts",
			"item": [
				{
					"name": "Probabilistic Hourly Forecast",
					"item": [
						{
							"name": "Probabilistic Hourly Forecast by Geocode",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/wx/forecast/probabilistic?geocode=43.37,-71.03&elevation=140&landuse=1&hours=24&format=json&units=m&prototypes=windSpeed:2&discretePdfs=windGust:coarse&percentiles=visibility:10:50:90;ceiling:10:50:90&probabilities=qpf:0.1,inf&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"wx",
										"forecast",
										"probabilistic"
									],
									"query": [
										{
											"key": "geocode",
											"value": "43.37,-71.03",
											"description": "Required Parameters"
										},
										{
											"key": "elevation",
											"value": "140",
											"description": "Optional Parameters"
										},
										{
											"key": "landuse",
											"value": "1",
											"description": "Optional Parameters"
										},
										{
											"key": "hours",
											"value": "24",
											"description": "Optional Parameters"
										},
										{
											"key": "format",
											"value": "json",
											"description": "Required Parameters"
										},
										{
											"key": "units",
											"value": "m",
											"description": "Required Parameters"
										},
										{
											"key": "prototypes",
											"value": "windSpeed:2",
											"description": "Optional Parameters"
										},
										{
											"key": "discretePdfs",
											"value": "windGust:coarse",
											"description": "Optional Parameters"
										},
										{
											"key": "percentiles",
											"value": "visibility:10:50:90;ceiling:10:50:90",
											"description": "Optional Parameters"
										},
										{
											"key": "probabilities",
											"value": "qpf:0.1,inf",
											"description": "Optional Parameters"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "Required Parameters"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Probabilistic Hourly Forecast by IATA Code",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/wx/forecast/probabilistic?iataCode=DEN&elevation=2000&landuse=1&hours=24&format=json&units=e&discretePdfs=temperature:coarse&percentiles=visibility:10:50:90;ceiling:10:50:90&probabilities=qpf:0.1,inf&prototypes=windSpeed:2&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"wx",
										"forecast",
										"probabilistic"
									],
									"query": [
										{
											"key": "iataCode",
											"value": "DEN",
											"description": "Required Parameters"
										},
										{
											"key": "elevation",
											"value": "2000",
											"description": "Optional Parameters"
										},
										{
											"key": "landuse",
											"value": "1",
											"description": "Optional Parameters"
										},
										{
											"key": "hours",
											"value": "24",
											"description": "Optional Parameters"
										},
										{
											"key": "format",
											"value": "json",
											"description": "Required Parameters"
										},
										{
											"key": "units",
											"value": "e",
											"description": "Required Parameters"
										},
										{
											"key": "discretePdfs",
											"value": "temperature:coarse",
											"description": "Optional Parameters"
										},
										{
											"key": "percentiles",
											"value": "visibility:10:50:90;ceiling:10:50:90",
											"description": "Optional Parameters"
										},
										{
											"key": "probabilities",
											"value": "qpf:0.1,inf",
											"description": "Optional Parameters"
										},
										{
											"key": "prototypes",
											"value": "windSpeed:2",
											"description": "Optional Parameters"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "Required Parameters"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Probabilistic Hourly Forecast by ICAO Code",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/wx/forecast/probabilistic?icaoCode=KDEN&elevation=2000&landuse=1&hours=24&format=json&units=e&discretePdfs=temperature:coarse&percentiles=visibility:10:50:90;ceiling:10:50:90&prototypes=windSpeed:2&probabilities=qpf:0.1,inf&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"wx",
										"forecast",
										"probabilistic"
									],
									"query": [
										{
											"key": "icaoCode",
											"value": "KDEN"
										},
										{
											"key": "elevation",
											"value": "2000"
										},
										{
											"key": "landuse",
											"value": "1"
										},
										{
											"key": "hours",
											"value": "24"
										},
										{
											"key": "format",
											"value": "json"
										},
										{
											"key": "units",
											"value": "e"
										},
										{
											"key": "discretePdfs",
											"value": "temperature:coarse"
										},
										{
											"key": "percentiles",
											"value": "visibility:10:50:90;ceiling:10:50:90"
										},
										{
											"key": "prototypes",
											"value": "windSpeed:2"
										},
										{
											"key": "probabilities",
											"value": "qpf:0.1,inf"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Probabilistic Hourly Forecast by Place Id",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/wx/forecast/probabilistic?placeid=ee0214ae7fb1d265f3e4d2509e77557119b2cac9d0ac1013b593c74a1567f2b7&format=json&units=e&discretePdfs=temperature:coarse&elevation=2000&hours=24&landuse=1&percentiles=visibility:10:50:90;ceiling:10:50:90&probabilities=qpf:0.1,inf&prototypes=windSpeed:2&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"wx",
										"forecast",
										"probabilistic"
									],
									"query": [
										{
											"key": "placeid",
											"value": "ee0214ae7fb1d265f3e4d2509e77557119b2cac9d0ac1013b593c74a1567f2b7"
										},
										{
											"key": "format",
											"value": "json"
										},
										{
											"key": "units",
											"value": "e"
										},
										{
											"key": "discretePdfs",
											"value": "temperature:coarse"
										},
										{
											"key": "elevation",
											"value": "2000"
										},
										{
											"key": "hours",
											"value": "24"
										},
										{
											"key": "landuse",
											"value": "1"
										},
										{
											"key": "percentiles",
											"value": "visibility:10:50:90;ceiling:10:50:90"
										},
										{
											"key": "probabilities",
											"value": "qpf:0.1,inf"
										},
										{
											"key": "prototypes",
											"value": "windSpeed:2"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Probabilistic Hourly Forecast by Postal Key",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/wx/forecast/probabilistic?postalKey=81657:US&format=json&units=e&discretePdfs=temperature:coarse&elevation=2000&hours=24&landuse=1&percentiles=visibility:10:50:90;ceiling:10:50:90&probabilities=qpf:0.1,inf&prototypes=windSpeed:2&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"wx",
										"forecast",
										"probabilistic"
									],
									"query": [
										{
											"key": "postalKey",
											"value": "81657:US"
										},
										{
											"key": "format",
											"value": "json"
										},
										{
											"key": "units",
											"value": "e"
										},
										{
											"key": "discretePdfs",
											"value": "temperature:coarse"
										},
										{
											"key": "elevation",
											"value": "2000"
										},
										{
											"key": "hours",
											"value": "24"
										},
										{
											"key": "landuse",
											"value": "1"
										},
										{
											"key": "percentiles",
											"value": "visibility:10:50:90;ceiling:10:50:90"
										},
										{
											"key": "probabilities",
											"value": "qpf:0.1,inf"
										},
										{
											"key": "prototypes",
											"value": "windSpeed:2"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}"
										}
									]
								}
							},
							"response": []
						}
					]
				}
			]
		}
	],
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"packages": {},
				"requests": {},
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"packages": {},
				"requests": {},
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"key": "yourApiKey",
			"value": ""
		}
	]
}