> ## Documentation Index
> Fetch the complete documentation index at: https://docs.eden.art/llms.txt
> Use this file to discover all available pages before exploring further.

# Weather

> Get the weather for a given location

## Overview

Get the weather for a given location

* **Output Type**: string
* **Estimated Cost**: 0.5 credits
* **Handler**: local

## Parameters

### Required Parameters

<ParamField body="lat" type="float" required>
  The latitude of the location to get the weather for

  * Label: Latitude
</ParamField>

<ParamField body="lon" type="float" required>
  The longitude of the location to get the weather for

  * Label: Longitude
</ParamField>
