Apparent Temperature API
Give temperature data, humidity, and/or wind speed and get back the apparent temperature in both Celsius and Fahrenheit for any of the available "feels like" temperature formats: heat index (HI), Humidex, and Australian apparent temperature (AT).
Apparent Temperature API endpoints
| Method | Endpoint | Description |
|---|---|---|
| AT | ||
| GET |
getAT /AT |
Get the Australian Apparent Temperature (AT) for a given temperature, relative humidity, and wind speed. |
| heatIndex | ||
| GET |
getHeatIndex /heatIndex |
Get the heat index (HI) for a given temperature and relative humidity. |
| humidex | ||
| GET |
getHumidex /humidex |
Get the Humidex for a given temperature and relative humidity. |
Apparent Temperature API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $2 / month | — |
|
| ULTRA | $5 / month | — |
|
| MEGA | $20 / month | — |
|