{
	"info": {
		"_postman_id": "46d22dde-dd72-49bf-bfc0-f35eba80c841",
		"name": "Air Quality",
		"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json",
		"_exporter_id": "44720547"
	},
	"item": [
		{
			"name": "Air Quality - Global",
			"item": [
				{
					"name": "Request by Geocode",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.weather.com/v3/wx/globalAirQuality?geocode=39.904,116.407&language=en-US&scale=EPA&format=json&apiKey={{yourApiKey}}",
							"protocol": "https",
							"host": [
								"api",
								"weather",
								"com"
							],
							"path": [
								"v3",
								"wx",
								"globalAirQuality"
							],
							"query": [
								{
									"key": "geocode",
									"value": "39.904,116.407"
								},
								{
									"key": "language",
									"value": "en-US"
								},
								{
									"key": "scale",
									"value": "EPA"
								},
								{
									"key": "format",
									"value": "json"
								},
								{
									"key": "apiKey",
									"value": "{{yourApiKey}}"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Request by IATA Code",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.weather.com/v3/wx/globalAirQuality?iataCode=FCO&language=en-US&scale=EPA&format=json&apiKey={{yourApiKey}}",
							"protocol": "https",
							"host": [
								"api",
								"weather",
								"com"
							],
							"path": [
								"v3",
								"wx",
								"globalAirQuality"
							],
							"query": [
								{
									"key": "iataCode",
									"value": "FCO"
								},
								{
									"key": "language",
									"value": "en-US"
								},
								{
									"key": "scale",
									"value": "EPA"
								},
								{
									"key": "format",
									"value": "json"
								},
								{
									"key": "apiKey",
									"value": "{{yourApiKey}}"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Request by ICAO Code",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.weather.com/v3/wx/globalAirQuality?icaoCode=LIRF&language=en-US&scale=EPA&format=json&apiKey={{yourApiKey}}",
							"protocol": "https",
							"host": [
								"api",
								"weather",
								"com"
							],
							"path": [
								"v3",
								"wx",
								"globalAirQuality"
							],
							"query": [
								{
									"key": "icaoCode",
									"value": "LIRF"
								},
								{
									"key": "language",
									"value": "en-US"
								},
								{
									"key": "scale",
									"value": "EPA"
								},
								{
									"key": "format",
									"value": "json"
								},
								{
									"key": "apiKey",
									"value": "{{yourApiKey}}"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Request by Place ID",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.weather.com/v3/wx/globalAirQuality?placeid=25d07eca1bcda02800c1a9e699d7eb1c8132cad9bc2d6efa8a2531f0ee4a81cd&language=en-US&scale=EPA&format=json&apiKey={{yourApiKey}}",
							"protocol": "https",
							"host": [
								"api",
								"weather",
								"com"
							],
							"path": [
								"v3",
								"wx",
								"globalAirQuality"
							],
							"query": [
								{
									"key": "placeid",
									"value": "25d07eca1bcda02800c1a9e699d7eb1c8132cad9bc2d6efa8a2531f0ee4a81cd"
								},
								{
									"key": "language",
									"value": "en-US"
								},
								{
									"key": "scale",
									"value": "EPA"
								},
								{
									"key": "format",
									"value": "json"
								},
								{
									"key": "apiKey",
									"value": "{{yourApiKey}}"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Request by Postal Key",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.weather.com/v3/wx/globalAirQuality?postalKey=30339:US&language=en-US&scale=EPA&format=json&apiKey={{yourApiKey}}",
							"protocol": "https",
							"host": [
								"api",
								"weather",
								"com"
							],
							"path": [
								"v3",
								"wx",
								"globalAirQuality"
							],
							"query": [
								{
									"key": "postalKey",
									"value": "30339:US"
								},
								{
									"key": "language",
									"value": "en-US"
								},
								{
									"key": "scale",
									"value": "EPA"
								},
								{
									"key": "format",
									"value": "json"
								},
								{
									"key": "apiKey",
									"value": "{{yourApiKey}}"
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Air Quality Forecast - Global - Hourly (72 Hours)",
			"item": [
				{
					"name": "Request by Geocode",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.weather.com/v3/wx/globalAirQuality/forecast/hourly/72hour?geocode=39.904,116.407&language=en-US&scale=EPA&format=json&apiKey={{yourApiKey}}",
							"protocol": "https",
							"host": [
								"api",
								"weather",
								"com"
							],
							"path": [
								"v3",
								"wx",
								"globalAirQuality",
								"forecast",
								"hourly",
								"72hour"
							],
							"query": [
								{
									"key": "geocode",
									"value": "39.904,116.407"
								},
								{
									"key": "language",
									"value": "en-US"
								},
								{
									"key": "scale",
									"value": "EPA"
								},
								{
									"key": "format",
									"value": "json"
								},
								{
									"key": "apiKey",
									"value": "{{yourApiKey}}"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Request by IATA Code",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.weather.com/v3/wx/globalAirQuality/forecast/hourly/72hour?iataCode=FCO&language=en-US&scale=EPA&format=json&apiKey={{yourApiKey}}",
							"protocol": "https",
							"host": [
								"api",
								"weather",
								"com"
							],
							"path": [
								"v3",
								"wx",
								"globalAirQuality",
								"forecast",
								"hourly",
								"72hour"
							],
							"query": [
								{
									"key": "iataCode",
									"value": "FCO"
								},
								{
									"key": "language",
									"value": "en-US"
								},
								{
									"key": "scale",
									"value": "EPA"
								},
								{
									"key": "format",
									"value": "json"
								},
								{
									"key": "apiKey",
									"value": "{{yourApiKey}}"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Request by ICAO Code",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.weather.com/v3/wx/globalAirQuality/forecast/hourly/72hour?icaoCode=LIRF&language=en-US&scale=EPA&format=json&apiKey={{yourApiKey}}",
							"protocol": "https",
							"host": [
								"api",
								"weather",
								"com"
							],
							"path": [
								"v3",
								"wx",
								"globalAirQuality",
								"forecast",
								"hourly",
								"72hour"
							],
							"query": [
								{
									"key": "icaoCode",
									"value": "LIRF"
								},
								{
									"key": "language",
									"value": "en-US"
								},
								{
									"key": "scale",
									"value": "EPA"
								},
								{
									"key": "format",
									"value": "json"
								},
								{
									"key": "apiKey",
									"value": "{{yourApiKey}}"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Request by Place ID",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.weather.com/v3/wx/globalAirQuality/forecast/hourly/72hour?placeid=25d07eca1bcda02800c1a9e699d7eb1c8132cad9bc2d6efa8a2531f0ee4a81cd&language=en-US&scale=EPA&format=json&apiKey={{yourApiKey}}",
							"protocol": "https",
							"host": [
								"api",
								"weather",
								"com"
							],
							"path": [
								"v3",
								"wx",
								"globalAirQuality",
								"forecast",
								"hourly",
								"72hour"
							],
							"query": [
								{
									"key": "placeid",
									"value": "25d07eca1bcda02800c1a9e699d7eb1c8132cad9bc2d6efa8a2531f0ee4a81cd"
								},
								{
									"key": "language",
									"value": "en-US"
								},
								{
									"key": "scale",
									"value": "EPA"
								},
								{
									"key": "format",
									"value": "json"
								},
								{
									"key": "apiKey",
									"value": "{{yourApiKey}}"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Request by Postal Key",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.weather.com/v3/wx/globalAirQuality/forecast/hourly/72hour?postalKey=30339:US&language=en-US&scale=EPA&format=json&apiKey={{yourApiKey}}",
							"protocol": "https",
							"host": [
								"api",
								"weather",
								"com"
							],
							"path": [
								"v3",
								"wx",
								"globalAirQuality",
								"forecast",
								"hourly",
								"72hour"
							],
							"query": [
								{
									"key": "postalKey",
									"value": "30339:US"
								},
								{
									"key": "language",
									"value": "en-US"
								},
								{
									"key": "scale",
									"value": "EPA"
								},
								{
									"key": "format",
									"value": "json"
								},
								{
									"key": "apiKey",
									"value": "{{yourApiKey}}"
								}
							]
						}
					},
					"response": []
				}
			]
		}
	]
}