get_env_params
Fetch humidity, heat index, wet bulb, and air quality at a US coordinate. Supply latitude/longitude with temperature or a completed heatmap ID, and optionally choose specific analyses.
Instructions
Environmental parameters at a single point - humidity, heat index, wet bulb, air quality and more. Requires a temperature, which must match the heatmap for the same place and time. Supply it either as temperature=, or as from_activity_id= naming a completed heatmap covering this point, which also supplies the matching date. Give one or the other, not both. Narrow the response with analysis=, or omit it to receive every parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait_s | No | ||
| analysis | No | Which parameters to return. Omit for all of them (verified). Values: heat_index_celsius, apparent_temperature_celsius, wet_bulb_temperature_celsius, relative_humidity_percent, precipitation_mm, cloud_cover_octas, elevation, solar_irradiance, air_quality:idx, air_quality_pm2p5:idx, air_quality_pm10:idx, air_quality_no2:idx, air_quality_o3:idx, air_quality_so2:idx, aqi_us_co, methane_ppb, co2_ppm. NOTE these are NOT the sections submit_heat_intelligence takes - that endpoint uses a different vocabulary. | |
| latitude | Yes | Decimal degrees. | |
| longitude | Yes | Decimal degrees. | |
| start_date | No | ||
| start_time | No | ||
| filter_type | No | 1 = single hour (start_date + start_time); 2 = range of hours, same day (start_date + start_time + end_time); 3 = single day (start_date only); 4 = range of days (start_date + end_date) | |
| temperature | No | Degrees Celsius. Mutually exclusive with from_activity_id. | |
| from_activity_id | No | A completed heatmap to read the temperature and date out of. Free - no API call. Mutually exclusive with temperature. |