{
	"info": {
		"_postman_id": "5c9c15b4-8ef5-47b5-bfd4-aded39ba2dc4",
		"name": "Seasonal Forecast",
		"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.7506,-73.9971&format=json&language=en-US&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"location",
										"point"
									],
									"query": [
										{
											"key": "geocode",
											"value": "40.7506,-73.9971",
											"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": []
						},
						{
							"name": "Search Location by Canonical City ID",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/location/point?canonicalCityId=3e933388e3fb38c28c2d0806165bf7e3185d84bbb370417734798573ee243240&language=en-US&format=json&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"location",
										"point"
									],
									"query": [
										{
											"key": "canonicalCityId",
											"value": "3e933388e3fb38c28c2d0806165bf7e3185d84bbb370417734798573ee243240",
											"description": "A city level place identifier.  The canonical city id encompasses lower level place types.\nNote: This value should be used for SEO purposes only."
										},
										{
											"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 Location Id",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/location/point?locid=USWY0183:1:US&language=en-US&format=json&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"location",
										"point"
									],
									"query": [
										{
											"key": "locid",
											"value": "USWY0183:1:US",
											"description": "Legacy TWC location identifier corresponding to a unique location record.  This location type is provided to ensure compatibility with legacy queries."
										},
										{
											"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": []
						}
					],
					"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.7506,-73.9971&product=airport&format=json&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"location",
										"near"
									],
									"query": [
										{
											"key": "geocode",
											"value": "40.7506,-73.9971",
											"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.7506,-73.9971&product=county&format=json&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"location",
										"boundary"
									],
									"query": [
										{
											"key": "geocode",
											"value": "40.7506,-73.9971",
											"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": "Weather Imagery",
			"item": [
				{
					"name": "Gridded & Polygonal Seasonal & SubSeasonal Forecast",
					"item": [
						{
							"name": "Precipitation Departure Forecast - 7 days",
							"item": [
								{
									"name": "Get Tiler Info",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/tiler/info?products=500:Precipitationanomalysurface7Day2&meta=true&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"tiler",
												"info"
											],
											"query": [
												{
													"key": "products",
													"value": "500:Precipitationanomalysurface7Day2"
												},
												{
													"key": "meta",
													"value": "true",
													"description": "Optional Parameter"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Tiler Data",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/tiler/data?products=500:Precipitationanomalysurface7Day2&rt=1474375500000&t=1474400700000&lod=2&x=0&y=0&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"tiler",
												"data"
											],
											"query": [
												{
													"key": "products",
													"value": "500:Precipitationanomalysurface7Day2"
												},
												{
													"key": "rt",
													"value": "1474375500000"
												},
												{
													"key": "t",
													"value": "1474400700000"
												},
												{
													"key": "lod",
													"value": "2"
												},
												{
													"key": "x",
													"value": "0"
												},
												{
													"key": "y",
													"value": "0"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Featurizer Tile - Forecast",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/featurizer/tile?product=500:Precipitationanomalysurface7Day2&rt=1474375500000&t=1474400700000&lod=2&x=0&y=0&threshold=0&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"featurizer",
												"tile"
											],
											"query": [
												{
													"key": "product",
													"value": "500:Precipitationanomalysurface7Day2"
												},
												{
													"key": "rt",
													"value": "1474375500000"
												},
												{
													"key": "t",
													"value": "1474400700000"
												},
												{
													"key": "lod",
													"value": "2"
												},
												{
													"key": "x",
													"value": "0"
												},
												{
													"key": "y",
													"value": "0"
												},
												{
													"key": "threshold",
													"value": "0",
													"description": "Optional Parameter"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Featurizer Feature (Native Resolution) - Forecast",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/featurizer/feature?product=500:Precipitationanomalysurface7Day2&rt=1474375500000&t=1474400700000&threshold=0&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"featurizer",
												"feature"
											],
											"query": [
												{
													"key": "product",
													"value": "500:Precipitationanomalysurface7Day2"
												},
												{
													"key": "rt",
													"value": "1474375500000"
												},
												{
													"key": "t",
													"value": "1474400700000"
												},
												{
													"key": "threshold",
													"value": "0",
													"description": "Optional Parameter"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								}
							]
						},
						{
							"name": "Temperature Departure Forecast  - 7 days",
							"item": [
								{
									"name": "Get Tiler Info",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/tiler/info?products=500:Temperatureanomalyheightaboveground7Day2&meta=true&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"tiler",
												"info"
											],
											"query": [
												{
													"key": "products",
													"value": "500:Temperatureanomalyheightaboveground7Day2"
												},
												{
													"key": "meta",
													"value": "true",
													"description": "Optional Parameter"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Tiler Data",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/tiler/data?products=500:Temperatureanomalyheightaboveground7Day2&rt=1474375500000&t=1474400700000&lod=2&x=0&y=0&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"tiler",
												"data"
											],
											"query": [
												{
													"key": "products",
													"value": "500:Temperatureanomalyheightaboveground7Day2"
												},
												{
													"key": "rt",
													"value": "1474375500000"
												},
												{
													"key": "t",
													"value": "1474400700000"
												},
												{
													"key": "lod",
													"value": "2"
												},
												{
													"key": "x",
													"value": "0"
												},
												{
													"key": "y",
													"value": "0"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Featurizer Tile - Forecast",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/featurizer/tile?product=500:Temperatureanomalyheightaboveground7Day2&rt=1474375500000&t=1474400700000&lod=2&x=0&y=0&threshold=0&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"featurizer",
												"tile"
											],
											"query": [
												{
													"key": "product",
													"value": "500:Temperatureanomalyheightaboveground7Day2"
												},
												{
													"key": "rt",
													"value": "1474375500000"
												},
												{
													"key": "t",
													"value": "1474400700000"
												},
												{
													"key": "lod",
													"value": "2"
												},
												{
													"key": "x",
													"value": "0"
												},
												{
													"key": "y",
													"value": "0"
												},
												{
													"key": "threshold",
													"value": "0",
													"description": "Optional Parameter"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Featurizer Feature (Native Resolution) - Forecast",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/featurizer/feature?product=500:Temperatureanomalyheightaboveground7Day2&rt=1474375500000&t=1474400700000&threshold=0&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"featurizer",
												"feature"
											],
											"query": [
												{
													"key": "product",
													"value": "500:Temperatureanomalyheightaboveground7Day2"
												},
												{
													"key": "rt",
													"value": "1474375500000"
												},
												{
													"key": "t",
													"value": "1474400700000"
												},
												{
													"key": "threshold",
													"value": "0",
													"description": "Optional Parameter"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								}
							]
						},
						{
							"name": "Precipitation Departure Forecast - 1 month",
							"item": [
								{
									"name": "Get Tiler Info",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/tiler/info?products=500:Precipitationanomalysurface1Month2&meta=true&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"tiler",
												"info"
											],
											"query": [
												{
													"key": "products",
													"value": "500:Precipitationanomalysurface1Month2"
												},
												{
													"key": "meta",
													"value": "true",
													"description": "Optional Parameter"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Tiler Data",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/tiler/data?products=500:Precipitationanomalysurface1Month2&rt=1474375500000&t=1474400700000&lod=2&x=0&y=0&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"tiler",
												"data"
											],
											"query": [
												{
													"key": "products",
													"value": "500:Precipitationanomalysurface1Month2"
												},
												{
													"key": "rt",
													"value": "1474375500000"
												},
												{
													"key": "t",
													"value": "1474400700000"
												},
												{
													"key": "lod",
													"value": "2"
												},
												{
													"key": "x",
													"value": "0"
												},
												{
													"key": "y",
													"value": "0"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Featurizer Tile - Forecast",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/featurizer/tile?product=500:Precipitationanomalysurface1Month2&rt=1474375500000&t=1474400700000&lod=2&x=0&y=0&threshold=0&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"featurizer",
												"tile"
											],
											"query": [
												{
													"key": "product",
													"value": "500:Precipitationanomalysurface1Month2"
												},
												{
													"key": "rt",
													"value": "1474375500000"
												},
												{
													"key": "t",
													"value": "1474400700000"
												},
												{
													"key": "lod",
													"value": "2"
												},
												{
													"key": "x",
													"value": "0"
												},
												{
													"key": "y",
													"value": "0"
												},
												{
													"key": "threshold",
													"value": "0",
													"description": "Optional Parameter"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Featurizer Feature (Native Resolution) - Forecast",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/featurizer/feature?product=500:Precipitationanomalysurface1Month2&rt=1474375500000&t=1474400700000&threshold=0&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"featurizer",
												"feature"
											],
											"query": [
												{
													"key": "product",
													"value": "500:Precipitationanomalysurface1Month2"
												},
												{
													"key": "rt",
													"value": "1474375500000"
												},
												{
													"key": "t",
													"value": "1474400700000"
												},
												{
													"key": "threshold",
													"value": "0",
													"description": "Optional Parameter"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								}
							]
						},
						{
							"name": "Precipitation Departure Forecast - 3 months",
							"item": [
								{
									"name": "Get Tiler Info",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/tiler/info?products=500:Precipitationanomalysurface3Month2&meta=true&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"tiler",
												"info"
											],
											"query": [
												{
													"key": "products",
													"value": "500:Precipitationanomalysurface3Month2"
												},
												{
													"key": "meta",
													"value": "true",
													"description": "Optional Parameter"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Tiler Data",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/tiler/data?products=500:Precipitationanomalysurface3Month2&rt=1474375500000&t=1474400700000&lod=2&x=0&y=0&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"tiler",
												"data"
											],
											"query": [
												{
													"key": "products",
													"value": "500:Precipitationanomalysurface3Month2"
												},
												{
													"key": "rt",
													"value": "1474375500000"
												},
												{
													"key": "t",
													"value": "1474400700000"
												},
												{
													"key": "lod",
													"value": "2"
												},
												{
													"key": "x",
													"value": "0"
												},
												{
													"key": "y",
													"value": "0"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Featurizer Tile - Forecast",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/featurizer/tile?product=500:Precipitationanomalysurface3Month2&rt=1474375500000&t=1474400700000&lod=2&x=0&y=0&threshold=0&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"featurizer",
												"tile"
											],
											"query": [
												{
													"key": "product",
													"value": "500:Precipitationanomalysurface3Month2"
												},
												{
													"key": "rt",
													"value": "1474375500000"
												},
												{
													"key": "t",
													"value": "1474400700000"
												},
												{
													"key": "lod",
													"value": "2"
												},
												{
													"key": "x",
													"value": "0"
												},
												{
													"key": "y",
													"value": "0"
												},
												{
													"key": "threshold",
													"value": "0",
													"description": "Optional Parameter"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Featurizer Feature (Native Resolution) - Forecast",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/featurizer/feature?product=500:Precipitationanomalysurface3Month2&rt=1474375500000&t=1474400700000&threshold=0&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"featurizer",
												"feature"
											],
											"query": [
												{
													"key": "product",
													"value": "500:Precipitationanomalysurface3Month2"
												},
												{
													"key": "rt",
													"value": "1474375500000"
												},
												{
													"key": "t",
													"value": "1474400700000"
												},
												{
													"key": "threshold",
													"value": "0",
													"description": "Optional Parameter"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								}
							]
						},
						{
							"name": "Temperature Departure Forecast  - 1 month",
							"item": [
								{
									"name": "Get Tiler Info",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/tiler/info?products=500:Temperatureanomalyheightaboveground1Month2&meta=true&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"tiler",
												"info"
											],
											"query": [
												{
													"key": "products",
													"value": "500:Temperatureanomalyheightaboveground1Month2"
												},
												{
													"key": "meta",
													"value": "true",
													"description": "Optional Parameter"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Tiler Data",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/tiler/data?products=500:Temperatureanomalyheightaboveground1Month2&rt=1474375500000&t=1474400700000&lod=2&x=0&y=0&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"tiler",
												"data"
											],
											"query": [
												{
													"key": "products",
													"value": "500:Temperatureanomalyheightaboveground1Month2"
												},
												{
													"key": "rt",
													"value": "1474375500000"
												},
												{
													"key": "t",
													"value": "1474400700000"
												},
												{
													"key": "lod",
													"value": "2"
												},
												{
													"key": "x",
													"value": "0"
												},
												{
													"key": "y",
													"value": "0"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Featurizer Tile - Forecast",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/featurizer/tile?product=500:Temperatureanomalyheightaboveground1Month2&rt=1474375500000&t=1474400700000&lod=2&x=0&y=0&threshold=0&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"featurizer",
												"tile"
											],
											"query": [
												{
													"key": "product",
													"value": "500:Temperatureanomalyheightaboveground1Month2"
												},
												{
													"key": "rt",
													"value": "1474375500000"
												},
												{
													"key": "t",
													"value": "1474400700000"
												},
												{
													"key": "lod",
													"value": "2"
												},
												{
													"key": "x",
													"value": "0"
												},
												{
													"key": "y",
													"value": "0"
												},
												{
													"key": "threshold",
													"value": "0",
													"description": "Optional Parameter"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Featurizer Feature (Native Resolution) - Forecast",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/featurizer/feature?product=500:Temperatureanomalyheightaboveground1Month2&rt=1474375500000&t=1474400700000&threshold=0&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"featurizer",
												"feature"
											],
											"query": [
												{
													"key": "product",
													"value": "500:Temperatureanomalyheightaboveground1Month2"
												},
												{
													"key": "rt",
													"value": "1474375500000"
												},
												{
													"key": "t",
													"value": "1474400700000"
												},
												{
													"key": "threshold",
													"value": "0",
													"description": "Optional Parameter"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								}
							]
						},
						{
							"name": "Temperature Departure Forecast  - 3 months",
							"item": [
								{
									"name": "Get Tiler Info",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/tiler/info?products=500:Temperatureanomalyheightaboveground3Month2&meta=true&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"tiler",
												"info"
											],
											"query": [
												{
													"key": "products",
													"value": "500:Temperatureanomalyheightaboveground3Month2"
												},
												{
													"key": "meta",
													"value": "true",
													"description": "Optional Parameter"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Tiler Data",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/tiler/data?products=500:Temperatureanomalyheightaboveground3Month2&rt=1474375500000&t=1474400700000&lod=2&x=0&y=0&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"tiler",
												"data"
											],
											"query": [
												{
													"key": "products",
													"value": "500:Temperatureanomalyheightaboveground3Month2"
												},
												{
													"key": "rt",
													"value": "1474375500000"
												},
												{
													"key": "t",
													"value": "1474400700000"
												},
												{
													"key": "lod",
													"value": "2"
												},
												{
													"key": "x",
													"value": "0"
												},
												{
													"key": "y",
													"value": "0"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Featurizer Tile - Forecast",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/featurizer/tile?product=500:Temperatureanomalyheightaboveground3Month2&rt=1474375500000&t=1474400700000&lod=2&x=0&y=0&threshold=0&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"featurizer",
												"tile"
											],
											"query": [
												{
													"key": "product",
													"value": "500:Temperatureanomalyheightaboveground3Month2"
												},
												{
													"key": "rt",
													"value": "1474375500000"
												},
												{
													"key": "t",
													"value": "1474400700000"
												},
												{
													"key": "lod",
													"value": "2"
												},
												{
													"key": "x",
													"value": "0"
												},
												{
													"key": "y",
													"value": "0"
												},
												{
													"key": "threshold",
													"value": "0",
													"description": "Optional Parameter"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Featurizer Feature (Native Resolution) - Forecast",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/featurizer/feature?product=500:Temperatureanomalyheightaboveground3Month2&rt=1474375500000&t=1474400700000&threshold=0&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"featurizer",
												"feature"
											],
											"query": [
												{
													"key": "product",
													"value": "500:Temperatureanomalyheightaboveground3Month2"
												},
												{
													"key": "rt",
													"value": "1474375500000"
												},
												{
													"key": "t",
													"value": "1474400700000"
												},
												{
													"key": "threshold",
													"value": "0",
													"description": "Optional Parameter"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								}
							]
						}
					]
				},
				{
					"name": "Seasonal & SubSeasonal Forecast - Point",
					"item": [
						{
							"name": "Temperature Departure Forecast - Point Data 1 month",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v2/tiler/point?products=500:Temperatureanomalyheightaboveground1Month2&rt=1451606401000&t=1451606400000&lon=-74.0&lat=40.7&method=nearest&format=geojson&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v2",
										"tiler",
										"point"
									],
									"query": [
										{
											"key": "products",
											"value": "500:Temperatureanomalyheightaboveground1Month2"
										},
										{
											"key": "rt",
											"value": "1451606401000"
										},
										{
											"key": "t",
											"value": "1451606400000"
										},
										{
											"key": "lon",
											"value": "-74.0"
										},
										{
											"key": "lat",
											"value": "40.7"
										},
										{
											"key": "method",
											"value": "nearest"
										},
										{
											"key": "format",
											"value": "geojson"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Precipitation Departure Forecast - Point Data 1 month",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v2/tiler/point?products=500:Precipitationanomalysurface1Month2&rt=1451606401000&t=1451606400000&lon=-74.0&lat=40.7&method=nearest&format=geojson&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v2",
										"tiler",
										"point"
									],
									"query": [
										{
											"key": "products",
											"value": "500:Precipitationanomalysurface1Month2"
										},
										{
											"key": "rt",
											"value": "1451606401000"
										},
										{
											"key": "t",
											"value": "1451606400000"
										},
										{
											"key": "lon",
											"value": "-74.0"
										},
										{
											"key": "lat",
											"value": "40.7"
										},
										{
											"key": "method",
											"value": "nearest"
										},
										{
											"key": "format",
											"value": "geojson"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Temperature Departure Forecast - Point Data  7 days",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v2/tiler/point?products=500:Temperatureanomalyheightaboveground7Day2&rt=1451606401000&t=1451606400000&lon=-74.0&lat=40.7&method=nearest&format=geojson&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v2",
										"tiler",
										"point"
									],
									"query": [
										{
											"key": "products",
											"value": "500:Temperatureanomalyheightaboveground7Day2"
										},
										{
											"key": "rt",
											"value": "1451606401000"
										},
										{
											"key": "t",
											"value": "1451606400000"
										},
										{
											"key": "lon",
											"value": "-74.0"
										},
										{
											"key": "lat",
											"value": "40.7"
										},
										{
											"key": "method",
											"value": "nearest"
										},
										{
											"key": "format",
											"value": "geojson"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Precipitation Departure Forecast - Point Data  7 days",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v2/tiler/point?products=500:Precipitationanomalysurface7Day2&rt=1451606401000&t=1451606400000&lon=-74.0&lat=40.7&method=nearest&format=geojson&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v2",
										"tiler",
										"point"
									],
									"query": [
										{
											"key": "products",
											"value": "500:Precipitationanomalysurface7Day2"
										},
										{
											"key": "rt",
											"value": "1451606401000"
										},
										{
											"key": "t",
											"value": "1451606400000"
										},
										{
											"key": "lon",
											"value": "-74.0"
										},
										{
											"key": "lat",
											"value": "40.7"
										},
										{
											"key": "method",
											"value": "nearest"
										},
										{
											"key": "format",
											"value": "geojson"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Precipitation Departure Forecast - Point Data 3 months",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v2/tiler/point?products=500:Precipitationanomalysurface3Month2&rt=1451606401000&t=1451606400000&lon=-74.0&lat=40.7&method=nearest&format=geojson&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v2",
										"tiler",
										"point"
									],
									"query": [
										{
											"key": "products",
											"value": "500:Precipitationanomalysurface3Month2"
										},
										{
											"key": "rt",
											"value": "1451606401000"
										},
										{
											"key": "t",
											"value": "1451606400000"
										},
										{
											"key": "lon",
											"value": "-74.0"
										},
										{
											"key": "lat",
											"value": "40.7"
										},
										{
											"key": "method",
											"value": "nearest"
										},
										{
											"key": "format",
											"value": "geojson"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Temperature Departure Forecast - Point Data 3 months",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v2/tiler/point?products=500:Temperatureanomalyheightaboveground3Month2&rt=1451606401000&t=1451606400000&lon=-74.0&lat=40.7&method=nearest&format=geojson&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v2",
										"tiler",
										"point"
									],
									"query": [
										{
											"key": "products",
											"value": "500:Temperatureanomalyheightaboveground3Month2"
										},
										{
											"key": "rt",
											"value": "1451606401000"
										},
										{
											"key": "t",
											"value": "1451606400000"
										},
										{
											"key": "lon",
											"value": "-74.0"
										},
										{
											"key": "lat",
											"value": "40.7"
										},
										{
											"key": "method",
											"value": "nearest"
										},
										{
											"key": "format",
											"value": "geojson"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}"
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Climatology Averages",
					"item": [
						{
							"name": "Monthly Total Precipitation",
							"item": [
								{
									"name": "Get Tiler Info",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/tiler/info?apiKey={{yourApiKey}}&products=503:monthlyTotalPrecipitation&meta=true",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"tiler",
												"info"
											],
											"query": [
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												},
												{
													"key": "products",
													"value": "503:monthlyTotalPrecipitation"
												},
												{
													"key": "meta",
													"value": "true"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Tiler Data - Forecast",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/tiler/data?products=503:monthlyTotalPrecipitation&rt=1474375500000&t=1474400700000&lod=2&x=0&y=0&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"tiler",
												"data"
											],
											"query": [
												{
													"key": "products",
													"value": "503:monthlyTotalPrecipitation"
												},
												{
													"key": "rt",
													"value": "1474375500000"
												},
												{
													"key": "t",
													"value": "1474400700000"
												},
												{
													"key": "lod",
													"value": "2"
												},
												{
													"key": "x",
													"value": "0"
												},
												{
													"key": "y",
													"value": "0"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Featurizer Tile - Forecast",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/featurizer/tile?product=503:monthlyTotalPrecipitation&t=1474400700000&lod=2&x=0&y=0&threshold=0&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"featurizer",
												"tile"
											],
											"query": [
												{
													"key": "product",
													"value": "503:monthlyTotalPrecipitation"
												},
												{
													"key": "t",
													"value": "1474400700000"
												},
												{
													"key": "lod",
													"value": "2"
												},
												{
													"key": "x",
													"value": "0"
												},
												{
													"key": "y",
													"value": "0"
												},
												{
													"key": "threshold",
													"value": "0"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Featurizer Feature (Native Resolution) - Forecast",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/featurizer/feature?product=503:monthlyTotalPrecipitation&t=1474400700000&threshold=0&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"featurizer",
												"feature"
											],
											"query": [
												{
													"key": "product",
													"value": "503:monthlyTotalPrecipitation"
												},
												{
													"key": "t",
													"value": "1474400700000"
												},
												{
													"key": "threshold",
													"value": "0"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Point Data - Forecast",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/tiler/point?products=503:monthlyTotalPrecipitation&t=1451606400000&lon=-74.0&lat=40.7&method=nearest&format=geojson&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"tiler",
												"point"
											],
											"query": [
												{
													"key": "products",
													"value": "503:monthlyTotalPrecipitation"
												},
												{
													"key": "t",
													"value": "1451606400000"
												},
												{
													"key": "lon",
													"value": "-74.0"
												},
												{
													"key": "lat",
													"value": "40.7"
												},
												{
													"key": "method",
													"value": "nearest"
												},
												{
													"key": "format",
													"value": "geojson"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								}
							]
						},
						{
							"name": "Monthly Average, Daily Average Temperature",
							"item": [
								{
									"name": "Get Tiler Info",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/tiler/info?products=503:dailyAvgTemperature&meta=true&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"tiler",
												"info"
											],
											"query": [
												{
													"key": "products",
													"value": "503:dailyAvgTemperature"
												},
												{
													"key": "meta",
													"value": "true"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Tiler Data - Forecast",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/tiler/data?products=503:dailyAvgTemperature&rt=1474375500000&t=1474400700000&lod=2&x=0&y=0&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"tiler",
												"data"
											],
											"query": [
												{
													"key": "products",
													"value": "503:dailyAvgTemperature"
												},
												{
													"key": "rt",
													"value": "1474375500000"
												},
												{
													"key": "t",
													"value": "1474400700000"
												},
												{
													"key": "lod",
													"value": "2"
												},
												{
													"key": "x",
													"value": "0"
												},
												{
													"key": "y",
													"value": "0"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Featurizer Tile - Forecast",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/featurizer/tile?product=503:dailyAvgTemperature&t=1474400700000&lod=2&x=0&y=0&threshold=0&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"featurizer",
												"tile"
											],
											"query": [
												{
													"key": "product",
													"value": "503:dailyAvgTemperature"
												},
												{
													"key": "t",
													"value": "1474400700000"
												},
												{
													"key": "lod",
													"value": "2"
												},
												{
													"key": "x",
													"value": "0"
												},
												{
													"key": "y",
													"value": "0"
												},
												{
													"key": "threshold",
													"value": "0"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Featurizer Feature (Native Resolution) - Forecast",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/featurizer/feature?product=503:dailyAvgTemperature&t=1474400700000&threshold=0&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"featurizer",
												"feature"
											],
											"query": [
												{
													"key": "product",
													"value": "503:dailyAvgTemperature"
												},
												{
													"key": "t",
													"value": "1474400700000"
												},
												{
													"key": "threshold",
													"value": "0"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Point Data - Forecast",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/tiler/point?products=503:dailyAvgTemperature&t=1451606400000&lon=-74.0&lat=40.7&method=nearest&format=geojson&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"tiler",
												"point"
											],
											"query": [
												{
													"key": "products",
													"value": "503:dailyAvgTemperature"
												},
												{
													"key": "t",
													"value": "1451606400000"
												},
												{
													"key": "lon",
													"value": "-74.0"
												},
												{
													"key": "lat",
													"value": "40.7"
												},
												{
													"key": "method",
													"value": "nearest"
												},
												{
													"key": "format",
													"value": "geojson"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								}
							]
						},
						{
							"name": "Monthly Average, Daily Minimum Temperature",
							"item": [
								{
									"name": "Get Tiler Info",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/tiler/info?products=503:dailyMinTemperature&meta=true&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"tiler",
												"info"
											],
											"query": [
												{
													"key": "products",
													"value": "503:dailyMinTemperature"
												},
												{
													"key": "meta",
													"value": "true"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Tiler Data - Forecast",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/tiler/data?products=503:dailyMinTemperature&rt=1474375500000&t=1474400700000&lod=2&x=0&y=0&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"tiler",
												"data"
											],
											"query": [
												{
													"key": "products",
													"value": "503:dailyMinTemperature"
												},
												{
													"key": "rt",
													"value": "1474375500000"
												},
												{
													"key": "t",
													"value": "1474400700000"
												},
												{
													"key": "lod",
													"value": "2"
												},
												{
													"key": "x",
													"value": "0"
												},
												{
													"key": "y",
													"value": "0"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Featurizer Tile - Forecast",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/featurizer/tile?product=503:dailyMinTemperature&t=1474400700000&lod=2&x=0&y=0&threshold=0&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"featurizer",
												"tile"
											],
											"query": [
												{
													"key": "product",
													"value": "503:dailyMinTemperature"
												},
												{
													"key": "t",
													"value": "1474400700000"
												},
												{
													"key": "lod",
													"value": "2"
												},
												{
													"key": "x",
													"value": "0"
												},
												{
													"key": "y",
													"value": "0"
												},
												{
													"key": "threshold",
													"value": "0"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Featurizer Feature (Native Resolution) - Forecast",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/featurizer/feature?product=503:dailyMinTemperature&t=1474400700000&threshold=0&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"featurizer",
												"feature"
											],
											"query": [
												{
													"key": "product",
													"value": "503:dailyMinTemperature"
												},
												{
													"key": "t",
													"value": "1474400700000"
												},
												{
													"key": "threshold",
													"value": "0"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Point Data - Forecast",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/tiler/point?products=503:dailyMinTemperature&t=1451606400000&lon=-74.0&lat=40.7&method=nearest&format=geojson&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"tiler",
												"point"
											],
											"query": [
												{
													"key": "products",
													"value": "503:dailyMinTemperature"
												},
												{
													"key": "t",
													"value": "1451606400000"
												},
												{
													"key": "lon",
													"value": "-74.0"
												},
												{
													"key": "lat",
													"value": "40.7"
												},
												{
													"key": "method",
													"value": "nearest"
												},
												{
													"key": "format",
													"value": "geojson"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								}
							]
						},
						{
							"name": "Monthly Average, Daily Maximum Temperature",
							"item": [
								{
									"name": "Get Tiler Info",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/tiler/info?products=503:dailyMaxTemperature&meta=true&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"tiler",
												"info"
											],
											"query": [
												{
													"key": "products",
													"value": "503:dailyMaxTemperature"
												},
												{
													"key": "meta",
													"value": "true"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Tiler Data - Forecast",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/tiler/data?products=503:dailyMaxTemperature&rt=1474375500000&t=1474400700000&lod=2&x=0&y=0&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"tiler",
												"data"
											],
											"query": [
												{
													"key": "products",
													"value": "503:dailyMaxTemperature"
												},
												{
													"key": "rt",
													"value": "1474375500000"
												},
												{
													"key": "t",
													"value": "1474400700000"
												},
												{
													"key": "lod",
													"value": "2"
												},
												{
													"key": "x",
													"value": "0"
												},
												{
													"key": "y",
													"value": "0"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Featurizer Tile - Forecast",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/featurizer/tile?product=503:dailyMaxTemperature&t=1474400700000&lod=2&x=0&y=0&threshold=0&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"featurizer",
												"tile"
											],
											"query": [
												{
													"key": "product",
													"value": "503:dailyMaxTemperature"
												},
												{
													"key": "t",
													"value": "1474400700000"
												},
												{
													"key": "lod",
													"value": "2"
												},
												{
													"key": "x",
													"value": "0"
												},
												{
													"key": "y",
													"value": "0"
												},
												{
													"key": "threshold",
													"value": "0"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Featurizer Feature (Native Resolution) - Forecast",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/featurizer/feature?product=503:dailyMaxTemperature&t=1474400700000&threshold=0&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"featurizer",
												"feature"
											],
											"query": [
												{
													"key": "product",
													"value": "503:dailyMaxTemperature"
												},
												{
													"key": "t",
													"value": "1474400700000"
												},
												{
													"key": "threshold",
													"value": "0"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Point Data - Forecast",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/tiler/point?products=503:dailyMaxTemperature&t=1451606400000&lon=-74.0&lat=40.7&method=nearest&format=geojson&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"tiler",
												"point"
											],
											"query": [
												{
													"key": "products",
													"value": "503:dailyMaxTemperature"
												},
												{
													"key": "t",
													"value": "1451606400000"
												},
												{
													"key": "lon",
													"value": "-74.0"
												},
												{
													"key": "lat",
													"value": "40.7"
												},
												{
													"key": "method",
													"value": "nearest"
												},
												{
													"key": "format",
													"value": "geojson"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								}
							]
						},
						{
							"name": "Monthly Total Precipitation",
							"item": [
								{
									"name": "Get Tiler Info",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/tiler/info?products=503:DailyTotalPrecipitation30YearNormal&meta=true&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"tiler",
												"info"
											],
											"query": [
												{
													"key": "products",
													"value": "503:DailyTotalPrecipitation30YearNormal"
												},
												{
													"key": "meta",
													"value": "true"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Tiler Data - Forecast",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/tiler/data?products=503:DailyTotalPrecipitation30YearNormal&rt=1474375500000&t=1474400700000&lod=2&x=0&y=0&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"tiler",
												"data"
											],
											"query": [
												{
													"key": "products",
													"value": "503:DailyTotalPrecipitation30YearNormal"
												},
												{
													"key": "rt",
													"value": "1474375500000"
												},
												{
													"key": "t",
													"value": "1474400700000"
												},
												{
													"key": "lod",
													"value": "2"
												},
												{
													"key": "x",
													"value": "0"
												},
												{
													"key": "y",
													"value": "0"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Featurizer Tile - Forecast",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/featurizer/tile?product=503:DailyTotalPrecipitation30YearNormal&t=1474400700000&lod=2&x=0&y=0&threshold=0&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"featurizer",
												"tile"
											],
											"query": [
												{
													"key": "product",
													"value": "503:DailyTotalPrecipitation30YearNormal"
												},
												{
													"key": "t",
													"value": "1474400700000"
												},
												{
													"key": "lod",
													"value": "2"
												},
												{
													"key": "x",
													"value": "0"
												},
												{
													"key": "y",
													"value": "0"
												},
												{
													"key": "threshold",
													"value": "0"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Featurizer Feature (Native Resolution) - Forecast",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/featurizer/feature?product=503:DailyTotalPrecipitation30YearNormal&t=1474400700000&threshold=0&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"featurizer",
												"feature"
											],
											"query": [
												{
													"key": "product",
													"value": "503:DailyTotalPrecipitation30YearNormal"
												},
												{
													"key": "t",
													"value": "1474400700000"
												},
												{
													"key": "threshold",
													"value": "0"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Point Data - Forecast",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/tiler/point?products=503:DailyTotalPrecipitation30YearNormal&t=1451606400000&lon=-74.0&lat=40.7&method=nearest&format=geojson&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"tiler",
												"point"
											],
											"query": [
												{
													"key": "products",
													"value": "503:DailyTotalPrecipitation30YearNormal"
												},
												{
													"key": "t",
													"value": "1451606400000"
												},
												{
													"key": "lon",
													"value": "-74.0"
												},
												{
													"key": "lat",
													"value": "40.7"
												},
												{
													"key": "method",
													"value": "nearest"
												},
												{
													"key": "format",
													"value": "geojson"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								}
							]
						},
						{
							"name": "Monthly Average, Daily Average Temperature",
							"item": [
								{
									"name": "Get Tiler Info",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/tiler/info?products=503:DailyAvgTemperature30YearNormal&meta=true&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"tiler",
												"info"
											],
											"query": [
												{
													"key": "products",
													"value": "503:DailyAvgTemperature30YearNormal"
												},
												{
													"key": "meta",
													"value": "true"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Tiler Data - Forecast",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/tiler/data?products=503:DailyAvgTemperature30YearNormal&rt=1474375500000&t=1474400700000&lod=2&x=0&y=0&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"tiler",
												"data"
											],
											"query": [
												{
													"key": "products",
													"value": "503:DailyAvgTemperature30YearNormal"
												},
												{
													"key": "rt",
													"value": "1474375500000"
												},
												{
													"key": "t",
													"value": "1474400700000"
												},
												{
													"key": "lod",
													"value": "2"
												},
												{
													"key": "x",
													"value": "0"
												},
												{
													"key": "y",
													"value": "0"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Featurizer Tile - Forecast",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/featurizer/tile?product=503:DailyAvgTemperature30YearNormal&t=1474400700000&lod=2&x=0&y=0&threshold=0&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"featurizer",
												"tile"
											],
											"query": [
												{
													"key": "product",
													"value": "503:DailyAvgTemperature30YearNormal"
												},
												{
													"key": "t",
													"value": "1474400700000"
												},
												{
													"key": "lod",
													"value": "2"
												},
												{
													"key": "x",
													"value": "0"
												},
												{
													"key": "y",
													"value": "0"
												},
												{
													"key": "threshold",
													"value": "0"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Featurizer Feature (Native Resolution) - Forecast",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/featurizer/feature?product=503:DailyAvgTemperature30YearNormal&t=1474400700000&threshold=0&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"featurizer",
												"feature"
											],
											"query": [
												{
													"key": "product",
													"value": "503:DailyAvgTemperature30YearNormal"
												},
												{
													"key": "t",
													"value": "1474400700000"
												},
												{
													"key": "threshold",
													"value": "0"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Point Data - Forecast",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/tiler/point?products=503:DailyAvgTemperature30YearNormal&t=1451606400000&lon=-74.0&lat=40.7&method=nearest&format=geojson&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"tiler",
												"point"
											],
											"query": [
												{
													"key": "products",
													"value": "503:DailyAvgTemperature30YearNormal"
												},
												{
													"key": "t",
													"value": "1451606400000"
												},
												{
													"key": "lon",
													"value": "-74.0"
												},
												{
													"key": "lat",
													"value": "40.7"
												},
												{
													"key": "method",
													"value": "nearest"
												},
												{
													"key": "format",
													"value": "geojson"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								}
							]
						},
						{
							"name": "Monthly Average, Daily Maximum Temperature",
							"item": [
								{
									"name": "Get Tiler Info",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/tiler/info?products=503:DailyMaxTemperature30YearNormal&meta=true&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"tiler",
												"info"
											],
											"query": [
												{
													"key": "products",
													"value": "503:DailyMaxTemperature30YearNormal"
												},
												{
													"key": "meta",
													"value": "true"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Tiler Data - Forecast",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/tiler/data?products=503:DailyMaxTemperature30YearNormal&rt=1474375500000&t=1474400700000&lod=2&x=0&y=0&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"tiler",
												"data"
											],
											"query": [
												{
													"key": "products",
													"value": "503:DailyMaxTemperature30YearNormal"
												},
												{
													"key": "rt",
													"value": "1474375500000"
												},
												{
													"key": "t",
													"value": "1474400700000"
												},
												{
													"key": "lod",
													"value": "2"
												},
												{
													"key": "x",
													"value": "0"
												},
												{
													"key": "y",
													"value": "0"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Featurizer Tile - Forecast",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/featurizer/tile?product=503:DailyMaxTemperature30YearNormal&t=1474400700000&lod=2&x=0&y=0&threshold=0&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"featurizer",
												"tile"
											],
											"query": [
												{
													"key": "product",
													"value": "503:DailyMaxTemperature30YearNormal"
												},
												{
													"key": "t",
													"value": "1474400700000"
												},
												{
													"key": "lod",
													"value": "2"
												},
												{
													"key": "x",
													"value": "0"
												},
												{
													"key": "y",
													"value": "0"
												},
												{
													"key": "threshold",
													"value": "0"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Featurizer Feature (Native Resolution) - Forecast",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/featurizer/feature?product=503:DailyMaxTemperature30YearNormal&t=1474400700000&threshold=0&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"featurizer",
												"feature"
											],
											"query": [
												{
													"key": "product",
													"value": "503:DailyMaxTemperature30YearNormal"
												},
												{
													"key": "t",
													"value": "1474400700000"
												},
												{
													"key": "threshold",
													"value": "0"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Point Data - Forecast",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/tiler/point?products=503:DailyMaxTemperature30YearNormal&t=1451606400000&lon=-74.0&lat=40.7&method=nearest&format=geojson&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"tiler",
												"point"
											],
											"query": [
												{
													"key": "products",
													"value": "503:DailyMaxTemperature30YearNormal"
												},
												{
													"key": "t",
													"value": "1451606400000"
												},
												{
													"key": "lon",
													"value": "-74.0"
												},
												{
													"key": "lat",
													"value": "40.7"
												},
												{
													"key": "method",
													"value": "nearest"
												},
												{
													"key": "format",
													"value": "geojson"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								}
							]
						},
						{
							"name": "Monthly Average, Daily Minimum Temperature",
							"item": [
								{
									"name": "Get Tiler Info",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/tiler/info?products=503:DailyMinTemperature30YearNormal&meta=true&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"tiler",
												"info"
											],
											"query": [
												{
													"key": "products",
													"value": "503:DailyMinTemperature30YearNormal"
												},
												{
													"key": "meta",
													"value": "true"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Tiler Data - Forecast",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/tiler/data?products=503:DailyMinTemperature30YearNormal&rt=1474375500000&t=1474400700000&lod=2&x=0&y=0&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"tiler",
												"data"
											],
											"query": [
												{
													"key": "products",
													"value": "503:DailyMinTemperature30YearNormal"
												},
												{
													"key": "rt",
													"value": "1474375500000"
												},
												{
													"key": "t",
													"value": "1474400700000"
												},
												{
													"key": "lod",
													"value": "2"
												},
												{
													"key": "x",
													"value": "0"
												},
												{
													"key": "y",
													"value": "0"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Featurizer Tile - Forecast",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/featurizer/tile?product=503:DailyMinTemperature30YearNormal&t=1474400700000&lod=2&x=0&y=0&threshold=0&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"featurizer",
												"tile"
											],
											"query": [
												{
													"key": "product",
													"value": "503:DailyMinTemperature30YearNormal"
												},
												{
													"key": "t",
													"value": "1474400700000"
												},
												{
													"key": "lod",
													"value": "2"
												},
												{
													"key": "x",
													"value": "0"
												},
												{
													"key": "y",
													"value": "0"
												},
												{
													"key": "threshold",
													"value": "0"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Featurizer Feature (Native Resolution) - Forecast",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/featurizer/feature?product=503:DailyMinTemperature30YearNormal&t=1474400700000&threshold=0&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"featurizer",
												"feature"
											],
											"query": [
												{
													"key": "product",
													"value": "503:DailyMinTemperature30YearNormal"
												},
												{
													"key": "t",
													"value": "1474400700000"
												},
												{
													"key": "threshold",
													"value": "0"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Point Data - Forecast",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "https://api.weather.com/v2/tiler/point?products=503:DailyMinTemperature30YearNormal&t=1451606400000&lon=-74.0&lat=40.7&method=nearest&format=geojson&apiKey={{yourApiKey}}",
											"protocol": "https",
											"host": [
												"api",
												"weather",
												"com"
											],
											"path": [
												"v2",
												"tiler",
												"point"
											],
											"query": [
												{
													"key": "products",
													"value": "503:DailyMinTemperature30YearNormal"
												},
												{
													"key": "t",
													"value": "1451606400000"
												},
												{
													"key": "lon",
													"value": "-74.0"
												},
												{
													"key": "lat",
													"value": "40.7"
												},
												{
													"key": "method",
													"value": "nearest"
												},
												{
													"key": "format",
													"value": "geojson"
												},
												{
													"key": "apiKey",
													"value": "{{yourApiKey}}"
												}
											]
										}
									},
									"response": []
								}
							]
						}
					]
				}
			]
		}
	]
}