Current Conditions
current_conditionsGet the live CURRENT weather conditions right now for a location — temperature, feels-like, humidity, wind, and conditions. Example: current_conditions({ location: "Tokyo" }).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| units | No | Unit group: "metric" (default), "us", or "uk". | |
| _apiKey | No | Optional — your own Visual Crossing API key for higher limits; omit to use the shared Pipeworx key. | |
| location | Yes | City name (e.g. "Tokyo") or "lat,lon". |