Forecasting API for timeseries data
Unplugg offers a forecasting API for timeseries data like energy consumption and temperature, enabling intelligence in products.
import requests
url = "https://try-unplugg-api.herokuapp.com/key"
headers = {
"Content-Type": "application/x-www-form-urlencoded"
}
data = {
"mail_address": "your_email@example.com"
}
response = requests.post(url, headers=headers, data=data)
print(response.text)Last 50 checks (10 min intervals)