{
	"info": {
		"_postman_id": "dba749ec-0452-4ba7-801e-df9b7f0218e0",
		"name": "Renewable Energy Package Postman Collection",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "1500784"
	},
	"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 Postal Key Copy 2",
							"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": "Energy Forecasts",
			"item": [
				{
					"name": "15-Day Solar Energy - Hourly Forecast",
					"item": [
						{
							"name": "15-Day Solar Energy by Geocode",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/wx/forecast/hourly/energysolar/15day?geocode=33.74,-84.39&format=json&units=e&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"wx",
										"forecast",
										"hourly",
										"energysolar",
										"15day"
									],
									"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": "format",
											"value": "json",
											"description": "The format of the response (json)"
										},
										{
											"key": "units",
											"value": "e",
											"description": "Note:(e,m)  the only units valid for this API"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "The “apiKey” is used for access using the api; usually customer specific."
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "15-Day Solar Energy by Geocode with Elevation",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/wx/forecast/hourly/energysolar/15day?geocode=33.74,-84.39&format=json&units=e&elevation=101.75&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"wx",
										"forecast",
										"hourly",
										"energysolar",
										"15day"
									],
									"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": "format",
											"value": "json",
											"description": "The format of the response (json)"
										},
										{
											"key": "units",
											"value": "e",
											"description": "Note:(e,m)  the only units valid for this API"
										},
										{
											"key": "elevation",
											"value": "101.75",
											"description": "Optional parameter, value interpretation is dependent on the ‘units’ parameter.\n- Range (English): English units range from -1,500 feet to 30,000 feet, inclusive.\n- Range (Metric): Metric units range from -500 meters to 9,000 meters, inclusive. Allow for one decimal place in any units.\n"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "The “apiKey” is used for access using the api; usually customer specific."
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "15-Day Solar Energy by Geocode with Landuse",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/wx/forecast/hourly/energysolar/15day?geocode=33.74,-84.39&format=json&units=e&landuse=1&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"wx",
										"forecast",
										"hourly",
										"energysolar",
										"15day"
									],
									"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": "format",
											"value": "json",
											"description": "The format of the response (json)"
										},
										{
											"key": "units",
											"value": "e",
											"description": "Note:(e,m)  the only units valid for this API"
										},
										{
											"key": "landuse",
											"value": "1",
											"description": "Landuse of the target point where land=1, water=0"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "The “apiKey” is used for access using the api; usually customer specific."
										}
									]
								}
							},
							"response": []
						}
					],
					"description": "This API delivers high-resolution solar radiation forecasts in 15-minute intervals for the next seven hours. It includes parameters such as global horizontal irradiance, direct and diffuse radiation, and cloud coverage, supporting precise solar-energy generation and grid-balancing applications."
				},
				{
					"name": "7-Day Solar Energy - 15 Minute Forecast",
					"item": [
						{
							"name": "7-Day Solar 15-Min Solar Energy by Geocode",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/wx/forecast/15minute/energysolar/7day?geocode=33.74,-84.39&format=json&units=e&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"wx",
										"forecast",
										"15minute",
										"energysolar",
										"7day"
									],
									"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": "format",
											"value": "json",
											"description": "The format of the response (json)"
										},
										{
											"key": "units",
											"value": "e",
											"description": "Note:(e,m)  the only units valid for this API"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "The “apiKey” is used for access using the api; usually customer specific."
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "7-Day Solar 15-Min Solar Energy by Geocode with Elevation",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/wx/forecast/15minute/energysolar/7day?geocode=33.74,-84.39&format=json&units=e&elevation=101.75&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"wx",
										"forecast",
										"15minute",
										"energysolar",
										"7day"
									],
									"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": "format",
											"value": "json",
											"description": "The format of the response (json)"
										},
										{
											"key": "units",
											"value": "e",
											"description": "Note:(e,m)  the only units valid for this API"
										},
										{
											"key": "elevation",
											"value": "101.75",
											"description": "Optional parameter, value interpretation is dependent on the ‘units’ parameter.\n- Range (English): English units range from -1,500 feet to 30,000 feet, inclusive.\n- Range (Metric): Metric units range from -500 meters to 9,000 meters, inclusive. Allow for one decimal place in any units.\n"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "The “apiKey” is used for access using the api; usually customer specific."
										}
									]
								}
							},
							"response": []
						}
					],
					"description": "> This API offers globally-available solar energy forecast data for the next 7 days, with updates every 15 minutes. It covers key parameters such as solar irradiance, cloudcover, and ambient conditions at the site level—designed for energy-market applications like solar farm operations and production planning."
				},
				{
					"name": "15-Day Wind Energy - Hourly Forecast",
					"item": [
						{
							"name": "15-Day Wind Forecast by Geocode",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/wx/forecast/hourly/energywind/15day?geocode=33.74,-84.39&format=json&units=e&height=60.5&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"wx",
										"forecast",
										"hourly",
										"energywind",
										"15day"
									],
									"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": "format",
											"value": "json",
											"description": "The format of the response (json)"
										},
										{
											"key": "units",
											"value": "e",
											"description": "Note:(e,m)  the only units valid for this API"
										},
										{
											"key": "height",
											"value": "60.5",
											"description": "Single value representing the height AGL being requested, in units consistent with the request. Format in decimal up to 1 unit of decimal precision. Units (e,m)\n- Range (English): >=33 and <= 853 feet\n- Range (Metric): >= 10 meters and <= 260 meters"
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "The “apiKey” is used for access using the api; usually customer specific."
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "15-Day Wind Forecast by Geocode with Elevation",
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.weather.com/v3/wx/forecast/hourly/energywind/15day?geocode=33.74,-84.39&format=json&units=e&height=60.5&elevation=101.7&apiKey={{yourApiKey}}",
									"protocol": "https",
									"host": [
										"api",
										"weather",
										"com"
									],
									"path": [
										"v3",
										"wx",
										"forecast",
										"hourly",
										"energywind",
										"15day"
									],
									"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": "format",
											"value": "json",
											"description": "The format of the response (json)"
										},
										{
											"key": "units",
											"value": "e",
											"description": "Note:(e,m)  the only units valid for this API"
										},
										{
											"key": "height",
											"value": "60.5",
											"description": "Single value representing the height AGL being requested, in units consistent with the request. Format in decimal up to 1 unit of decimal precision. Units (e,m)\n- Range (English): >=33 and <= 853 feet\n- Range (Metric): >= 10 meters and <= 260 meters"
										},
										{
											"key": "elevation",
											"value": "101.7",
											"description": "Optional parameter, value interpretation is dependent on the ‘units’ parameter.\n- Range (English): English units range from -1,500 feet to 30,000 feet, inclusive.\n- Range (Metric): Metric units range from -500 meters to 9,000 meters, inclusive. Allow for one decimal place in any units."
										},
										{
											"key": "apiKey",
											"value": "{{yourApiKey}}",
											"description": "The “apiKey” is used for access using the api; usually customer specific."
										}
									]
								}
							},
							"response": []
						}
					],
					"description": "> This API provides globally-available hourly wind-energy forecast data for the next 15 days, including parameters like wind speed, wind direction, and air density at a specified height above ground. It’s designed specifically for energy-market use cases (e.g., wind farm planning, production forecasting) and is offered under limited availability."
				}
			]
		}
	],
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"packages": {},
				"requests": {},
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"packages": {},
				"requests": {},
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"value": ""
		},
		{
			"key": "yourApiKey",
			"value": ""
		}
	]
}