sync

Get Sources

List all of the Weather Sources available.

An API route that returns a list of all the Weather Sources available from the WeatherController. Each Source contains information about the source and a list of the Models available for that Source.

Args: None Returns: A list of all Source available from the WeatherController

get/weather/sources

Response

Successful Response

idstring required

Source id

namestring required

Source name

urlstring

Source URL

Changes