{
  "info": {
    "_postman_id": "7df9cc2d-52b3-42f6-9f02-35bc1f9294db",
    "name": "Severe Weather 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 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": "Alerts",
      "item": [
        {
          "name": "Local Storm Reports",
          "item": [
            {
              "name": "Request All Storm Reports",
              "request": {
                "auth": {
                  "type": "noauth"
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://api.weather.com/v2/stormreports?format=json&apiKey=f477aeb3ba3246a2b7aeb3ba3246a271",
                  "protocol": "https",
                  "host": [
                    "api",
                    "weather",
                    "com"
                  ],
                  "path": [
                    "v2",
                    "stormreports"
                  ],
                  "query": [
                    {
                      "key": "format",
                      "value": "json",
                      "description": "Required Parameter"
                    },
                    {
                      "key": "apiKey",
                      "value": "f477aeb3ba3246a2b7aeb3ba3246a271"
                    }
                  ]
                },
                "description": "Returns local storm report data for a specified location. Documentation: https://twcapi.co/v2LSR"
              },
              "response": []
            },
            {
              "name": "Request All Storm Reports by Next",
              "request": {
                "auth": {
                  "type": "noauth"
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://api.weather.com/v2/stormreports?format=json&next=1461720061&apiKey=f477aeb3ba3246a2b7aeb3ba3246a271",
                  "protocol": "https",
                  "host": [
                    "api",
                    "weather",
                    "com"
                  ],
                  "path": [
                    "v2",
                    "stormreports"
                  ],
                  "query": [
                    {
                      "key": "format",
                      "value": "json",
                      "description": "Required Parameter"
                    },
                    {
                      "key": "next",
                      "value": "1461720061",
                      "description": "Required Parameter"
                    },
                    {
                      "key": "apiKey",
                      "value": "f477aeb3ba3246a2b7aeb3ba3246a271"
                    }
                  ]
                },
                "description": "Returns local storm report data for a specified location. Documentation: https://twcapi.co/v2LSR"
              },
              "response": []
            },
            {
              "name": "Request Storm Reports By County",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://api.weather.com/v2/stormreports?geoId=GAC028&format=json&apiKey={{yourApiKey}}",
                  "protocol": "https",
                  "host": [
                    "api",
                    "weather",
                    "com"
                  ],
                  "path": [
                    "v2",
                    "stormreports"
                  ],
                  "query": [
                    {
                      "key": "geoId",
                      "value": "GAC028",
                      "description": "Required Parameter"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    },
                    {
                      "key": "apiKey",
                      "value": "{{yourApiKey}}"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "Lifestyle",
      "item": [
        {
          "name": "Power Disruption Index",
          "item": [
            {
              "name": "Power Disruption Index - Daypart - 15 Day by Geocode",
              "request": {
                "auth": {
                  "type": "noauth"
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://api.weather.com/v2/indices/powerDisruption/daypart/15day?geocode=40.58,-111.66&language=en-US&format=json&apiKey={{yourApiKey}}",
                  "protocol": "https",
                  "host": [
                    "api",
                    "weather",
                    "com"
                  ],
                  "path": [
                    "v2",
                    "indices",
                    "powerDisruption",
                    "daypart",
                    "15day"
                  ],
                  "query": [
                    {
                      "key": "geocode",
                      "value": "40.58,-111.66",
                      "description": "Required Parameters"
                    },
                    {
                      "key": "language",
                      "value": "en-US",
                      "description": "Required Parameters"
                    },
                    {
                      "key": "format",
                      "value": "json",
                      "description": "Required Parameters"
                    },
                    {
                      "key": "apiKey",
                      "value": "{{yourApiKey}}"
                    }
                  ]
                },
                "description": "Returns 15-day power disruption index forecast with daypart granularity. Documentation: https://twcapi.co/v2LIPD"
              },
              "response": []
            },
            {
              "name": "Power Disruption Index - Daypart - 15 Day by Postal Code",
              "request": {
                "auth": {
                  "type": "noauth"
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://api.weather.com/v2/indices/powerDisruption/daypart/15day?postalCode=94608&countryCode=US&format=json&language=en-US&apiKey={{yourApiKey}}",
                  "protocol": "https",
                  "host": [
                    "api",
                    "weather",
                    "com"
                  ],
                  "path": [
                    "v2",
                    "indices",
                    "powerDisruption",
                    "daypart",
                    "15day"
                  ],
                  "query": [
                    {
                      "key": "postalCode",
                      "value": "94608",
                      "description": "Required Parameters"
                    },
                    {
                      "key": "countryCode",
                      "value": "US",
                      "description": "Required Parameters"
                    },
                    {
                      "key": "format",
                      "value": "json",
                      "description": "Required Parameters"
                    },
                    {
                      "key": "language",
                      "value": "en-US",
                      "description": "Required Parameters"
                    },
                    {
                      "key": "apiKey",
                      "value": "{{yourApiKey}}"
                    }
                  ]
                },
                "description": "Returns 15-day power disruption index forecast with daypart granularity using postal code. Documentation: https://twcapi.co/v2LIPD"
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "Tropical",
      "item": [
        {
          "name": "Forecast",
          "item": [
            {
              "name": "Forecast - Projected Path",
              "item": [
                {
                  "name": "Tropical - Projected Path Request by Source and Basin",
                  "request": {
                    "auth": {
                      "type": "noauth"
                    },
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://api.weather.com/v2/tropical/projectedpath?source=default&basin=all&language=en-US&format=json&units=e&nautical=true&apiKey={{yourApiKey}}",
                      "protocol": "https",
                      "host": [
                        "api",
                        "weather",
                        "com"
                      ],
                      "path": [
                        "v2",
                        "tropical",
                        "projectedpath"
                      ],
                      "query": [
                        {
                          "key": "source",
                          "value": "default"
                        },
                        {
                          "key": "basin",
                          "value": "all"
                        },
                        {
                          "key": "language",
                          "value": "en-US"
                        },
                        {
                          "key": "format",
                          "value": "json"
                        },
                        {
                          "key": "units",
                          "value": "e"
                        },
                        {
                          "key": "nautical",
                          "value": "true"
                        },
                        {
                          "key": "apiKey",
                          "value": "{{yourApiKey}}"
                        }
                      ]
                    },
                    "description": "Returns projected path forecast for a tropical storm. Documentation: https://twcapi.co/v2TFPP"
                  },
                  "response": []
                },
                {
                  "name": "Tropical - Projected Path Request by Storm ID",
                  "request": {
                    "auth": {
                      "type": "noauth"
                    },
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://api.weather.com/v2/tropical/projectedpath?stormId=EP052016&language=en-US&format=json&units=e&nautical=true&apiKey={{yourApiKey}}",
                      "protocol": "https",
                      "host": [
                        "api",
                        "weather",
                        "com"
                      ],
                      "path": [
                        "v2",
                        "tropical",
                        "projectedpath"
                      ],
                      "query": [
                        {
                          "key": "stormId",
                          "value": "EP052016",
                          "description": "Required Parameters (e.g., AL012024)"
                        },
                        {
                          "key": "language",
                          "value": "en-US",
                          "description": "Required Parameters"
                        },
                        {
                          "key": "format",
                          "value": "json",
                          "description": "Required Parameters"
                        },
                        {
                          "key": "units",
                          "value": "e",
                          "description": "Required Parameters"
                        },
                        {
                          "key": "nautical",
                          "value": "true",
                          "description": "Required Parameters"
                        },
                        {
                          "key": "apiKey",
                          "value": "{{yourApiKey}}"
                        }
                      ]
                    },
                    "description": "Returns projected path forecast for a tropical storm. Documentation: https://twcapi.co/v2TFPP"
                  },
                  "response": []
                }
              ]
            },
            {
              "name": "Historical - Past Track",
              "item": [
                {
                  "name": "Tropical - Historical Past Track Highlights Request by Basin and Year 1year",
                  "request": {
                    "auth": {
                      "type": "noauth"
                    },
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://api.weather.com/v3/tropical/track/highlights/1year?basin=all&year=2010&format=json&units=e&language=en-US&nautical=true&apiKey={{yourApiKey}}",
                      "protocol": "https",
                      "host": [
                        "api",
                        "weather",
                        "com"
                      ],
                      "path": [
                        "v3",
                        "tropical",
                        "track",
                        "highlights",
                        "1year"
                      ],
                      "query": [
                        {
                          "key": "basin",
                          "value": "all"
                        },
                        {
                          "key": "year",
                          "value": "2010"
                        },
                        {
                          "key": "format",
                          "value": "json"
                        },
                        {
                          "key": "units",
                          "value": "e"
                        },
                        {
                          "key": "language",
                          "value": "en-US"
                        },
                        {
                          "key": "nautical",
                          "value": "true"
                        },
                        {
                          "key": "apiKey",
                          "value": "{{yourApiKey}}"
                        }
                      ]
                    },
                    "description": "Returns historical past track data for a tropical storm. Documentation: https://twcapi.co/v3THPT"
                  },
                  "response": []
                },
                {
                  "name": "Tropical - Historical Past Track Highlights Request by Basin and Year 3year",
                  "request": {
                    "auth": {
                      "type": "noauth"
                    },
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://api.weather.com/v3/tropical/track/highlights/3year?basin=all&year=2010&format=json&units=e&language=en-US&nautical=true&apiKey={{yourApiKey}}",
                      "protocol": "https",
                      "host": [
                        "api",
                        "weather",
                        "com"
                      ],
                      "path": [
                        "v3",
                        "tropical",
                        "track",
                        "highlights",
                        "3year"
                      ],
                      "query": [
                        {
                          "key": "basin",
                          "value": "all"
                        },
                        {
                          "key": "year",
                          "value": "2010"
                        },
                        {
                          "key": "format",
                          "value": "json"
                        },
                        {
                          "key": "units",
                          "value": "e"
                        },
                        {
                          "key": "language",
                          "value": "en-US"
                        },
                        {
                          "key": "nautical",
                          "value": "true"
                        },
                        {
                          "key": "apiKey",
                          "value": "{{yourApiKey}}"
                        }
                      ]
                    },
                    "description": "Returns historical past track data for a tropical storm. Documentation: https://twcapi.co/v3THPT"
                  },
                  "response": []
                },
                {
                  "name": "Tropical - Historical Past Track Highlights Request by Basin and Year 5year",
                  "request": {
                    "auth": {
                      "type": "noauth"
                    },
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://api.weather.com/v3/tropical/track/highlights/5year?basin=all&year=2010&format=json&units=e&language=en-US&nautical=true&apiKey={{yourApiKey}}",
                      "protocol": "https",
                      "host": [
                        "api",
                        "weather",
                        "com"
                      ],
                      "path": [
                        "v3",
                        "tropical",
                        "track",
                        "highlights",
                        "5year"
                      ],
                      "query": [
                        {
                          "key": "basin",
                          "value": "all"
                        },
                        {
                          "key": "year",
                          "value": "2010"
                        },
                        {
                          "key": "format",
                          "value": "json"
                        },
                        {
                          "key": "units",
                          "value": "e"
                        },
                        {
                          "key": "language",
                          "value": "en-US"
                        },
                        {
                          "key": "nautical",
                          "value": "true"
                        },
                        {
                          "key": "apiKey",
                          "value": "{{yourApiKey}}"
                        }
                      ]
                    },
                    "description": "Returns historical past track data for a tropical storm. Documentation: https://twcapi.co/v3THPT"
                  },
                  "response": []
                },
                {
                  "name": "Tropical - Historical Past Track Highlights Request by Basin and Year 10year",
                  "request": {
                    "auth": {
                      "type": "noauth"
                    },
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://api.weather.com/v3/tropical/track/highlights/10year?basin=all&year=2010&format=json&units=e&language=en-US&nautical=true&apiKey={{yourApiKey}}",
                      "protocol": "https",
                      "host": [
                        "api",
                        "weather",
                        "com"
                      ],
                      "path": [
                        "v3",
                        "tropical",
                        "track",
                        "highlights",
                        "10year"
                      ],
                      "query": [
                        {
                          "key": "basin",
                          "value": "all"
                        },
                        {
                          "key": "year",
                          "value": "2010"
                        },
                        {
                          "key": "format",
                          "value": "json"
                        },
                        {
                          "key": "units",
                          "value": "e"
                        },
                        {
                          "key": "language",
                          "value": "en-US"
                        },
                        {
                          "key": "nautical",
                          "value": "true"
                        },
                        {
                          "key": "apiKey",
                          "value": "{{yourApiKey}}"
                        }
                      ]
                    },
                    "description": "Returns historical past track data for a tropical storm. Documentation: https://twcapi.co/v3THPT"
                  },
                  "response": []
                },
                {
                  "name": "Tropical - Historical Past Track Details Request by Basin, Provision and Year",
                  "request": {
                    "auth": {
                      "type": "noauth"
                    },
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://api.weather.com/v3/tropical/track/details?basin=all&provision=default&year=2010&format=json&units=e&language=en-US&nautical=true&apiKey={{yourApiKey}}",
                      "protocol": "https",
                      "host": [
                        "api",
                        "weather",
                        "com"
                      ],
                      "path": [
                        "v3",
                        "tropical",
                        "track",
                        "details"
                      ],
                      "query": [
                        {
                          "key": "basin",
                          "value": "all"
                        },
                        {
                          "key": "provision",
                          "value": "default"
                        },
                        {
                          "key": "year",
                          "value": "2010"
                        },
                        {
                          "key": "format",
                          "value": "json"
                        },
                        {
                          "key": "units",
                          "value": "e"
                        },
                        {
                          "key": "language",
                          "value": "en-US"
                        },
                        {
                          "key": "nautical",
                          "value": "true"
                        },
                        {
                          "key": "apiKey",
                          "value": "{{yourApiKey}}"
                        }
                      ]
                    },
                    "description": "Returns historical past track data for a tropical storm. Documentation: https://twcapi.co/v3THPT"
                  },
                  "response": []
                },
                {
                  "name": "Tropical - Historical Past Track Details Request by Storm ID and Provision",
                  "request": {
                    "auth": {
                      "type": "noauth"
                    },
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://api.weather.com/v3/tropical/track/details?stormId=EP022015&provision=default&format=json&units=e&language=en-US&nautical=true&apiKey={{yourApiKey}}",
                      "protocol": "https",
                      "host": [
                        "api",
                        "weather",
                        "com"
                      ],
                      "path": [
                        "v3",
                        "tropical",
                        "track",
                        "details"
                      ],
                      "query": [
                        {
                          "key": "stormId",
                          "value": "EP022015"
                        },
                        {
                          "key": "provision",
                          "value": "default"
                        },
                        {
                          "key": "format",
                          "value": "json"
                        },
                        {
                          "key": "units",
                          "value": "e"
                        },
                        {
                          "key": "language",
                          "value": "en-US"
                        },
                        {
                          "key": "nautical",
                          "value": "true"
                        },
                        {
                          "key": "apiKey",
                          "value": "{{yourApiKey}}"
                        }
                      ]
                    },
                    "description": "Returns historical past track data for a tropical storm. Documentation: https://twcapi.co/v3THPT"
                  },
                  "response": []
                }
              ]
            },
            {
              "name": "Tropical Forecast - Cone",
              "item": [
                {
                  "name": "Tropical Forecast - Cone Request by Source and Basin",
                  "request": {
                    "auth": {
                      "type": "noauth"
                    },
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://api.weather.com/v3/tropical/cone?source=default&basin=all&language=en-US&format=json&units=e&nautical=true&apiKey={{yourApiKey}}",
                      "protocol": "https",
                      "host": [
                        "api",
                        "weather",
                        "com"
                      ],
                      "path": [
                        "v3",
                        "tropical",
                        "cone"
                      ],
                      "query": [
                        {
                          "key": "source",
                          "value": "default"
                        },
                        {
                          "key": "basin",
                          "value": "all"
                        },
                        {
                          "key": "language",
                          "value": "en-US"
                        },
                        {
                          "key": "format",
                          "value": "json"
                        },
                        {
                          "key": "units",
                          "value": "e"
                        },
                        {
                          "key": "nautical",
                          "value": "true"
                        },
                        {
                          "key": "apiKey",
                          "value": "{{yourApiKey}}"
                        }
                      ]
                    },
                    "description": "Returns tropical storm forecast cone of uncertainty. Documentation: https://twcapi.co/v3TFC"
                  },
                  "response": []
                },
                {
                  "name": "Tropical Forecast - Cone Request by Storm ID",
                  "request": {
                    "auth": {
                      "type": "noauth"
                    },
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://api.weather.com/v3/tropical/cone?stormId=EP052016&language=en-US&format=json&units=e&nautical=true&apiKey={{yourApiKey}}",
                      "protocol": "https",
                      "host": [
                        "api",
                        "weather",
                        "com"
                      ],
                      "path": [
                        "v3",
                        "tropical",
                        "cone"
                      ],
                      "query": [
                        {
                          "key": "stormId",
                          "value": "EP052016",
                          "description": "Storm id. Format will vary by source. Not unique globally"
                        },
                        {
                          "key": "language",
                          "value": "en-US"
                        },
                        {
                          "key": "format",
                          "value": "json"
                        },
                        {
                          "key": "units",
                          "value": "e"
                        },
                        {
                          "key": "nautical",
                          "value": "true"
                        },
                        {
                          "key": "apiKey",
                          "value": "{{yourApiKey}}"
                        }
                      ]
                    },
                    "description": "Returns tropical storm forecast cone of uncertainty. Documentation: https://twcapi.co/v3TFC"
                  },
                  "response": []
                }
              ]
            }
          ]
        },
        {
          "name": "Current Conditions",
          "item": [
            {
              "name": "Tropical - Current Position Request by Source and Basin",
              "request": {
                "auth": {
                  "type": "noauth"
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://api.weather.com/v2/tropical/currentposition?source=default&basin=all&language=en-US&format=json&units=e&nautical=true&apiKey={{yourApiKey}}",
                  "protocol": "https",
                  "host": [
                    "api",
                    "weather",
                    "com"
                  ],
                  "path": [
                    "v2",
                    "tropical",
                    "currentposition"
                  ],
                  "query": [
                    {
                      "key": "source",
                      "value": "default",
                      "description": "Required Parameters:"
                    },
                    {
                      "key": "basin",
                      "value": "all",
                      "description": "Required Parameters:"
                    },
                    {
                      "key": "language",
                      "value": "en-US",
                      "description": "Required Parameters:"
                    },
                    {
                      "key": "format",
                      "value": "json",
                      "description": "Required Parameters:"
                    },
                    {
                      "key": "units",
                      "value": "e",
                      "description": "Required Parameters:"
                    },
                    {
                      "key": "nautical",
                      "value": "true",
                      "description": "Required Parameters:"
                    },
                    {
                      "key": "apiKey",
                      "value": "{{yourApiKey}}",
                      "description": "Required Parameters:"
                    }
                  ]
                },
                "description": "Returns current position data for an active tropical storm. Documentation: https://twcapi.co/v2TOCP"
              },
              "response": []
            },
            {
              "name": "Tropical - Current Position Request by Storm ID",
              "request": {
                "auth": {
                  "type": "noauth"
                },
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://api.weather.com/v2/tropical/currentposition?stormId=EP052016&language=en-US&format=json&units=e&nautical=true&apiKey={{yourApiKey}}",
                  "protocol": "https",
                  "host": [
                    "api",
                    "weather",
                    "com"
                  ],
                  "path": [
                    "v2",
                    "tropical",
                    "currentposition"
                  ],
                  "query": [
                    {
                      "key": "stormId",
                      "value": "EP052016"
                    },
                    {
                      "key": "language",
                      "value": "en-US",
                      "description": "Required Parameters:"
                    },
                    {
                      "key": "format",
                      "value": "json",
                      "description": "Required Parameters:"
                    },
                    {
                      "key": "units",
                      "value": "e",
                      "description": "Required Parameters:"
                    },
                    {
                      "key": "nautical",
                      "value": "true",
                      "description": "Required Parameters:"
                    },
                    {
                      "key": "apiKey",
                      "value": "{{yourApiKey}}"
                    }
                  ]
                },
                "description": "Returns current position data for an active tropical storm. Documentation: https://twcapi.co/v2TOCP"
              },
              "response": []
            }
          ]
        },
        {
          "name": "Models",
          "item": [
            {
              "name": "Tropical Models - Storms",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://api.weather.com/v3/tropical/models/storms?basin=all&format=json&apiKey={{yourApiKey}}",
                  "protocol": "https",
                  "host": [
                    "api",
                    "weather",
                    "com"
                  ],
                  "path": [
                    "v3",
                    "tropical",
                    "models",
                    "storms"
                  ],
                  "query": [
                    {
                      "key": "basin",
                      "value": "all",
                      "description": "Valid Parameter Value: all, AL, CP, EP"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    },
                    {
                      "key": "apiKey",
                      "value": "{{yourApiKey}}"
                    }
                  ]
                }
              },
              "response": []
            },
            {
              "name": "Tropical Models - Detail",
              "request": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "https://api.weather.com/v3/tropical/models/detail?stormId=CP102017&format=json&language=en-US&units=e&nautical=true&apiKey={{yourApiKey}}",
                  "protocol": "https",
                  "host": [
                    "api",
                    "weather",
                    "com"
                  ],
                  "path": [
                    "v3",
                    "tropical",
                    "models",
                    "detail"
                  ],
                  "query": [
                    {
                      "key": "stormId",
                      "value": "CP102017"
                    },
                    {
                      "key": "format",
                      "value": "json"
                    },
                    {
                      "key": "language",
                      "value": "en-US"
                    },
                    {
                      "key": "units",
                      "value": "e"
                    },
                    {
                      "key": "nautical",
                      "value": "true"
                    },
                    {
                      "key": "apiKey",
                      "value": "{{yourApiKey}}"
                    }
                  ]
                }
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "Weather Imagery - Tiler & Featurizer",
      "item": [
        {
          "name": "Radar Derived",
          "item": [
            {
              "name": "HailVision - Tiler",
              "item": [
                {
                  "name": "HailVision - Tiler 30mins",
                  "item": [
                    {
                      "name": "HailVision - Get Tiler Info",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/tiler/info?products=339:MESHMax30min&meta=true&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "tiler",
                            "info"
                          ],
                          "query": [
                            {
                              "key": "products",
                              "value": "339:MESHMax30min",
                              "description": "productNumber"
                            },
                            {
                              "key": "meta",
                              "value": "true"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "HailVision - Get Tiler Data",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/tiler/data?products=339:MESHMax30min&t=1764285300000&lod=-1&x=0&y=0&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "tiler",
                            "data"
                          ],
                          "query": [
                            {
                              "key": "products",
                              "value": "339:MESHMax30min",
                              "description": "productNumber"
                            },
                            {
                              "key": "t",
                              "value": "1764285300000"
                            },
                            {
                              "key": "lod",
                              "value": "-1"
                            },
                            {
                              "key": "x",
                              "value": "0"
                            },
                            {
                              "key": "y",
                              "value": "0"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "HailVision - Featurizer Tile - Observations",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/featurizer/tile?product=339:MESHMax30min&t=1764285300000&lod=1&x=0&y=0&threshold=3&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "featurizer",
                            "tile"
                          ],
                          "query": [
                            {
                              "key": "product",
                              "value": "339:MESHMax30min"
                            },
                            {
                              "key": "t",
                              "value": "1764285300000"
                            },
                            {
                              "key": "lod",
                              "value": "1"
                            },
                            {
                              "key": "x",
                              "value": "0"
                            },
                            {
                              "key": "y",
                              "value": "0"
                            },
                            {
                              "key": "threshold",
                              "value": "3"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 1-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "HailVision - Featurizer Feature (Native Resolution) - Observations",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/featurizer/feature?product=339:MESHMax30min&t=1764285300000&threshold=3&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "featurizer",
                            "feature"
                          ],
                          "query": [
                            {
                              "key": "product",
                              "value": "339:MESHMax30min"
                            },
                            {
                              "key": "t",
                              "value": "1764285300000"
                            },
                            {
                              "key": "threshold",
                              "value": "3"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 2-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    }
                  ]
                },
                {
                  "name": "HailVision - Tiler 1hour",
                  "item": [
                    {
                      "name": "HailVision - Get Tiler Info",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/tiler/info?products=328:MESHMax60min&meta=true&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "tiler",
                            "info"
                          ],
                          "query": [
                            {
                              "key": "products",
                              "value": "328:MESHMax60min",
                              "description": "productNumber"
                            },
                            {
                              "key": "meta",
                              "value": "true"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "HailVision - Get Tiler Data",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/tiler/data?products=328:MESHMax60min&t=1764285300000&lod=-1&x=0&y=0&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "tiler",
                            "data"
                          ],
                          "query": [
                            {
                              "key": "products",
                              "value": "328:MESHMax60min",
                              "description": "productNumber"
                            },
                            {
                              "key": "t",
                              "value": "1764285300000"
                            },
                            {
                              "key": "lod",
                              "value": "-1"
                            },
                            {
                              "key": "x",
                              "value": "0"
                            },
                            {
                              "key": "y",
                              "value": "0"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "HailVision - Featurizer Tile - Observations",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/featurizer/tile?product=328:MESHMax60min&t=1764285300000&lod=1&x=0&y=0&threshold=3&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "featurizer",
                            "tile"
                          ],
                          "query": [
                            {
                              "key": "product",
                              "value": "328:MESHMax60min"
                            },
                            {
                              "key": "t",
                              "value": "1764285300000"
                            },
                            {
                              "key": "lod",
                              "value": "1"
                            },
                            {
                              "key": "x",
                              "value": "0"
                            },
                            {
                              "key": "y",
                              "value": "0"
                            },
                            {
                              "key": "threshold",
                              "value": "3"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 1-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "HailVision - Featurizer Feature (Native Resolution) - Observations",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/featurizer/feature?product=328:MESHMax60min&t=1764285300000&threshold=3&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "featurizer",
                            "feature"
                          ],
                          "query": [
                            {
                              "key": "product",
                              "value": "328:MESHMax60min"
                            },
                            {
                              "key": "t",
                              "value": "1764285300000"
                            },
                            {
                              "key": "threshold",
                              "value": "3"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 2-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    }
                  ]
                },
                {
                  "name": "HailVision - Tiler 2hours",
                  "item": [
                    {
                      "name": "HailVision - Get Tiler Info",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/tiler/info?products=334:MESHMax120min&meta=true&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "tiler",
                            "info"
                          ],
                          "query": [
                            {
                              "key": "products",
                              "value": "334:MESHMax120min",
                              "description": "productNumber"
                            },
                            {
                              "key": "meta",
                              "value": "true"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "HailVision - Get Tiler Data",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/tiler/data?products=334:MESHMax120min&t=1764285300000&lod=-1&x=0&y=0&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "tiler",
                            "data"
                          ],
                          "query": [
                            {
                              "key": "products",
                              "value": "334:MESHMax120min",
                              "description": "productNumber"
                            },
                            {
                              "key": "t",
                              "value": "1764285300000"
                            },
                            {
                              "key": "lod",
                              "value": "-1"
                            },
                            {
                              "key": "x",
                              "value": "0"
                            },
                            {
                              "key": "y",
                              "value": "0"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "HailVision - Featurizer Tile - Observations",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/featurizer/tile?product=334:MESHMax120min&t=1764285300000&lod=1&x=0&y=0&threshold=3&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "featurizer",
                            "tile"
                          ],
                          "query": [
                            {
                              "key": "product",
                              "value": "334:MESHMax120min"
                            },
                            {
                              "key": "t",
                              "value": "1764285300000"
                            },
                            {
                              "key": "lod",
                              "value": "1"
                            },
                            {
                              "key": "x",
                              "value": "0"
                            },
                            {
                              "key": "y",
                              "value": "0"
                            },
                            {
                              "key": "threshold",
                              "value": "3"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 1-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "HailVision - Featurizer Feature (Native Resolution) - Observations",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/featurizer/feature?product=334:MESHMax120min&t=1764285300000&threshold=3&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "featurizer",
                            "feature"
                          ],
                          "query": [
                            {
                              "key": "product",
                              "value": "334:MESHMax120min"
                            },
                            {
                              "key": "t",
                              "value": "1764285300000"
                            },
                            {
                              "key": "threshold",
                              "value": "3"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 2-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    }
                  ]
                },
                {
                  "name": "HailVision - Tiler 3hours",
                  "item": [
                    {
                      "name": "HailVision - Get Tiler Info",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/tiler/info?products=336:MESHMax180min&meta=true&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "tiler",
                            "info"
                          ],
                          "query": [
                            {
                              "key": "products",
                              "value": "336:MESHMax180min",
                              "description": "productNumber"
                            },
                            {
                              "key": "meta",
                              "value": "true"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "HailVision - Get Tiler Data",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/tiler/data?products=334:336:MESHMax180min&t=1764285300000&lod=-1&x=0&y=0&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "tiler",
                            "data"
                          ],
                          "query": [
                            {
                              "key": "products",
                              "value": "334:336:MESHMax180min",
                              "description": "productNumber"
                            },
                            {
                              "key": "t",
                              "value": "1764285300000"
                            },
                            {
                              "key": "lod",
                              "value": "-1"
                            },
                            {
                              "key": "x",
                              "value": "0"
                            },
                            {
                              "key": "y",
                              "value": "0"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "HailVision - Featurizer Tile - Observations",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/featurizer/tile?product=336:MESHMax180min&t=1764285300000&lod=1&x=0&y=0&threshold=3&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "featurizer",
                            "tile"
                          ],
                          "query": [
                            {
                              "key": "product",
                              "value": "336:MESHMax180min"
                            },
                            {
                              "key": "t",
                              "value": "1764285300000"
                            },
                            {
                              "key": "lod",
                              "value": "1"
                            },
                            {
                              "key": "x",
                              "value": "0"
                            },
                            {
                              "key": "y",
                              "value": "0"
                            },
                            {
                              "key": "threshold",
                              "value": "3"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 1-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "HailVision - Featurizer Feature (Native Resolution) - Observations",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/featurizer/feature?product=336:MESHMax180min&t=1764285300000&threshold=3&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "featurizer",
                            "feature"
                          ],
                          "query": [
                            {
                              "key": "product",
                              "value": "336:MESHMax180min"
                            },
                            {
                              "key": "t",
                              "value": "1764285300000"
                            },
                            {
                              "key": "threshold",
                              "value": "3"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 2-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "ss",
                      "request": {
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": ""
                        }
                      },
                      "response": []
                    }
                  ]
                },
                {
                  "name": "HailVision - Tiler 6hours",
                  "item": [
                    {
                      "name": "HailVision - Get Tiler Info",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/tiler/info?products=338:MESHMax360min&meta=true&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "tiler",
                            "info"
                          ],
                          "query": [
                            {
                              "key": "products",
                              "value": "338:MESHMax360min",
                              "description": "productNumber"
                            },
                            {
                              "key": "meta",
                              "value": "true"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "HailVision - Get Tiler Data",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/tiler/data?products=338:MESHMax360min&t=1764285300000&lod=-1&x=0&y=0&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "tiler",
                            "data"
                          ],
                          "query": [
                            {
                              "key": "products",
                              "value": "338:MESHMax360min",
                              "description": "productNumber"
                            },
                            {
                              "key": "t",
                              "value": "1764285300000"
                            },
                            {
                              "key": "lod",
                              "value": "-1"
                            },
                            {
                              "key": "x",
                              "value": "0"
                            },
                            {
                              "key": "y",
                              "value": "0"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "HailVision - Featurizer Tile - Observations",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/featurizer/tile?product=338:MESHMax360min&t=1764285300000&lod=1&x=0&y=0&threshold=3&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "featurizer",
                            "tile"
                          ],
                          "query": [
                            {
                              "key": "product",
                              "value": "338:MESHMax360min"
                            },
                            {
                              "key": "t",
                              "value": "1764285300000"
                            },
                            {
                              "key": "lod",
                              "value": "1"
                            },
                            {
                              "key": "x",
                              "value": "0"
                            },
                            {
                              "key": "y",
                              "value": "0"
                            },
                            {
                              "key": "threshold",
                              "value": "3"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 1-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "HailVision - Featurizer Feature (Native Resolution) - Observations",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/featurizer/feature?product=338:MESHMax360min&t=1764285300000&threshold=3&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "featurizer",
                            "feature"
                          ],
                          "query": [
                            {
                              "key": "product",
                              "value": "338:MESHMax360min"
                            },
                            {
                              "key": "t",
                              "value": "1764285300000"
                            },
                            {
                              "key": "threshold",
                              "value": "3"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 2-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    }
                  ]
                },
                {
                  "name": "HailVision - Tiler 24hours",
                  "item": [
                    {
                      "name": "HailVision - Get Tiler Info",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/tiler/info?products=335:MESHMax1440min&meta=true&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "tiler",
                            "info"
                          ],
                          "query": [
                            {
                              "key": "products",
                              "value": "335:MESHMax1440min",
                              "description": "productNumber"
                            },
                            {
                              "key": "meta",
                              "value": "true"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "HailVision - Get Tiler Data",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/tiler/data?products=335:MESHMax1440min&t=1764285300000&lod=-1&x=0&y=0&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "tiler",
                            "data"
                          ],
                          "query": [
                            {
                              "key": "products",
                              "value": "335:MESHMax1440min",
                              "description": "productNumber"
                            },
                            {
                              "key": "t",
                              "value": "1764285300000"
                            },
                            {
                              "key": "lod",
                              "value": "-1"
                            },
                            {
                              "key": "x",
                              "value": "0"
                            },
                            {
                              "key": "y",
                              "value": "0"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "HailVision - Featurizer Tile - Observations",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/featurizer/tile?product=335:MESHMax1440min&t=1764285300000&lod=1&x=0&y=0&threshold=3&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "featurizer",
                            "tile"
                          ],
                          "query": [
                            {
                              "key": "product",
                              "value": "335:MESHMax1440min"
                            },
                            {
                              "key": "t",
                              "value": "1764285300000"
                            },
                            {
                              "key": "lod",
                              "value": "1"
                            },
                            {
                              "key": "x",
                              "value": "0"
                            },
                            {
                              "key": "y",
                              "value": "0"
                            },
                            {
                              "key": "threshold",
                              "value": "3"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 1-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "HailVision - Featurizer Feature (Native Resolution) - Observations",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/featurizer/feature?product=335:MESHMax1440min&t=1764285300000&threshold=3&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "featurizer",
                            "feature"
                          ],
                          "query": [
                            {
                              "key": "product",
                              "value": "335:MESHMax1440min"
                            },
                            {
                              "key": "t",
                              "value": "1764285300000"
                            },
                            {
                              "key": "threshold",
                              "value": "3"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 2-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    }
                  ]
                }
              ]
            },
            {
              "name": "HailZone",
              "item": [
                {
                  "name": "HailZone - Get Tiler Info",
                  "request": {
                    "auth": {
                      "type": "noauth"
                    },
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://api.weather.com/v2/tiler/info?products=326:MESHTrack030min&meta=true&apiKey={{yourApiKey}}",
                      "protocol": "https",
                      "host": [
                        "api",
                        "weather",
                        "com"
                      ],
                      "path": [
                        "v2",
                        "tiler",
                        "info"
                      ],
                      "query": [
                        {
                          "key": "products",
                          "value": "326:MESHTrack030min",
                          "description": "productNumber"
                        },
                        {
                          "key": "meta",
                          "value": "true"
                        },
                        {
                          "key": "apiKey",
                          "value": "{{yourApiKey}}"
                        }
                      ]
                    },
                    "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                  },
                  "response": []
                },
                {
                  "name": "HailZone - Get Tiler Data",
                  "request": {
                    "auth": {
                      "type": "noauth"
                    },
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://api.weather.com/v2/tiler/data?products=326:MESHTrack030min&rt=1474375500000&t=1474400700000&lod=1&x=0&y=0&apiKey={{yourApiKey}}",
                      "protocol": "https",
                      "host": [
                        "api",
                        "weather",
                        "com"
                      ],
                      "path": [
                        "v2",
                        "tiler",
                        "data"
                      ],
                      "query": [
                        {
                          "key": "products",
                          "value": "326:MESHTrack030min"
                        },
                        {
                          "key": "rt",
                          "value": "1474375500000"
                        },
                        {
                          "key": "t",
                          "value": "1474400700000"
                        },
                        {
                          "key": "lod",
                          "value": "1"
                        },
                        {
                          "key": "x",
                          "value": "0"
                        },
                        {
                          "key": "y",
                          "value": "0"
                        },
                        {
                          "key": "apiKey",
                          "value": "{{yourApiKey}}"
                        }
                      ]
                    },
                    "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                  },
                  "response": []
                },
                {
                  "name": "HailZone - Featurizer Tile - Forecast",
                  "request": {
                    "auth": {
                      "type": "noauth"
                    },
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://api.weather.com/v2/featurizer/tile?product=326:MESHTrack030min&rt=1474375500000&t=1474400700000&lod=1&x=0&y=0&threshold=3&apiKey={{yourApiKey}}",
                      "protocol": "https",
                      "host": [
                        "api",
                        "weather",
                        "com"
                      ],
                      "path": [
                        "v2",
                        "featurizer",
                        "tile"
                      ],
                      "query": [
                        {
                          "key": "product",
                          "value": "326:MESHTrack030min"
                        },
                        {
                          "key": "rt",
                          "value": "1474375500000"
                        },
                        {
                          "key": "t",
                          "value": "1474400700000"
                        },
                        {
                          "key": "lod",
                          "value": "1"
                        },
                        {
                          "key": "x",
                          "value": "0"
                        },
                        {
                          "key": "y",
                          "value": "0"
                        },
                        {
                          "key": "threshold",
                          "value": "3"
                        },
                        {
                          "key": "apiKey",
                          "value": "{{yourApiKey}}"
                        }
                      ]
                    },
                    "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                  },
                  "response": []
                },
                {
                  "name": "HailZone - Featurizer Feature (Native Resolution) - Forecast",
                  "request": {
                    "auth": {
                      "type": "noauth"
                    },
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://api.weather.com/v2/featurizer/feature?product=326:MESHTrack030min&rt=1474375500000&t=1474400700000&threshold=3&apiKey={{yourApiKey}}",
                      "protocol": "https",
                      "host": [
                        "api",
                        "weather",
                        "com"
                      ],
                      "path": [
                        "v2",
                        "featurizer",
                        "feature"
                      ],
                      "query": [
                        {
                          "key": "product",
                          "value": "326:MESHTrack030min"
                        },
                        {
                          "key": "rt",
                          "value": "1474375500000"
                        },
                        {
                          "key": "t",
                          "value": "1474400700000"
                        },
                        {
                          "key": "threshold",
                          "value": "3"
                        },
                        {
                          "key": "apiKey",
                          "value": "{{yourApiKey}}"
                        }
                      ]
                    },
                    "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                  },
                  "response": []
                }
              ]
            },
            {
              "name": "IceVision",
              "item": [
                {
                  "name": "IceVision - 1hour",
                  "item": [
                    {
                      "name": "IceVision - Get Tiler Info",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/tiler/info?products=341:PrecipRateradariceSum60min&meta=true&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "tiler",
                            "info"
                          ],
                          "query": [
                            {
                              "key": "products",
                              "value": "341:PrecipRateradariceSum60min"
                            },
                            {
                              "key": "meta",
                              "value": "true"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "IceVision - Get Tiler Data",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/tiler/data?products=341:PrecipRateradariceSum60min&t=1474300200000&lod=-1&x=0&y=0&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "tiler",
                            "data"
                          ],
                          "query": [
                            {
                              "key": "products",
                              "value": "341:PrecipRateradariceSum60min",
                              "description": "productNumber"
                            },
                            {
                              "key": "t",
                              "value": "1474300200000"
                            },
                            {
                              "key": "lod",
                              "value": "-1"
                            },
                            {
                              "key": "x",
                              "value": "0"
                            },
                            {
                              "key": "y",
                              "value": "0"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "IceVision - Featurizer Tile - Observations",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/featurizer/tile?product=341:PrecipRateradariceSum60min&t=1474300200000&lod=1&x=0&y=0&threshold=2&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "featurizer",
                            "tile"
                          ],
                          "query": [
                            {
                              "key": "product",
                              "value": "341:PrecipRateradariceSum60min"
                            },
                            {
                              "key": "t",
                              "value": "1474300200000"
                            },
                            {
                              "key": "lod",
                              "value": "1"
                            },
                            {
                              "key": "x",
                              "value": "0"
                            },
                            {
                              "key": "y",
                              "value": "0"
                            },
                            {
                              "key": "threshold",
                              "value": "2"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 1-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "IceVision - Featurizer Feature (Native Resolution) - Observations",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/featurizer/feature?product=341:PrecipRateradariceSum60min&t=1474300200000&threshold=2&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "featurizer",
                            "feature"
                          ],
                          "query": [
                            {
                              "key": "product",
                              "value": "341:PrecipRateradariceSum60min"
                            },
                            {
                              "key": "t",
                              "value": "1474300200000"
                            },
                            {
                              "key": "threshold",
                              "value": "2"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 2-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    }
                  ]
                },
                {
                  "name": "IceVision - 3hours",
                  "item": [
                    {
                      "name": "IceVision - Get Tiler Info",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/tiler/info?products=342:PrecipRateradariceSum180min&meta=true&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "tiler",
                            "info"
                          ],
                          "query": [
                            {
                              "key": "products",
                              "value": "342:PrecipRateradariceSum180min"
                            },
                            {
                              "key": "meta",
                              "value": "true"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "IceVision - Get Tiler Data",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/tiler/data?products=342:PrecipRateradariceSum180min&t=1474300200000&lod=-1&x=0&y=0&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "tiler",
                            "data"
                          ],
                          "query": [
                            {
                              "key": "products",
                              "value": "342:PrecipRateradariceSum180min",
                              "description": "productNumber"
                            },
                            {
                              "key": "t",
                              "value": "1474300200000"
                            },
                            {
                              "key": "lod",
                              "value": "-1"
                            },
                            {
                              "key": "x",
                              "value": "0"
                            },
                            {
                              "key": "y",
                              "value": "0"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "IceVision - Featurizer Tile - Observations",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/featurizer/tile?product=342:PrecipRateradariceSum180min&t=1474300200000&lod=1&x=0&y=0&threshold=2&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "featurizer",
                            "tile"
                          ],
                          "query": [
                            {
                              "key": "product",
                              "value": "342:PrecipRateradariceSum180min"
                            },
                            {
                              "key": "t",
                              "value": "1474300200000"
                            },
                            {
                              "key": "lod",
                              "value": "1"
                            },
                            {
                              "key": "x",
                              "value": "0"
                            },
                            {
                              "key": "y",
                              "value": "0"
                            },
                            {
                              "key": "threshold",
                              "value": "2"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 1-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "IceVision - Featurizer Feature (Native Resolution) - Observations",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/featurizer/feature?product=342:PrecipRateradariceSum180min&t=1474300200000&threshold=2&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "featurizer",
                            "feature"
                          ],
                          "query": [
                            {
                              "key": "product",
                              "value": "342:PrecipRateradariceSum180min"
                            },
                            {
                              "key": "t",
                              "value": "1474300200000"
                            },
                            {
                              "key": "threshold",
                              "value": "2"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 2-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    }
                  ]
                },
                {
                  "name": "IceVision - 6hours",
                  "item": [
                    {
                      "name": "IceVision - Get Tiler Info",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/tiler/info?products=330:PrecipRateradariceSum360min&meta=true&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "tiler",
                            "info"
                          ],
                          "query": [
                            {
                              "key": "products",
                              "value": "330:PrecipRateradariceSum360min"
                            },
                            {
                              "key": "meta",
                              "value": "true"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "IceVision - Get Tiler Data",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/tiler/data?products=330:PrecipRateradariceSum360min&t=1474300200000&lod=-1&x=0&y=0&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "tiler",
                            "data"
                          ],
                          "query": [
                            {
                              "key": "products",
                              "value": "330:PrecipRateradariceSum360min",
                              "description": "productNumber"
                            },
                            {
                              "key": "t",
                              "value": "1474300200000"
                            },
                            {
                              "key": "lod",
                              "value": "-1"
                            },
                            {
                              "key": "x",
                              "value": "0"
                            },
                            {
                              "key": "y",
                              "value": "0"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "IceVision - Featurizer Tile - Observations",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/featurizer/tile?product=330:PrecipRateradariceSum360min&t=1474300200000&lod=1&x=0&y=0&threshold=2&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "featurizer",
                            "tile"
                          ],
                          "query": [
                            {
                              "key": "product",
                              "value": "330:PrecipRateradariceSum360min"
                            },
                            {
                              "key": "t",
                              "value": "1474300200000"
                            },
                            {
                              "key": "lod",
                              "value": "1"
                            },
                            {
                              "key": "x",
                              "value": "0"
                            },
                            {
                              "key": "y",
                              "value": "0"
                            },
                            {
                              "key": "threshold",
                              "value": "2"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 1-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "IceVision - Featurizer Feature (Native Resolution) - Observations",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/featurizer/feature?product=330:PrecipRateradariceSum360min&t=1474300200000&threshold=2&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "featurizer",
                            "feature"
                          ],
                          "query": [
                            {
                              "key": "product",
                              "value": "330:PrecipRateradariceSum360min"
                            },
                            {
                              "key": "t",
                              "value": "1474300200000"
                            },
                            {
                              "key": "threshold",
                              "value": "2"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 2-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    }
                  ]
                },
                {
                  "name": "IceVision - 12hours",
                  "item": [
                    {
                      "name": "IceVision - Get Tiler Info",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/tiler/info?products=343:PrecipRateradariceSum720min&meta=true&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "tiler",
                            "info"
                          ],
                          "query": [
                            {
                              "key": "products",
                              "value": "343:PrecipRateradariceSum720min"
                            },
                            {
                              "key": "meta",
                              "value": "true"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "IceVision - Get Tiler Data",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/tiler/data?products=343:PrecipRateradariceSum720min&t=1474300200000&lod=-1&x=0&y=0&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "tiler",
                            "data"
                          ],
                          "query": [
                            {
                              "key": "products",
                              "value": "343:PrecipRateradariceSum720min",
                              "description": "productNumber"
                            },
                            {
                              "key": "t",
                              "value": "1474300200000"
                            },
                            {
                              "key": "lod",
                              "value": "-1"
                            },
                            {
                              "key": "x",
                              "value": "0"
                            },
                            {
                              "key": "y",
                              "value": "0"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "IceVision - Featurizer Tile - Observations",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/featurizer/tile?product=343:PrecipRateradariceSum720min&t=1474300200000&lod=1&x=0&y=0&threshold=2&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "featurizer",
                            "tile"
                          ],
                          "query": [
                            {
                              "key": "product",
                              "value": "343:PrecipRateradariceSum720min"
                            },
                            {
                              "key": "t",
                              "value": "1474300200000"
                            },
                            {
                              "key": "lod",
                              "value": "1"
                            },
                            {
                              "key": "x",
                              "value": "0"
                            },
                            {
                              "key": "y",
                              "value": "0"
                            },
                            {
                              "key": "threshold",
                              "value": "2"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 1-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "IceVision - Featurizer Feature (Native Resolution) - Observations",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/featurizer/feature?product=343:PrecipRateradariceSum720min&t=1474300200000&threshold=2&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "featurizer",
                            "feature"
                          ],
                          "query": [
                            {
                              "key": "product",
                              "value": "343:PrecipRateradariceSum720min"
                            },
                            {
                              "key": "t",
                              "value": "1474300200000"
                            },
                            {
                              "key": "threshold",
                              "value": "2"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 2-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    }
                  ]
                },
                {
                  "name": "IceVision - 24hours",
                  "item": [
                    {
                      "name": "IceVision - Get Tiler Info",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/tiler/info?products=344:PrecipRateradariceSum1440min&meta=true&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "tiler",
                            "info"
                          ],
                          "query": [
                            {
                              "key": "products",
                              "value": "344:PrecipRateradariceSum1440min"
                            },
                            {
                              "key": "meta",
                              "value": "true"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "IceVision - Get Tiler Data",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/tiler/data?products=344:PrecipRateradariceSum1440min&t=1474300200000&lod=-1&x=0&y=0&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "tiler",
                            "data"
                          ],
                          "query": [
                            {
                              "key": "products",
                              "value": "344:PrecipRateradariceSum1440min",
                              "description": "productNumber"
                            },
                            {
                              "key": "t",
                              "value": "1474300200000"
                            },
                            {
                              "key": "lod",
                              "value": "-1"
                            },
                            {
                              "key": "x",
                              "value": "0"
                            },
                            {
                              "key": "y",
                              "value": "0"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "IceVision - Featurizer Tile - Observations",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/featurizer/tile?product=344:PrecipRateradariceSum1440min&t=1474300200000&lod=1&x=0&y=0&threshold=2&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "featurizer",
                            "tile"
                          ],
                          "query": [
                            {
                              "key": "product",
                              "value": "344:PrecipRateradariceSum1440min"
                            },
                            {
                              "key": "t",
                              "value": "1474300200000"
                            },
                            {
                              "key": "lod",
                              "value": "1"
                            },
                            {
                              "key": "x",
                              "value": "0"
                            },
                            {
                              "key": "y",
                              "value": "0"
                            },
                            {
                              "key": "threshold",
                              "value": "2"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 1-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "IceVision - Featurizer Feature (Native Resolution) - Observations",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/featurizer/feature?product=344:PrecipRateradariceSum1440min&t=1474300200000&threshold=2&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "featurizer",
                            "feature"
                          ],
                          "query": [
                            {
                              "key": "product",
                              "value": "344:PrecipRateradariceSum1440min"
                            },
                            {
                              "key": "t",
                              "value": "1474300200000"
                            },
                            {
                              "key": "threshold",
                              "value": "2"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 2-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    }
                  ]
                }
              ]
            },
            {
              "name": "Lightning StrikeZone - Tiler",
              "item": [
                {
                  "name": "Lightning StrikeZone - Get Tiler Info",
                  "request": {
                    "auth": {
                      "type": "noauth"
                    },
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://api.weather.com/v2/tiler/info?products=325:LightningDensityTrack030min&meta=true&apiKey={{yourApiKey}}",
                      "protocol": "https",
                      "host": [
                        "api",
                        "weather",
                        "com"
                      ],
                      "path": [
                        "v2",
                        "tiler",
                        "info"
                      ],
                      "query": [
                        {
                          "key": "products",
                          "value": "325:LightningDensityTrack030min",
                          "description": "productNumber"
                        },
                        {
                          "key": "meta",
                          "value": "true"
                        },
                        {
                          "key": "apiKey",
                          "value": "{{yourApiKey}}"
                        }
                      ]
                    },
                    "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                  },
                  "response": []
                },
                {
                  "name": "Lightning StrikeZone  - Get Tiler Data",
                  "request": {
                    "auth": {
                      "type": "noauth"
                    },
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://api.weather.com/v2/tiler/data?products=325:LightningDensityTrack030min&rt=1474375500000&t=1474400700000&lod=1&x=0&y=0&apiKey={{yourApiKey}}",
                      "protocol": "https",
                      "host": [
                        "api",
                        "weather",
                        "com"
                      ],
                      "path": [
                        "v2",
                        "tiler",
                        "data"
                      ],
                      "query": [
                        {
                          "key": "products",
                          "value": "325:LightningDensityTrack030min",
                          "description": "productNumber"
                        },
                        {
                          "key": "rt",
                          "value": "1474375500000"
                        },
                        {
                          "key": "t",
                          "value": "1474400700000"
                        },
                        {
                          "key": "lod",
                          "value": "1"
                        },
                        {
                          "key": "x",
                          "value": "0"
                        },
                        {
                          "key": "y",
                          "value": "0"
                        },
                        {
                          "key": "apiKey",
                          "value": "{{yourApiKey}}"
                        }
                      ]
                    },
                    "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                  },
                  "response": []
                },
                {
                  "name": "Lightning StrikeZone  - Get Featurizer Tile",
                  "request": {
                    "auth": {
                      "type": "noauth"
                    },
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://api.weather.com/v2/featurizer/tile?product=325:LightningDensityTrack030min&rt=1474375500000&t=1474400700000&lod=1&x=0&y=0&threshold=2&apiKey={{yourApiKey}}",
                      "protocol": "https",
                      "host": [
                        "api",
                        "weather",
                        "com"
                      ],
                      "path": [
                        "v2",
                        "featurizer",
                        "tile"
                      ],
                      "query": [
                        {
                          "key": "product",
                          "value": "325:LightningDensityTrack030min"
                        },
                        {
                          "key": "rt",
                          "value": "1474375500000"
                        },
                        {
                          "key": "t",
                          "value": "1474400700000"
                        },
                        {
                          "key": "lod",
                          "value": "1"
                        },
                        {
                          "key": "x",
                          "value": "0"
                        },
                        {
                          "key": "y",
                          "value": "0"
                        },
                        {
                          "key": "threshold",
                          "value": "2"
                        },
                        {
                          "key": "apiKey",
                          "value": "{{yourApiKey}}"
                        }
                      ]
                    },
                    "description": "HailVision 1-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                  },
                  "response": []
                },
                {
                  "name": "Lightning StrikeZone  - Featurizer Feature (Native Resolution) - Observations",
                  "request": {
                    "auth": {
                      "type": "noauth"
                    },
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://api.weather.com/v2/featurizer/feature?product=325:LightningDensityTrack030min&rt=1474375500000&t=1474400700000&threshold=2&apiKey={{yourApiKey}}",
                      "protocol": "https",
                      "host": [
                        "api",
                        "weather",
                        "com"
                      ],
                      "path": [
                        "v2",
                        "featurizer",
                        "feature"
                      ],
                      "query": [
                        {
                          "key": "product",
                          "value": "325:LightningDensityTrack030min"
                        },
                        {
                          "key": "rt",
                          "value": "1474375500000"
                        },
                        {
                          "key": "t",
                          "value": "1474400700000"
                        },
                        {
                          "key": "threshold",
                          "value": "2"
                        },
                        {
                          "key": "apiKey",
                          "value": "{{yourApiKey}}"
                        }
                      ]
                    },
                    "description": "HailVision 2-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                  },
                  "response": []
                }
              ]
            },
            {
              "name": "RainVision",
              "item": [
                {
                  "name": "RainVision - 1hour",
                  "item": [
                    {
                      "name": "RainVision - Get Tiler Info",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/tiler/info?products=348:PrecipRateradarrainSum60min&meta=true&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "tiler",
                            "info"
                          ],
                          "query": [
                            {
                              "key": "products",
                              "value": "348:PrecipRateradarrainSum60min",
                              "description": "productNumber"
                            },
                            {
                              "key": "meta",
                              "value": "true"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "RainVision  - Get Tiler Data",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/tiler/data?products=348:PrecipRateradarrainSum60min&t=1763974800000&lod=-1&x=0&y=0&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "tiler",
                            "data"
                          ],
                          "query": [
                            {
                              "key": "products",
                              "value": "348:PrecipRateradarrainSum60min"
                            },
                            {
                              "key": "t",
                              "value": "1763974800000"
                            },
                            {
                              "key": "lod",
                              "value": "-1"
                            },
                            {
                              "key": "x",
                              "value": "0"
                            },
                            {
                              "key": "y",
                              "value": "0"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "RainVision - Get Featurizer Tile",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/featurizer/tile?product=348:PrecipRateradarrainSum60min&t=1763974800000&lod=1&x=0&y=0&threshold=30&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "featurizer",
                            "tile"
                          ],
                          "query": [
                            {
                              "key": "product",
                              "value": "348:PrecipRateradarrainSum60min"
                            },
                            {
                              "key": "t",
                              "value": "1763974800000"
                            },
                            {
                              "key": "lod",
                              "value": "1"
                            },
                            {
                              "key": "x",
                              "value": "0"
                            },
                            {
                              "key": "y",
                              "value": "0"
                            },
                            {
                              "key": "threshold",
                              "value": "30"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 1-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "RainVision - Featurizer Feature (Native Resolution) - Observations",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/featurizer/feature?product=348:PrecipRateradarrainSum60min&t=1763974800000&threshold=30&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "featurizer",
                            "feature"
                          ],
                          "query": [
                            {
                              "key": "product",
                              "value": "348:PrecipRateradarrainSum60min"
                            },
                            {
                              "key": "t",
                              "value": "1763974800000"
                            },
                            {
                              "key": "threshold",
                              "value": "30"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 2-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    }
                  ]
                },
                {
                  "name": "RainVision - 3hours",
                  "item": [
                    {
                      "name": "RainVision - Get Tiler Info",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/tiler/info?products=345:PrecipRateradarrainSum180min&meta=true&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "tiler",
                            "info"
                          ],
                          "query": [
                            {
                              "key": "products",
                              "value": "345:PrecipRateradarrainSum180min",
                              "description": "productNumber"
                            },
                            {
                              "key": "meta",
                              "value": "true"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "RainVision  - Get Tiler Data",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/tiler/data?products=345:PrecipRateradarrainSum180min&t=1763974800000&lod=-1&x=0&y=0&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "tiler",
                            "data"
                          ],
                          "query": [
                            {
                              "key": "products",
                              "value": "345:PrecipRateradarrainSum180min"
                            },
                            {
                              "key": "t",
                              "value": "1763974800000"
                            },
                            {
                              "key": "lod",
                              "value": "-1"
                            },
                            {
                              "key": "x",
                              "value": "0"
                            },
                            {
                              "key": "y",
                              "value": "0"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "RainVision - Get Featurizer Tile",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/featurizer/tile?product=345:PrecipRateradarrainSum180min&t=1763974800000&lod=1&x=0&y=0&threshold=30&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "featurizer",
                            "tile"
                          ],
                          "query": [
                            {
                              "key": "product",
                              "value": "345:PrecipRateradarrainSum180min"
                            },
                            {
                              "key": "t",
                              "value": "1763974800000"
                            },
                            {
                              "key": "lod",
                              "value": "1"
                            },
                            {
                              "key": "x",
                              "value": "0"
                            },
                            {
                              "key": "y",
                              "value": "0"
                            },
                            {
                              "key": "threshold",
                              "value": "30"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 1-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "RainVision - Featurizer Feature (Native Resolution) - Observations",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/featurizer/feature?product=345:PrecipRateradarrainSum180min&t=1763974800000&threshold=30&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "featurizer",
                            "feature"
                          ],
                          "query": [
                            {
                              "key": "product",
                              "value": "345:PrecipRateradarrainSum180min"
                            },
                            {
                              "key": "t",
                              "value": "1763974800000"
                            },
                            {
                              "key": "threshold",
                              "value": "30"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 2-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    }
                  ]
                },
                {
                  "name": "RainVision - 6hours",
                  "item": [
                    {
                      "name": "RainVision - Get Tiler Info",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/tiler/info?products=346:PrecipRateradarrainSum360min&meta=true&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "tiler",
                            "info"
                          ],
                          "query": [
                            {
                              "key": "products",
                              "value": "346:PrecipRateradarrainSum360min",
                              "description": "productNumber"
                            },
                            {
                              "key": "meta",
                              "value": "true"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "RainVision  - Get Tiler Data",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/tiler/data?products=346:PrecipRateradarrainSum360min&t=1763974800000&lod=-1&x=0&y=0&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "tiler",
                            "data"
                          ],
                          "query": [
                            {
                              "key": "products",
                              "value": "346:PrecipRateradarrainSum360min"
                            },
                            {
                              "key": "t",
                              "value": "1763974800000"
                            },
                            {
                              "key": "lod",
                              "value": "-1"
                            },
                            {
                              "key": "x",
                              "value": "0"
                            },
                            {
                              "key": "y",
                              "value": "0"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "RainVision - Get Featurizer Tile",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/featurizer/tile?product=346:PrecipRateradarrainSum360min&t=1763974800000&lod=1&x=0&y=0&threshold=30&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "featurizer",
                            "tile"
                          ],
                          "query": [
                            {
                              "key": "product",
                              "value": "346:PrecipRateradarrainSum360min"
                            },
                            {
                              "key": "t",
                              "value": "1763974800000"
                            },
                            {
                              "key": "lod",
                              "value": "1"
                            },
                            {
                              "key": "x",
                              "value": "0"
                            },
                            {
                              "key": "y",
                              "value": "0"
                            },
                            {
                              "key": "threshold",
                              "value": "30"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 1-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "RainVision - Featurizer Feature (Native Resolution) - Observations",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/featurizer/feature?product=346:PrecipRateradarrainSum360min&t=1763974800000&threshold=30&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "featurizer",
                            "feature"
                          ],
                          "query": [
                            {
                              "key": "product",
                              "value": "346:PrecipRateradarrainSum360min"
                            },
                            {
                              "key": "t",
                              "value": "1763974800000"
                            },
                            {
                              "key": "threshold",
                              "value": "30"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 2-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    }
                  ]
                },
                {
                  "name": "RainVision - 12hours",
                  "item": [
                    {
                      "name": "RainVision - Get Tiler Info",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/tiler/info?products=331:PrecipRateradarrainSum720min&meta=true&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "tiler",
                            "info"
                          ],
                          "query": [
                            {
                              "key": "products",
                              "value": "331:PrecipRateradarrainSum720min",
                              "description": "productNumber"
                            },
                            {
                              "key": "meta",
                              "value": "true"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "RainVision  - Get Tiler Data",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/tiler/data?products=331:PrecipRateradarrainSum720min&t=1763974800000&lod=-1&x=0&y=0&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "tiler",
                            "data"
                          ],
                          "query": [
                            {
                              "key": "products",
                              "value": "331:PrecipRateradarrainSum720min"
                            },
                            {
                              "key": "t",
                              "value": "1763974800000"
                            },
                            {
                              "key": "lod",
                              "value": "-1"
                            },
                            {
                              "key": "x",
                              "value": "0"
                            },
                            {
                              "key": "y",
                              "value": "0"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "RainVision - Get Featurizer Tile",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/featurizer/tile?product=331:PrecipRateradarrainSum720min&t=1763974800000&lod=1&x=0&y=0&threshold=30&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "featurizer",
                            "tile"
                          ],
                          "query": [
                            {
                              "key": "product",
                              "value": "331:PrecipRateradarrainSum720min"
                            },
                            {
                              "key": "t",
                              "value": "1763974800000"
                            },
                            {
                              "key": "lod",
                              "value": "1"
                            },
                            {
                              "key": "x",
                              "value": "0"
                            },
                            {
                              "key": "y",
                              "value": "0"
                            },
                            {
                              "key": "threshold",
                              "value": "30"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 1-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "RainVision - Featurizer Feature (Native Resolution) - Observations",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/featurizer/feature?product=331:PrecipRateradarrainSum720min&t=1763974800000&threshold=30&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "featurizer",
                            "feature"
                          ],
                          "query": [
                            {
                              "key": "product",
                              "value": "331:PrecipRateradarrainSum720min"
                            },
                            {
                              "key": "t",
                              "value": "1763974800000"
                            },
                            {
                              "key": "threshold",
                              "value": "30"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 2-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    }
                  ]
                },
                {
                  "name": "RainVision - 24hours",
                  "item": [
                    {
                      "name": "RainVision - Get Tiler Info",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/tiler/info?products=347:PrecipRateradarrainSum1440min&meta=true&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "tiler",
                            "info"
                          ],
                          "query": [
                            {
                              "key": "products",
                              "value": "347:PrecipRateradarrainSum1440min",
                              "description": "productNumber"
                            },
                            {
                              "key": "meta",
                              "value": "true"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "RainVision  - Get Tiler Data",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/tiler/data?products=347:PrecipRateradarrainSum1440min&t=1763974800000&lod=-1&x=0&y=0&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "tiler",
                            "data"
                          ],
                          "query": [
                            {
                              "key": "products",
                              "value": "347:PrecipRateradarrainSum1440min"
                            },
                            {
                              "key": "t",
                              "value": "1763974800000"
                            },
                            {
                              "key": "lod",
                              "value": "-1"
                            },
                            {
                              "key": "x",
                              "value": "0"
                            },
                            {
                              "key": "y",
                              "value": "0"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "RainVision - Get Featurizer Tile",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/featurizer/tile?product=347:PrecipRateradarrainSum1440min&t=1763974800000&lod=1&x=0&y=0&threshold=30&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "featurizer",
                            "tile"
                          ],
                          "query": [
                            {
                              "key": "product",
                              "value": "347:PrecipRateradarrainSum1440min"
                            },
                            {
                              "key": "t",
                              "value": "1763974800000"
                            },
                            {
                              "key": "lod",
                              "value": "1"
                            },
                            {
                              "key": "x",
                              "value": "0"
                            },
                            {
                              "key": "y",
                              "value": "0"
                            },
                            {
                              "key": "threshold",
                              "value": "30"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 1-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "RainVision - Featurizer Feature (Native Resolution) - Observations",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/featurizer/feature?product=347:PrecipRateradarrainSum1440min&t=1763974800000&threshold=30&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "featurizer",
                            "feature"
                          ],
                          "query": [
                            {
                              "key": "product",
                              "value": "347:PrecipRateradarrainSum1440min"
                            },
                            {
                              "key": "t",
                              "value": "1763974800000"
                            },
                            {
                              "key": "threshold",
                              "value": "30"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 2-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    }
                  ]
                }
              ]
            },
            {
              "name": "ShearVision - 1 Hour",
              "item": [
                {
                  "name": "ShearVision - Get Tiler Info",
                  "request": {
                    "auth": {
                      "type": "noauth"
                    },
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://api.weather.com/v2/tiler/info?products=329:MaxAzShear02kmAGLsmoothed60min&meta=true&apiKey={{yourApiKey}}",
                      "protocol": "https",
                      "host": [
                        "api",
                        "weather",
                        "com"
                      ],
                      "path": [
                        "v2",
                        "tiler",
                        "info"
                      ],
                      "query": [
                        {
                          "key": "products",
                          "value": "329:MaxAzShear02kmAGLsmoothed60min",
                          "description": "productNumber"
                        },
                        {
                          "key": "meta",
                          "value": "true"
                        },
                        {
                          "key": "apiKey",
                          "value": "{{yourApiKey}}"
                        }
                      ]
                    },
                    "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                  },
                  "response": []
                },
                {
                  "name": "ShearVision  - Get Tiler Data",
                  "request": {
                    "auth": {
                      "type": "noauth"
                    },
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://api.weather.com/v2/tiler/data?products=329:MaxAzShear02kmAGLsmoothed60min&t=1474300200000&lod=-1&x=0&y=0&apiKey={{yourApiKey}}",
                      "protocol": "https",
                      "host": [
                        "api",
                        "weather",
                        "com"
                      ],
                      "path": [
                        "v2",
                        "tiler",
                        "data"
                      ],
                      "query": [
                        {
                          "key": "products",
                          "value": "329:MaxAzShear02kmAGLsmoothed60min"
                        },
                        {
                          "key": "t",
                          "value": "1474300200000"
                        },
                        {
                          "key": "lod",
                          "value": "-1"
                        },
                        {
                          "key": "x",
                          "value": "0"
                        },
                        {
                          "key": "y",
                          "value": "0"
                        },
                        {
                          "key": "apiKey",
                          "value": "{{yourApiKey}}"
                        }
                      ]
                    },
                    "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                  },
                  "response": []
                },
                {
                  "name": "ShearVision - Get Featurizer Tile",
                  "request": {
                    "auth": {
                      "type": "noauth"
                    },
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://api.weather.com/v2/featurizer/tile?product=329:MaxAzShear02kmAGLsmoothed60min&t=1474300200000&lod=1&x=0&y=0&threshold=0.005&apiKey={{yourApiKey}}",
                      "protocol": "https",
                      "host": [
                        "api",
                        "weather",
                        "com"
                      ],
                      "path": [
                        "v2",
                        "featurizer",
                        "tile"
                      ],
                      "query": [
                        {
                          "key": "product",
                          "value": "329:MaxAzShear02kmAGLsmoothed60min"
                        },
                        {
                          "key": "t",
                          "value": "1474300200000"
                        },
                        {
                          "key": "lod",
                          "value": "1"
                        },
                        {
                          "key": "x",
                          "value": "0"
                        },
                        {
                          "key": "y",
                          "value": "0"
                        },
                        {
                          "key": "threshold",
                          "value": "0.005"
                        },
                        {
                          "key": "apiKey",
                          "value": "{{yourApiKey}}"
                        }
                      ]
                    },
                    "description": "HailVision 1-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                  },
                  "response": []
                },
                {
                  "name": "ShearVision - Featurizer Feature (Native Resolution) - Observations",
                  "request": {
                    "auth": {
                      "type": "noauth"
                    },
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://api.weather.com/v2/featurizer/feature?t=1474300200000&threshold=0.005&apiKey={{yourApiKey}}",
                      "protocol": "https",
                      "host": [
                        "api",
                        "weather",
                        "com"
                      ],
                      "path": [
                        "v2",
                        "featurizer",
                        "feature"
                      ],
                      "query": [
                        {
                          "key": "t",
                          "value": "1474300200000"
                        },
                        {
                          "key": "threshold",
                          "value": "0.005"
                        },
                        {
                          "key": "apiKey",
                          "value": "{{yourApiKey}}"
                        }
                      ]
                    },
                    "description": "HailVision 2-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                  },
                  "response": []
                }
              ]
            },
            {
              "name": "SnowVision",
              "item": [
                {
                  "name": "SnowVision - 1hour",
                  "item": [
                    {
                      "name": "SnowVision - Get Tiler Info",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/tiler/info?products=332:PrecipRateradarsnowSum60min&meta=true&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "tiler",
                            "info"
                          ],
                          "query": [
                            {
                              "key": "products",
                              "value": "332:PrecipRateradarsnowSum60min",
                              "description": "productNumber"
                            },
                            {
                              "key": "meta",
                              "value": "true"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "SnowVision  - Get Tiler Data",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/tiler/data?products=332:PrecipRateradarsnowSum60min&t=1764271800000&lod=-1&x=0&y=0&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "tiler",
                            "data"
                          ],
                          "query": [
                            {
                              "key": "products",
                              "value": "332:PrecipRateradarsnowSum60min"
                            },
                            {
                              "key": "t",
                              "value": "1764271800000"
                            },
                            {
                              "key": "lod",
                              "value": "-1"
                            },
                            {
                              "key": "x",
                              "value": "0"
                            },
                            {
                              "key": "y",
                              "value": "0"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "SnowVision - Get Featurizer Tile",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/featurizer/tile?product=332:PrecipRateradarsnowSum60min&t=1764284700000&lod=1&x=0&y=0&threshold=40&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "featurizer",
                            "tile"
                          ],
                          "query": [
                            {
                              "key": "product",
                              "value": "332:PrecipRateradarsnowSum60min"
                            },
                            {
                              "key": "t",
                              "value": "1764284700000"
                            },
                            {
                              "key": "lod",
                              "value": "1"
                            },
                            {
                              "key": "x",
                              "value": "0"
                            },
                            {
                              "key": "y",
                              "value": "0"
                            },
                            {
                              "key": "threshold",
                              "value": "40"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 1-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "SnowVision - Featurizer Feature (Native Resolution) - Observations",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/featurizer/feature?product=332:PrecipRateradarsnowSum60min&t=1764284700000&threshold=40&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "featurizer",
                            "feature"
                          ],
                          "query": [
                            {
                              "key": "product",
                              "value": "332:PrecipRateradarsnowSum60min"
                            },
                            {
                              "key": "t",
                              "value": "1764284700000"
                            },
                            {
                              "key": "threshold",
                              "value": "40"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 2-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    }
                  ]
                },
                {
                  "name": "SnowVision - 3hours",
                  "item": [
                    {
                      "name": "SnowVision - Get Tiler Info",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/tiler/info?products=349:PrecipRateradarsnowSum180min&meta=true&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "tiler",
                            "info"
                          ],
                          "query": [
                            {
                              "key": "products",
                              "value": "349:PrecipRateradarsnowSum180min",
                              "description": "productNumber"
                            },
                            {
                              "key": "meta",
                              "value": "true"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "SnowVision  - Get Tiler Data",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/tiler/data?products=349:PrecipRateradarsnowSum180min&t=1764271800000&lod=-1&x=0&y=0&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "tiler",
                            "data"
                          ],
                          "query": [
                            {
                              "key": "products",
                              "value": "349:PrecipRateradarsnowSum180min"
                            },
                            {
                              "key": "t",
                              "value": "1764271800000"
                            },
                            {
                              "key": "lod",
                              "value": "-1"
                            },
                            {
                              "key": "x",
                              "value": "0"
                            },
                            {
                              "key": "y",
                              "value": "0"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "SnowVision - Get Featurizer Tile",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/featurizer/tile?product=349:PrecipRateradarsnowSum180min&t=1764284700000&lod=1&x=0&y=0&threshold=40&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "featurizer",
                            "tile"
                          ],
                          "query": [
                            {
                              "key": "product",
                              "value": "349:PrecipRateradarsnowSum180min"
                            },
                            {
                              "key": "t",
                              "value": "1764284700000"
                            },
                            {
                              "key": "lod",
                              "value": "1"
                            },
                            {
                              "key": "x",
                              "value": "0"
                            },
                            {
                              "key": "y",
                              "value": "0"
                            },
                            {
                              "key": "threshold",
                              "value": "40"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 1-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "SnowVision - Featurizer Feature (Native Resolution) - Observations",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/featurizer/feature?product=349:PrecipRateradarsnowSum180min&t=1764284700000&threshold=40&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "featurizer",
                            "feature"
                          ],
                          "query": [
                            {
                              "key": "product",
                              "value": "349:PrecipRateradarsnowSum180min"
                            },
                            {
                              "key": "t",
                              "value": "1764284700000"
                            },
                            {
                              "key": "threshold",
                              "value": "40"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 2-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    }
                  ]
                },
                {
                  "name": "SnowVision - 6hours",
                  "item": [
                    {
                      "name": "SnowVision - Get Tiler Info",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/tiler/info?products=350:PrecipRateradarsnowSum360min&meta=true&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "tiler",
                            "info"
                          ],
                          "query": [
                            {
                              "key": "products",
                              "value": "350:PrecipRateradarsnowSum360min",
                              "description": "productNumber"
                            },
                            {
                              "key": "meta",
                              "value": "true"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "SnowVision  - Get Tiler Data",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/tiler/data?products=350:PrecipRateradarsnowSum360min&t=1764271800000&lod=-1&x=0&y=0&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "tiler",
                            "data"
                          ],
                          "query": [
                            {
                              "key": "products",
                              "value": "350:PrecipRateradarsnowSum360min"
                            },
                            {
                              "key": "t",
                              "value": "1764271800000"
                            },
                            {
                              "key": "lod",
                              "value": "-1"
                            },
                            {
                              "key": "x",
                              "value": "0"
                            },
                            {
                              "key": "y",
                              "value": "0"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "SnowVision - Get Featurizer Tile",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/featurizer/tile?product=350:PrecipRateradarsnowSum360min&t=1764284700000&lod=1&x=0&y=0&threshold=40&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "featurizer",
                            "tile"
                          ],
                          "query": [
                            {
                              "key": "product",
                              "value": "350:PrecipRateradarsnowSum360min"
                            },
                            {
                              "key": "t",
                              "value": "1764284700000"
                            },
                            {
                              "key": "lod",
                              "value": "1"
                            },
                            {
                              "key": "x",
                              "value": "0"
                            },
                            {
                              "key": "y",
                              "value": "0"
                            },
                            {
                              "key": "threshold",
                              "value": "40"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 1-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "SnowVision - Featurizer Feature (Native Resolution) - Observations",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/featurizer/feature?product=350:PrecipRateradarsnowSum360min&t=1764284700000&threshold=40&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "featurizer",
                            "feature"
                          ],
                          "query": [
                            {
                              "key": "product",
                              "value": "350:PrecipRateradarsnowSum360min"
                            },
                            {
                              "key": "t",
                              "value": "1764284700000"
                            },
                            {
                              "key": "threshold",
                              "value": "40"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 2-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    }
                  ]
                },
                {
                  "name": "SnowVision - 12hours",
                  "item": [
                    {
                      "name": "SnowVision - Get Tiler Info",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/tiler/info?products=351:PrecipRateradarsnowSum720min&meta=true&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "tiler",
                            "info"
                          ],
                          "query": [
                            {
                              "key": "products",
                              "value": "351:PrecipRateradarsnowSum720min",
                              "description": "productNumber"
                            },
                            {
                              "key": "meta",
                              "value": "true"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "SnowVision  - Get Tiler Data",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/tiler/data?products=351:PrecipRateradarsnowSum720min&t=1764271800000&lod=-1&x=0&y=0&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "tiler",
                            "data"
                          ],
                          "query": [
                            {
                              "key": "products",
                              "value": "351:PrecipRateradarsnowSum720min"
                            },
                            {
                              "key": "t",
                              "value": "1764271800000"
                            },
                            {
                              "key": "lod",
                              "value": "-1"
                            },
                            {
                              "key": "x",
                              "value": "0"
                            },
                            {
                              "key": "y",
                              "value": "0"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "SnowVision - Get Featurizer Tile",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/featurizer/tile?product=351:PrecipRateradarsnowSum720min&t=1764284700000&lod=1&x=0&y=0&threshold=40&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "featurizer",
                            "tile"
                          ],
                          "query": [
                            {
                              "key": "product",
                              "value": "351:PrecipRateradarsnowSum720min"
                            },
                            {
                              "key": "t",
                              "value": "1764284700000"
                            },
                            {
                              "key": "lod",
                              "value": "1"
                            },
                            {
                              "key": "x",
                              "value": "0"
                            },
                            {
                              "key": "y",
                              "value": "0"
                            },
                            {
                              "key": "threshold",
                              "value": "40"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 1-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "SnowVision - Featurizer Feature (Native Resolution) - Observations",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/featurizer/feature?product=351:PrecipRateradarsnowSum720min&t=1764284700000&threshold=40&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "featurizer",
                            "feature"
                          ],
                          "query": [
                            {
                              "key": "product",
                              "value": "351:PrecipRateradarsnowSum720min"
                            },
                            {
                              "key": "t",
                              "value": "1764284700000"
                            },
                            {
                              "key": "threshold",
                              "value": "40"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 2-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    }
                  ]
                },
                {
                  "name": "SnowVision - 24hours",
                  "item": [
                    {
                      "name": "SnowVision - Get Tiler Info",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/tiler/info?products=352:PrecipRateradarsnowSum1440min&meta=true&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "tiler",
                            "info"
                          ],
                          "query": [
                            {
                              "key": "products",
                              "value": "352:PrecipRateradarsnowSum1440min",
                              "description": "productNumber"
                            },
                            {
                              "key": "meta",
                              "value": "true"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "SnowVision  - Get Tiler Data",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/tiler/data?products=352:PrecipRateradarsnowSum1440min&t=1764271800000&lod=-1&x=0&y=0&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "tiler",
                            "data"
                          ],
                          "query": [
                            {
                              "key": "products",
                              "value": "352:PrecipRateradarsnowSum1440min"
                            },
                            {
                              "key": "t",
                              "value": "1764271800000"
                            },
                            {
                              "key": "lod",
                              "value": "-1"
                            },
                            {
                              "key": "x",
                              "value": "0"
                            },
                            {
                              "key": "y",
                              "value": "0"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 30-minute radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "SnowVision - Get Featurizer Tile",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/featurizer/tile?product=352:PrecipRateradarsnowSum1440min&t=1764284700000&lod=1&x=0&y=0&threshold=40&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "featurizer",
                            "tile"
                          ],
                          "query": [
                            {
                              "key": "product",
                              "value": "352:PrecipRateradarsnowSum1440min"
                            },
                            {
                              "key": "t",
                              "value": "1764284700000"
                            },
                            {
                              "key": "lod",
                              "value": "1"
                            },
                            {
                              "key": "x",
                              "value": "0"
                            },
                            {
                              "key": "y",
                              "value": "0"
                            },
                            {
                              "key": "threshold",
                              "value": "40"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 1-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    },
                    {
                      "name": "SnowVision - Featurizer Feature (Native Resolution) - Observations",
                      "request": {
                        "auth": {
                          "type": "noauth"
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                          "raw": "https://api.weather.com/v2/featurizer/feature?product=352:PrecipRateradarsnowSum1440min&t=1764284700000&threshold=40&apiKey={{yourApiKey}}",
                          "protocol": "https",
                          "host": [
                            "api",
                            "weather",
                            "com"
                          ],
                          "path": [
                            "v2",
                            "featurizer",
                            "feature"
                          ],
                          "query": [
                            {
                              "key": "product",
                              "value": "352:PrecipRateradarsnowSum1440min"
                            },
                            {
                              "key": "t",
                              "value": "1764284700000"
                            },
                            {
                              "key": "threshold",
                              "value": "40"
                            },
                            {
                              "key": "apiKey",
                              "value": "{{yourApiKey}}"
                            }
                          ]
                        },
                        "description": "HailVision 2-hour radar-derived hail accumulation imagery. Documentation: https://twcapi.co/v2HV"
                      },
                      "response": []
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "name": "Weather Imagery",
          "item": [
            {
              "name": "Global Lightning Forecast - Tiler",
              "item": [
                {
                  "name": "Global Lightning Forecast - Get Tiler Data",
                  "request": {
                    "auth": {
                      "type": "noauth"
                    },
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://api.weather.com/v2/tiler/data?products=globalLightningFcst:globalLightningFcst&rt=1474375500000&t=1474400700000&lod=1&x=0&y=0&apiKey={{yourApiKey}}",
                      "protocol": "https",
                      "host": [
                        "api",
                        "weather",
                        "com"
                      ],
                      "path": [
                        "v2",
                        "tiler",
                        "data"
                      ],
                      "query": [
                        {
                          "key": "products",
                          "value": "globalLightningFcst:globalLightningFcst",
                          "description": "Required Parameters"
                        },
                        {
                          "key": "rt",
                          "value": "1474375500000",
                          "description": "Required Parameters"
                        },
                        {
                          "key": "t",
                          "value": "1474400700000",
                          "description": "Required Parameters"
                        },
                        {
                          "key": "lod",
                          "value": "1",
                          "description": "Required Parameters"
                        },
                        {
                          "key": "x",
                          "value": "0",
                          "description": "Required Parameters"
                        },
                        {
                          "key": "y",
                          "value": "0",
                          "description": "Required Parameters"
                        },
                        {
                          "key": "apiKey",
                          "value": "{{yourApiKey}}",
                          "description": "Required Parameters"
                        }
                      ]
                    },
                    "description": "Global Lightning Forecast imagery. Documentation: https://twcapi.co/v2GLF"
                  },
                  "response": []
                },
                {
                  "name": "Global Lightning Forecast - Featurizer Tile - Forecast",
                  "request": {
                    "auth": {
                      "type": "noauth"
                    },
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://api.weather.com/v2/featurizer/tile?product=globalLightningFcst:globalLightningFcst&rt=1474375500000&t=1474400700000&lod=1&x=0&y=0&threshold=3&apiKey={{yourApiKey}}",
                      "protocol": "https",
                      "host": [
                        "api",
                        "weather",
                        "com"
                      ],
                      "path": [
                        "v2",
                        "featurizer",
                        "tile"
                      ],
                      "query": [
                        {
                          "key": "product",
                          "value": "globalLightningFcst:globalLightningFcst",
                          "description": "Required Parameters"
                        },
                        {
                          "key": "rt",
                          "value": "1474375500000",
                          "description": "Required Parameters"
                        },
                        {
                          "key": "t",
                          "value": "1474400700000",
                          "description": "Required Parameters"
                        },
                        {
                          "key": "lod",
                          "value": "1",
                          "description": "Required Parameters"
                        },
                        {
                          "key": "x",
                          "value": "0",
                          "description": "Required Parameters"
                        },
                        {
                          "key": "y",
                          "value": "0",
                          "description": "Required Parameters"
                        },
                        {
                          "key": "threshold",
                          "value": "3"
                        },
                        {
                          "key": "apiKey",
                          "value": "{{yourApiKey}}",
                          "description": "Required Parameters"
                        }
                      ]
                    },
                    "description": "Global Lightning Forecast imagery. Documentation: https://twcapi.co/v2GLF"
                  },
                  "response": []
                },
                {
                  "name": "Global Lightning Forecast - Featurizer Feature (Native Resolution) - Forecast",
                  "request": {
                    "auth": {
                      "type": "noauth"
                    },
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://api.weather.com/v2/featurizer/feature?product=globalLightningFcst:globalLightningFcst&rt=1474375500000&t=1474400700000&threshold=3&apiKey={{yourApiKey}}",
                      "protocol": "https",
                      "host": [
                        "api",
                        "weather",
                        "com"
                      ],
                      "path": [
                        "v2",
                        "featurizer",
                        "feature"
                      ],
                      "query": [
                        {
                          "key": "product",
                          "value": "globalLightningFcst:globalLightningFcst",
                          "description": "Required Parameters"
                        },
                        {
                          "key": "rt",
                          "value": "1474375500000",
                          "description": "Required Parameters"
                        },
                        {
                          "key": "t",
                          "value": "1474400700000",
                          "description": "Required Parameters"
                        },
                        {
                          "key": "threshold",
                          "value": "3",
                          "description": "Optional"
                        },
                        {
                          "key": "apiKey",
                          "value": "{{yourApiKey}}",
                          "description": "Required Parameters"
                        }
                      ]
                    },
                    "description": "Global Lightning Forecast imagery. Documentation: https://twcapi.co/v2GLF"
                  },
                  "response": []
                }
              ]
            },
            {
              "name": "OSPO HMS Fire - Tiler",
              "item": [
                {
                  "name": "OSPO HMS Fire - Get Product Info",
                  "request": {
                    "auth": {
                      "type": "noauth"
                    },
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://api.weather.com/v2/vector-api/products/635/info?meta=true&max-times=12&apiKey={{yourApiKey}}",
                      "protocol": "https",
                      "host": [
                        "api",
                        "weather",
                        "com"
                      ],
                      "path": [
                        "v2",
                        "vector-api",
                        "products",
                        "635",
                        "info"
                      ],
                      "query": [
                        {
                          "key": "meta",
                          "value": "true"
                        },
                        {
                          "key": "max-times",
                          "value": "12"
                        },
                        {
                          "key": "apiKey",
                          "value": "{{yourApiKey}}"
                        }
                      ]
                    },
                    "description": "OSPO HMS Fire detection imagery. Documentation: https://twcapi.co/v2HMSF"
                  },
                  "response": []
                },
                {
                  "name": "OSPO HMS Fire - Get Features for a Single Tile",
                  "request": {
                    "auth": {
                      "type": "noauth"
                    },
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://api.weather.com/v2/vector-api/products/635/features?time=1492016701805&lod=10&x=175&y=409&tile-size=256&apiKey={{yourApiKey}}",
                      "protocol": "https",
                      "host": [
                        "api",
                        "weather",
                        "com"
                      ],
                      "path": [
                        "v2",
                        "vector-api",
                        "products",
                        "635",
                        "features"
                      ],
                      "query": [
                        {
                          "key": "time",
                          "value": "1492016701805"
                        },
                        {
                          "key": "lod",
                          "value": "10"
                        },
                        {
                          "key": "x",
                          "value": "175"
                        },
                        {
                          "key": "y",
                          "value": "409"
                        },
                        {
                          "key": "tile-size",
                          "value": "256",
                          "description": "Optional Parameters"
                        },
                        {
                          "key": "apiKey",
                          "value": "{{yourApiKey}}"
                        }
                      ]
                    },
                    "description": "OSPO HMS Fire detection imagery. Documentation: https://twcapi.co/v2HMSF"
                  },
                  "response": []
                }
              ]
            },
            {
              "name": "OSPO HMS Smoke - Tiler",
              "item": [
                {
                  "name": "OSPO HMS Smoke - Tiler - Get Product Info",
                  "request": {
                    "auth": {
                      "type": "noauth"
                    },
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://api.weather.com/v2/vector-api/products/634/info?meta=true&max-times=12&apiKey={{yourApiKey}}",
                      "protocol": "https",
                      "host": [
                        "api",
                        "weather",
                        "com"
                      ],
                      "path": [
                        "v2",
                        "vector-api",
                        "products",
                        "634",
                        "info"
                      ],
                      "query": [
                        {
                          "key": "meta",
                          "value": "true"
                        },
                        {
                          "key": "max-times",
                          "value": "12"
                        },
                        {
                          "key": "apiKey",
                          "value": "{{yourApiKey}}"
                        }
                      ]
                    },
                    "description": "OSPO HMS Fire detection imagery. Documentation: https://twcapi.co/v2HMSF"
                  },
                  "response": []
                },
                {
                  "name": "OSPO HMS Smoke - Tiler- Get Features for a Single Tile",
                  "request": {
                    "auth": {
                      "type": "noauth"
                    },
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://api.weather.com/v2/vector-api/products/634/features?time=1764288900000&lod=10&x=175&y=409&tile-size=256&apiKey={{yourApiKey}}",
                      "protocol": "https",
                      "host": [
                        "api",
                        "weather",
                        "com"
                      ],
                      "path": [
                        "v2",
                        "vector-api",
                        "products",
                        "634",
                        "features"
                      ],
                      "query": [
                        {
                          "key": "time",
                          "value": "1764288900000"
                        },
                        {
                          "key": "lod",
                          "value": "10"
                        },
                        {
                          "key": "x",
                          "value": "175"
                        },
                        {
                          "key": "y",
                          "value": "409"
                        },
                        {
                          "key": "tile-size",
                          "value": "256",
                          "description": "Optional Parameters"
                        },
                        {
                          "key": "declutter",
                          "value": "true",
                          "description": "Optional Parameters",
                          "disabled": true
                        },
                        {
                          "key": "apiKey",
                          "value": "{{yourApiKey}}"
                        }
                      ]
                    },
                    "description": "OSPO HMS Fire detection imagery. Documentation: https://twcapi.co/v2HMSF"
                  },
                  "response": []
                }
              ]
            },
            {
              "name": "Wildfire - Tiler",
              "item": [
                {
                  "name": "Wildfire - Tiler- Get Product Info",
                  "request": {
                    "auth": {
                      "type": "noauth"
                    },
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://api.weather.com/v2/vector-api/products/603/info?meta=true&max-times=12&apiKey={{yourApiKey}}",
                      "protocol": "https",
                      "host": [
                        "api",
                        "weather",
                        "com"
                      ],
                      "path": [
                        "v2",
                        "vector-api",
                        "products",
                        "603",
                        "info"
                      ],
                      "query": [
                        {
                          "key": "meta",
                          "value": "true"
                        },
                        {
                          "key": "max-times",
                          "value": "12"
                        },
                        {
                          "key": "apiKey",
                          "value": "{{yourApiKey}}"
                        }
                      ]
                    },
                    "description": "OSPO HMS Fire detection imagery. Documentation: https://twcapi.co/v2HMSF"
                  },
                  "response": []
                },
                {
                  "name": "Wildfire - Tiler- Get Features for a Single Tile",
                  "request": {
                    "auth": {
                      "type": "noauth"
                    },
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://api.weather.com/v2/vector-api/products/603/features?time=1656375300000&lod=7&x=34&y=52&tile-size=256&apiKey={{yourApiKey}}",
                      "protocol": "https",
                      "host": [
                        "api",
                        "weather",
                        "com"
                      ],
                      "path": [
                        "v2",
                        "vector-api",
                        "products",
                        "603",
                        "features"
                      ],
                      "query": [
                        {
                          "key": "time",
                          "value": "1656375300000"
                        },
                        {
                          "key": "lod",
                          "value": "7"
                        },
                        {
                          "key": "x",
                          "value": "34"
                        },
                        {
                          "key": "y",
                          "value": "52"
                        },
                        {
                          "key": "tile-size",
                          "value": "256",
                          "description": "Optional Parameters"
                        },
                        {
                          "key": "declutter",
                          "value": "true",
                          "description": "Optional Parameters",
                          "disabled": true
                        },
                        {
                          "key": "apiKey",
                          "value": "{{yourApiKey}}"
                        }
                      ]
                    },
                    "description": "OSPO HMS Fire detection imagery. Documentation: https://twcapi.co/v2HMSF"
                  },
                  "response": []
                }
              ]
            },
            {
              "name": "Earthquakes - Tiler",
              "item": [
                {
                  "name": "Earthquakes - Tiler- Get Product Info",
                  "request": {
                    "auth": {
                      "type": "noauth"
                    },
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://api.weather.com/v2/vector-api/products/601/info?meta=true&max-times=12&apiKey={{yourApiKey}}",
                      "protocol": "https",
                      "host": [
                        "api",
                        "weather",
                        "com"
                      ],
                      "path": [
                        "v2",
                        "vector-api",
                        "products",
                        "601",
                        "info"
                      ],
                      "query": [
                        {
                          "key": "meta",
                          "value": "true"
                        },
                        {
                          "key": "max-times",
                          "value": "12"
                        },
                        {
                          "key": "apiKey",
                          "value": "{{yourApiKey}}"
                        }
                      ]
                    },
                    "description": "OSPO HMS Fire detection imagery. Documentation: https://twcapi.co/v2HMSF"
                  },
                  "response": []
                },
                {
                  "name": "Earthquakes - Tiler- Get Features for a Single Tile",
                  "request": {
                    "auth": {
                      "type": "noauth"
                    },
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://api.weather.com/v2/vector-api/products/601/features?time=1492016701805&lod=10&x=175&y=409&tile-size=256&apiKey={{yourApiKey}}",
                      "protocol": "https",
                      "host": [
                        "api",
                        "weather",
                        "com"
                      ],
                      "path": [
                        "v2",
                        "vector-api",
                        "products",
                        "601",
                        "features"
                      ],
                      "query": [
                        {
                          "key": "time",
                          "value": "1492016701805"
                        },
                        {
                          "key": "lod",
                          "value": "10"
                        },
                        {
                          "key": "x",
                          "value": "175"
                        },
                        {
                          "key": "y",
                          "value": "409"
                        },
                        {
                          "key": "tile-size",
                          "value": "256",
                          "description": "Optional Parameters"
                        },
                        {
                          "key": "declutter",
                          "value": "true",
                          "description": "Optional Parameters",
                          "disabled": true
                        },
                        {
                          "key": "apiKey",
                          "value": "{{yourApiKey}}"
                        }
                      ]
                    },
                    "description": "OSPO HMS Fire detection imagery. Documentation: https://twcapi.co/v2HMSF"
                  },
                  "response": []
                }
              ]
            },
            {
              "name": "NIFC Wildfire Perimeters - Tiler",
              "item": [
                {
                  "name": "NIFC Wildfire Perimeters - Tiler- Get Product Info",
                  "request": {
                    "auth": {
                      "type": "noauth"
                    },
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://api.weather.com/v2/vector-api/products/636/info?meta=true&max-times=12&apiKey={{yourApiKey}}",
                      "protocol": "https",
                      "host": [
                        "api",
                        "weather",
                        "com"
                      ],
                      "path": [
                        "v2",
                        "vector-api",
                        "products",
                        "636",
                        "info"
                      ],
                      "query": [
                        {
                          "key": "meta",
                          "value": "true"
                        },
                        {
                          "key": "max-times",
                          "value": "12"
                        },
                        {
                          "key": "apiKey",
                          "value": "{{yourApiKey}}"
                        }
                      ]
                    },
                    "description": "OSPO HMS Fire detection imagery. Documentation: https://twcapi.co/v2HMSF"
                  },
                  "response": []
                },
                {
                  "name": "NIFC Wildfire Perimeters - Tiler- Get Features for a Single Tile",
                  "request": {
                    "auth": {
                      "type": "noauth"
                    },
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "https://api.weather.com/v2/vector-api/products/636/features?time=1492016701805&lod=10&x=175&y=409&tile-size=256&apiKey={{yourApiKey}}",
                      "protocol": "https",
                      "host": [
                        "api",
                        "weather",
                        "com"
                      ],
                      "path": [
                        "v2",
                        "vector-api",
                        "products",
                        "636",
                        "features"
                      ],
                      "query": [
                        {
                          "key": "time",
                          "value": "1492016701805"
                        },
                        {
                          "key": "lod",
                          "value": "10"
                        },
                        {
                          "key": "x",
                          "value": "175"
                        },
                        {
                          "key": "y",
                          "value": "409"
                        },
                        {
                          "key": "tile-size",
                          "value": "256",
                          "description": "Optional Parameters"
                        },
                        {
                          "key": "declutter",
                          "value": "true",
                          "description": "Optional Parameters",
                          "disabled": true
                        },
                        {
                          "key": "apiKey",
                          "value": "{{yourApiKey}}"
                        }
                      ]
                    },
                    "description": "OSPO HMS Fire detection imagery. Documentation: https://twcapi.co/v2HMSF"
                  },
                  "response": []
                }
              ]
            }
          ]
        }
      ]
    }
  ],
  "event": [
    {
      "listen": "prerequest",
      "script": {
        "type": "text/javascript",
        "packages": {},
        "requests": {},
        "exec": [
          ""
        ]
      }
    },
    {
      "listen": "test",
      "script": {
        "type": "text/javascript",
        "packages": {},
        "requests": {},
        "exec": [
          ""
        ]
      }
    }
  ],
  "variable": [
    {
      "key": "yourApiKey",
      "value": ""
    }
  ]
}