{"name":"meteo-calc-api","version":"1.0.0","description":"Derived-weather & thermal-comfort engine: heat index, wind chill, dew point, humidity, wet-bulb, apparent temperature, ISA barometric altitude, temperature conversion. Published NWS/BOM/ISA formulas, deterministic, no DB, no external calls.","usage":"POST temp as temp_c / temp_f (or temp + units=\"metric\"|\"imperial\"). RH as rh (0–100).","endpoints":{"POST /heat-index":"Heat index from temp + RH (NWS Rothfusz)","POST /wind-chill":"Wind chill from temp + wind speed (NWS/EC 2001)","POST /dew-point":"Dew point from temp + RH (Magnus/Sonntag)","POST /humidity":"Full humidity profile: RH ⇄ dew point ⇄ absolute/specific humidity","POST /wet-bulb":"Wet-bulb temperature from temp + RH (Stull 2011)","POST /apparent-temp":"Apparent \"feels-like\" temperature (Australian BOM, wind + humidity)","POST /altitude":"ISA barometric pressure ⇄ altitude + temperature at altitude","POST /convert":"Temperature unit conversion (°C / °F / K / °Rankine)"},"example":"POST /heat-index {\"temp_f\":90,\"rh\":70}  → heat_index ≈ 105.9°F (danger)"}