{
	"info": {
		"_postman_id": "667227d8-a0d4-4c69-a288-beb0a089e6af",
		"name": "History on Demand Package Postman Collection",
		"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json",
		"_exporter_id": "44720547"
	},
	"item": [
		{
			"name": "Location Services",
			"item": [
				{
					"name": "Location Service – Point API (v3)",
					"item": [
						{
							"name": "Search Location by Geocode",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/location/point?geocode=40.751,-73.997&format=json&language=en-US&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"location",
										"point"
									],
									"query": [
										{
											"key": "geocode",
											"value": "40.751,-73.997",
											"description": "TWC uses valid latitudes and longitude coordinates to identify locations worldwide.  Uses WGS84 geocode coordinate reference system. https://www.w3.org/2003/01/geo/\n33.40,83.19 is the manner in which a latitude and longitude is accepted for the weather APIs"
										},
										{
											"key": "format",
											"value": "json",
											"description": "The format of the response (json)"
										},
										{
											"key": "language",
											"value": "en-US"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "The “apiKey” is used for access using the api; usually customer specific."
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Search Location by Postal Key",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/location/point?postalKey=30339:US&language=en-US&format=json&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"location",
										"point"
									],
									"query": [
										{
											"key": "postalKey",
											"value": "30339:US",
											"description": "Postal Key is a composite location identifier key of <Postal Code>:<Country Code>"
										},
										{
											"key": "language",
											"value": "en-US"
										},
										{
											"key": "format",
											"value": "json",
											"description": "The format of the response (json)"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "The “apiKey” is used for access using the api; usually customer specific."
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Search Location by IATA Code",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/location/point?iataCode=JFK&format=json&language=en-US&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"location",
										"point"
									],
									"query": [
										{
											"key": "iataCode",
											"value": "JFK",
											"description": "The International Air Transport Association (IATA) airport codes of the requested location. \nNote: Only returned when the iataCode query parameter is used in the request."
										},
										{
											"key": "format",
											"value": "json",
											"description": "The format of the response (json)"
										},
										{
											"key": "language",
											"value": "en-US"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "The “apiKey” is used for access using the api; usually customer specific."
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Search Location by ICAO Code",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/location/point?icaoCode=KATL&language=en-US&format=json&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"location",
										"point"
									],
									"query": [
										{
											"key": "icaoCode",
											"value": "KATL",
											"description": "The International Civil Aviation Organization (ICAO) airport codes of the requested location. \nNote: Only returned when the iacoCode query parameter is used in the request."
										},
										{
											"key": "language",
											"value": "en-US"
										},
										{
											"key": "format",
											"value": "json",
											"description": "The format of the response (json)"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "The “apiKey” is used for access using the api; usually customer specific."
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Search Location by Place Id",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/location/point?placeid=327145917e06d09373dd2760425a88622a62d248fd97550eb4883737d8d1173b&format=json&language=en-US&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"location",
										"point"
									],
									"query": [
										{
											"key": "placeid",
											"value": "327145917e06d09373dd2760425a88622a62d248fd97550eb4883737d8d1173b",
											"description": "A unique place identifier.  \nNote: A request using a placeid query parameter is expected to return the same placeid in the response body."
										},
										{
											"key": "format",
											"value": "json",
											"description": "The format of the response (json)"
										},
										{
											"key": "language",
											"value": "en-US"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "The “apiKey” is used for access using the api; usually customer specific."
										}
									]
								}
							},
							"response": []
						}
					],
					"description": "This API returns detailed location metadata for a specific point on the globe. It supports multiple identifiers including geocode, postalKey, IATA, ICAO, placeId, canonicalCityId, and locId. The response includes city, state, country, time zone, and other contextual attributes—ideal for GPS-based applications, weather localization, and mapping integrations."
				},
				{
					"name": "Location Service – Search API (v3)",
					"item": [
						{
							"name": "Search Location by Query",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/location/search?query=New York&format=json&language=en-US&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"location",
										"search"
									],
									"query": [
										{
											"key": "query",
											"value": "New York"
										},
										{
											"key": "format",
											"value": "json",
											"description": "The format of the response (json)"
										},
										{
											"key": "language",
											"value": "en-US"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "The “apiKey” is used for access using the api; usually customer specific."
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Search Location with Location Type Filter",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/location/search?query=London&locationType=airport&format=json&language=en-US&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"location",
										"search"
									],
									"query": [
										{
											"key": "query",
											"value": "London"
										},
										{
											"key": "locationType",
											"value": "airport",
											"description": "Specify what type of location should be returned in the request.  This determines the level of granularity expected in the response.  Multiple location types may be requested as comma separated values in one request.\nNote: it is recommended to limit the types requested for best results\nSee more details in the Location Types section."
										},
										{
											"key": "format",
											"value": "json",
											"description": "The format of the response (json)"
										},
										{
											"key": "language",
											"value": "en-US"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "The “apiKey” is used for access using the api; usually customer specific."
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Search Location with Country Filter",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/location/search?query=London&countryCode=GB&format=json&language=en-US&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"location",
										"search"
									],
									"query": [
										{
											"key": "query",
											"value": "London"
										},
										{
											"key": "countryCode",
											"value": "GB",
											"description": "Specify the query string results to the provided country code."
										},
										{
											"key": "format",
											"value": "json",
											"description": "The format of the response (json)"
										},
										{
											"key": "language",
											"value": "en-US"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "The “apiKey” is used for access using the api; usually customer specific."
										}
									]
								}
							},
							"response": []
						}
					],
					"description": "This API allows users to search for locations by name or geocode and returns up to 10 matching results with geographic coordinates and related metadata. It supports fuzzy matching, proximity biasing, and multiple location types (e.g., city, neighborhood, postal, or address)—ideal for powering typeahead search bars, map interfaces, and voice-assistant queries."
				},
				{
					"name": "Location Service – Near API (v3)",
					"item": [
						{
							"name": "Find Nearby Airports by Geocode",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/location/near?geocode=40.751,-73.997&product=airport&format=json&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"location",
										"near"
									],
									"query": [
										{
											"key": "geocode",
											"value": "40.751,-73.997",
											"description": "TWC uses valid latitudes and longitude coordinates to identify locations worldwide.  Uses WGS84 geocode coordinate reference system. https://www.w3.org/2003/01/geo/\n33.40,83.19 is the manner in which a latitude and longitude is accepted for the weather APIs"
										},
										{
											"key": "product",
											"value": "airport",
											"description": "The product is the identifier type used in the query. Valid values include; airport"
										},
										{
											"key": "format",
											"value": "json",
											"description": "The format of the response (json)"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "The “apiKey” is used for access using the api; usually customer specific."
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Find Nearby Observation Stations by Geocode",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/location/near?geocode=33.74,-84.39&product=observation&format=json&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"location",
										"near"
									],
									"query": [
										{
											"key": "geocode",
											"value": "33.74,-84.39",
											"description": "TWC uses valid latitudes and longitude coordinates to identify locations worldwide.  Uses WGS84 geocode coordinate reference system. https://www.w3.org/2003/01/geo/\n33.40,83.19 is the manner in which a latitude and longitude is accepted for the weather APIs"
										},
										{
											"key": "product",
											"value": "observation",
											"description": "The product is the identifier type used in the query. Valid values include; observation"
										},
										{
											"key": "format",
											"value": "json",
											"description": "The format of the response (json)"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "The “apiKey” is used for access using the api; usually customer specific."
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Find Nearby PWS by Geocode",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/location/near?geocode=33.74,-84.39&product=pws&format=json&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"location",
										"near"
									],
									"query": [
										{
											"key": "geocode",
											"value": "33.74,-84.39",
											"description": "TWC uses valid latitudes and longitude coordinates to identify locations worldwide.  Uses WGS84 geocode coordinate reference system. https://www.w3.org/2003/01/geo/\n33.40,83.19 is the manner in which a latitude and longitude is accepted for the weather APIs"
										},
										{
											"key": "product",
											"value": "pws",
											"description": "The product is the identifier type used in the query. Valid values include; pws"
										},
										{
											"key": "format",
											"value": "json",
											"description": "The format of the response (json)"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "The “apiKey” is used for access using the api; usually customer specific."
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Find Nearby Ski Resort by Geocode",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/location/near?geocode=33.74,-84.39&product=ski&format=json&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"location",
										"near"
									],
									"query": [
										{
											"key": "geocode",
											"value": "33.74,-84.39",
											"description": "TWC uses valid latitudes and longitude coordinates to identify locations worldwide.  Uses WGS84 geocode coordinate reference system. https://www.w3.org/2003/01/geo/\n33.40,83.19 is the manner in which a latitude and longitude is accepted for the weather APIs"
										},
										{
											"key": "product",
											"value": "ski",
											"description": "The product is the identifier type used in the query. Valid values include; ski"
										},
										{
											"key": "format",
											"value": "json",
											"description": "The format of the response (json)"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "The “apiKey” is used for access using the api; usually customer specific."
										}
									]
								}
							},
							"response": []
						}
					],
					"description": "This API returns the nearest Airports, Personal Weather Stations (PWS), METAR observation sites, or Ski Resorts to a specified geolocation. It provides up to 10 results per request, including identifiers, names, and distance from the queried coordinates—ideal for location-based search, weather mapping, and proximity analytics."
				},
				{
					"name": "Location Service – Boundary API (v3)",
					"item": [
						{
							"name": "Get Boundary by Geocode",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/location/boundary?geocode=40.751,-73.997&product=county&format=json&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"location",
										"boundary"
									],
									"query": [
										{
											"key": "geocode",
											"value": "40.751,-73.997",
											"description": "TWC uses valid latitudes and longitude coordinates to identify locations worldwide.  Uses WGS84 geocode coordinate reference system. https://www.w3.org/2003/01/geo/\n33.40,83.19 is the manner in which a latitude and longitude is accepted for the weather APIs."
										},
										{
											"key": "product",
											"value": "county",
											"description": "The product is the identifier type used in the query. Valid values include: county, pollen, postalKey, zone."
										},
										{
											"key": "format",
											"value": "json",
											"description": "The format of the response (json)"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "The “apiKey” is used for access using the api; usually customer specific."
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Boundary by  IATA Code",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/location/boundary?iataCode=ATL&product=county&format=json&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"location",
										"boundary"
									],
									"query": [
										{
											"key": "iataCode",
											"value": "ATL",
											"description": "The International Air Transport Association (IATA) airport codes of the requested location."
										},
										{
											"key": "product",
											"value": "county",
											"description": "The product is the identifier type used in the query. Valid values include: county, pollen, postalKey, zone."
										},
										{
											"key": "format",
											"value": "json",
											"description": "The format of the response (json)"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "The “apiKey” is used for access using the api; usually customer specific."
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Boundary by ICAO Code",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/location/boundary?icaoCode=KATL&product=county&format=json&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"location",
										"boundary"
									],
									"query": [
										{
											"key": "icaoCode",
											"value": "KATL",
											"description": "The International Civil Aviation Organization (ICAO) airport codes of the requested location."
										},
										{
											"key": "product",
											"value": "county",
											"description": "The product is the identifier type used in the query. Valid values include: county, pollen, postalKey, zone."
										},
										{
											"key": "format",
											"value": "json",
											"description": "The format of the response (json)"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "The “apiKey” is used for access using the api; usually customer specific."
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Boundary by Place ID",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/location/boundary?placeid=25d07eca1bcda02800c1a9e699d7eb1c8132cad9bc2d6efa8a2531f0ee4a81cd&product=county&format=json&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"location",
										"boundary"
									],
									"query": [
										{
											"key": "placeid",
											"value": "25d07eca1bcda02800c1a9e699d7eb1c8132cad9bc2d6efa8a2531f0ee4a81cd",
											"description": "A proprietary TWC unique place identifier."
										},
										{
											"key": "product",
											"value": "county",
											"description": "The product is the identifier type used in the query. Valid values include: county, pollen, postalKey, zone."
										},
										{
											"key": "format",
											"value": "json",
											"description": "The format of the response (json)"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "The “apiKey” is used for access using the api; usually customer specific."
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Boundary by Postal Key",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/location/boundary?postalKey=98101:US&product=county&format=json&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"location",
										"boundary"
									],
									"query": [
										{
											"key": "postalKey",
											"value": "98101:US",
											"description": "Postal Key is a composite Postal Code location identifier key of <Postal Code>:<Country Code>"
										},
										{
											"key": "product",
											"value": "county",
											"description": "The product is the identifier type used in the query. Valid values include: county, pollen, postalKey, zone."
										},
										{
											"key": "format",
											"value": "json",
											"description": "The format of the response (json)"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "The “apiKey” is used for access using the api; usually customer specific."
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Boundary by zoneId",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/location/boundary?zoneId=GAZ034&product=county&format=json&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"location",
										"boundary"
									],
									"query": [
										{
											"key": "zoneId",
											"value": "GAZ034",
											"description": "Government assigned zone identifier."
										},
										{
											"key": "product",
											"value": "county",
											"description": "The product is the identifier type used in the query. Valid values include: county, pollen, postalKey, zone."
										},
										{
											"key": "format",
											"value": "json",
											"description": "The format of the response (json)"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "The “apiKey” is used for access using the api; usually customer specific."
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Boundary by CountryId",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/location/boundary?countyId=GAC237&product=county&format=json&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"location",
										"boundary"
									],
									"query": [
										{
											"key": "countyId",
											"value": "GAC237",
											"description": "Governmental assigned county identifier"
										},
										{
											"key": "product",
											"value": "county",
											"description": "The product is the identifier type used in the query. Valid values include: county, pollen, postalKey, zone."
										},
										{
											"key": "format",
											"value": "json",
											"description": "The format of the response (json)"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "The “apiKey” is used for access using the api; usually customer specific."
										}
									]
								}
							},
							"response": []
						}
					],
					"description": "This API returns polygon boundary geometry in GeoJSON format for a specified location. It supports multiple location identifiers—including geocode, postalKey, IATA, ICAO, placeId, countyId, and zoneId—and provides boundary coordinates for products such as county, zone, pollen, and postal areas. Designed for mapping, visualization, and geospatial analysis use cases."
				}
			]
		},
		{
			"name": "History on Demand",
			"item": [
				{
					"name": "History on Demand - Direct",
					"item": [
						{
							"name": "HOD Direct by Geocode",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/wx/hod/r1/direct?geocode=40.7506,-73.9971&startDateTime=2024-01-01T00:00:00Z&endDateTime=2024-01-02T00:00:00Z&format=json&units=e&language=en-US&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"wx",
										"hod",
										"r1",
										"direct"
									],
									"query": [
										{
											"key": "geocode",
											"value": "40.7506,-73.9971",
											"description": "Latitude and longitude"
										},
										{
											"key": "startDateTime",
											"value": "2024-01-01T00:00:00Z",
											"description": "Start date and time (ISO 8601)"
										},
										{
											"key": "endDateTime",
											"value": "2024-01-02T00:00:00Z",
											"description": "End date and time (ISO 8601)"
										},
										{
											"key": "format",
											"value": "json"
										},
										{
											"key": "units",
											"value": "e"
										},
										{
											"key": "language",
											"value": "en-US"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "HOD Direct by WKT",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/wx/hod/r1/direct?wkt=POINT(-73.9971 40.7506)&startDateTime=2024-01-01T00:00:00Z&endDateTime=2024-01-02T00:00:00Z&format=json&units=e&language=en-US&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"wx",
										"hod",
										"r1",
										"direct"
									],
									"query": [
										{
											"key": "wkt",
											"value": "POINT(-73.9971 40.7506)",
											"description": "Well-Known Text geometry"
										},
										{
											"key": "startDateTime",
											"value": "2024-01-01T00:00:00Z",
											"description": "Start date and time (ISO 8601)"
										},
										{
											"key": "endDateTime",
											"value": "2024-01-02T00:00:00Z",
											"description": "End date and time (ISO 8601)"
										},
										{
											"key": "format",
											"value": "json"
										},
										{
											"key": "units",
											"value": "e"
										},
										{
											"key": "language",
											"value": "en-US"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "HOD Direct by ICAO Code",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/wx/hod/r1/direct?icaoCode=KJFK&startDateTime=2024-01-01T00:00:00Z&endDateTime=2024-01-02T00:00:00Z&format=json&units=e&language=en-US&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"wx",
										"hod",
										"r1",
										"direct"
									],
									"query": [
										{
											"key": "icaoCode",
											"value": "KJFK",
											"description": "ICAO airport code"
										},
										{
											"key": "startDateTime",
											"value": "2024-01-01T00:00:00Z",
											"description": "Start date and time (ISO 8601)"
										},
										{
											"key": "endDateTime",
											"value": "2024-01-02T00:00:00Z",
											"description": "End date and time (ISO 8601)"
										},
										{
											"key": "format",
											"value": "json"
										},
										{
											"key": "units",
											"value": "e"
										},
										{
											"key": "language",
											"value": "en-US"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "HOD Direct by IATA Code",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/wx/hod/r1/direct?iataCode=JFK&startDateTime=2024-01-01T00:00:00Z&endDateTime=2024-01-02T00:00:00Z&format=json&units=e&language=en-US&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"wx",
										"hod",
										"r1",
										"direct"
									],
									"query": [
										{
											"key": "iataCode",
											"value": "JFK",
											"description": "IATA airport code"
										},
										{
											"key": "startDateTime",
											"value": "2024-01-01T00:00:00Z",
											"description": "Start date and time (ISO 8601)"
										},
										{
											"key": "endDateTime",
											"value": "2024-01-02T00:00:00Z",
											"description": "End date and time (ISO 8601)"
										},
										{
											"key": "format",
											"value": "json"
										},
										{
											"key": "units",
											"value": "e"
										},
										{
											"key": "language",
											"value": "en-US"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "HOD Direct by Postal Key",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/wx/hod/r1/direct?postalKey=10001:US&startDateTime=2024-01-01T00:00:00Z&endDateTime=2024-01-02T00:00:00Z&format=json&units=e&language=en-US&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"wx",
										"hod",
										"r1",
										"direct"
									],
									"query": [
										{
											"key": "postalKey",
											"value": "10001:US",
											"description": "Postal key with country code"
										},
										{
											"key": "startDateTime",
											"value": "2024-01-01T00:00:00Z"
										},
										{
											"key": "endDateTime",
											"value": "2024-01-02T00:00:00Z"
										},
										{
											"key": "format",
											"value": "json"
										},
										{
											"key": "units",
											"value": "e"
										},
										{
											"key": "language",
											"value": "en-US"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "HOD Direct with Weighted Parameter",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/wx/hod/r1/direct?geocode=40.7506,-73.9971&startDateTime=2024-01-01T00:00:00Z&endDateTime=2024-01-02T00:00:00Z&weighted=true&format=json&units=e&language=en-US&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"wx",
										"hod",
										"r1",
										"direct"
									],
									"query": [
										{
											"key": "geocode",
											"value": "40.7506,-73.9971"
										},
										{
											"key": "startDateTime",
											"value": "2024-01-01T00:00:00Z"
										},
										{
											"key": "endDateTime",
											"value": "2024-01-02T00:00:00Z"
										},
										{
											"key": "weighted",
											"value": "true",
											"description": "Apply weighted averaging (optional)"
										},
										{
											"key": "format",
											"value": "json"
										},
										{
											"key": "units",
											"value": "e"
										},
										{
											"key": "language",
											"value": "en-US"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "HOD Direct with Page Number",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/wx/hod/r1/direct?geocode=40.7506,-73.9971&startDateTime=2024-01-01T00:00:00Z&endDateTime=2024-01-02T00:00:00Z&pageNumber=3&format=json&units=e&language=en-US&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"wx",
										"hod",
										"r1",
										"direct"
									],
									"query": [
										{
											"key": "geocode",
											"value": "40.7506,-73.9971"
										},
										{
											"key": "startDateTime",
											"value": "2024-01-01T00:00:00Z"
										},
										{
											"key": "endDateTime",
											"value": "2024-01-02T00:00:00Z"
										},
										{
											"key": "pageNumber",
											"value": "3",
											"description": "Page number for pagination (optional)"
										},
										{
											"key": "format",
											"value": "json"
										},
										{
											"key": "units",
											"value": "e"
										},
										{
											"key": "language",
											"value": "en-US"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "HOD Direct with Compact Response",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/wx/hod/r1/direct?geocode=40.7506,-73.9971&startDateTime=2024-01-01T00:00:00Z&endDateTime=2024-01-02T00:00:00Z&compact=true&format=json&units=e&language=en-US&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"wx",
										"hod",
										"r1",
										"direct"
									],
									"query": [
										{
											"key": "geocode",
											"value": "40.7506,-73.9971"
										},
										{
											"key": "startDateTime",
											"value": "2024-01-01T00:00:00Z"
										},
										{
											"key": "endDateTime",
											"value": "2024-01-02T00:00:00Z"
										},
										{
											"key": "compact",
											"value": "true",
											"description": "Return compact response format (optional)"
										},
										{
											"key": "format",
											"value": "json"
										},
										{
											"key": "units",
											"value": "e"
										},
										{
											"key": "language",
											"value": "en-US"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}"
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "History on Demand - Utility",
					"item": [
						{
							"name": "HOD Check Coverage by type",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/wx/hod/r1/usage?type=all&startDate=2021-09-01&endDate=2021-10-01&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"wx",
										"hod",
										"r1",
										"usage"
									],
									"query": [
										{
											"key": "type",
											"value": "all",
											"description": "type can be all(default), direct and archive"
										},
										{
											"key": "startDate",
											"value": "2021-09-01"
										},
										{
											"key": "endDate",
											"value": "2021-10-01"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}"
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "History on Demand - Archive",
					"item": [
						{
							"name": "HOD Archive by archive",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/wx/hod/r1/archive?apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"wx",
										"hod",
										"r1",
										"archive"
									],
									"query": [
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "HOD Archive by ICAO Code",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/wx/hod/r1/activity?jobId=d0e0463b-2715-4e41-b03b-f3[…]&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"wx",
										"hod",
										"r1",
										"activity"
									],
									"query": [
										{
											"key": "jobId",
											"value": "d0e0463b-2715-4e41-b03b-f3[…]"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "HOD Archive by IATA Code",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/wx/hod/r1/archive?iataCode=JFK&startDateTime=2023-01-01T00:00:00Z&endDateTime=2023-01-02T00:00:00Z&format=json&units=e&language=en-US&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"wx",
										"hod",
										"r1",
										"archive"
									],
									"query": [
										{
											"key": "iataCode",
											"value": "JFK"
										},
										{
											"key": "startDateTime",
											"value": "2023-01-01T00:00:00Z",
											"description": "Start date and time (ISO 8601)"
										},
										{
											"key": "endDateTime",
											"value": "2023-01-02T00:00:00Z",
											"description": "End date and time (ISO 8601)"
										},
										{
											"key": "format",
											"value": "json"
										},
										{
											"key": "units",
											"value": "e"
										},
										{
											"key": "language",
											"value": "en-US"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "HOD Archive by Postal Key",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/wx/hod/r1/archive?postalKey=10001:US&startDateTime=2023-01-01T00:00:00Z&endDateTime=2023-01-02T00:00:00Z&format=json&units=e&language=en-US&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"wx",
										"hod",
										"r1",
										"archive"
									],
									"query": [
										{
											"key": "postalKey",
											"value": "10001:US"
										},
										{
											"key": "startDateTime",
											"value": "2023-01-01T00:00:00Z",
											"description": "Start date and time (ISO 8601)"
										},
										{
											"key": "endDateTime",
											"value": "2023-01-02T00:00:00Z",
											"description": "End date and time (ISO 8601)"
										},
										{
											"key": "format",
											"value": "json"
										},
										{
											"key": "units",
											"value": "e"
										},
										{
											"key": "language",
											"value": "en-US"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}"
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Historical Data for Analytical Tooling",
					"item": [
						{
							"name": "HDAT get productID",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/wx/observations/historical/analytical/r2/products?apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"wx",
										"observations",
										"historical",
										"analytical",
										"r2",
										"products"
									],
									"query": [
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "HDAT by Geocode",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/wx/observations/historical/analytical/r2?geocode=39.86,-104.67&productId=Temperature&startDate=20170101&endDate=20170630&language=en-US&units=s&format=csv&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"wx",
										"observations",
										"historical",
										"analytical",
										"r2"
									],
									"query": [
										{
											"key": "geocode",
											"value": "39.86,-104.67"
										},
										{
											"key": "productId",
											"value": "Temperature"
										},
										{
											"key": "startDate",
											"value": "20170101"
										},
										{
											"key": "endDate",
											"value": "20170630"
										},
										{
											"key": "language",
											"value": "en-US"
										},
										{
											"key": "units",
											"value": "s"
										},
										{
											"key": "format",
											"value": "csv"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "HDAT by Postal Key",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/wx/observations/historical/analytical/r2?postalKey=81657:US&productId=Temperature&startDate=20170101&endDate=20170630&language=en-US&units=s&format=csv&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"wx",
										"observations",
										"historical",
										"analytical",
										"r2"
									],
									"query": [
										{
											"key": "postalKey",
											"value": "81657:US"
										},
										{
											"key": "productId",
											"value": "Temperature"
										},
										{
											"key": "startDate",
											"value": "20170101"
										},
										{
											"key": "endDate",
											"value": "20170630"
										},
										{
											"key": "language",
											"value": "en-US"
										},
										{
											"key": "units",
											"value": "s"
										},
										{
											"key": "format",
											"value": "csv"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}"
										}
									]
								}
							},
							"response": []
						}
					]
				}
			]
		}
	],
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"packages": {},
				"requests": {},
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"packages": {},
				"requests": {},
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"key": "yourApiKey",
			"value": ""
		}
	]
}