Skip to main content
POST
/
api
/
v1
/
widget-data
Get widget data
curl --request POST \
  --url https://ai-loop.alpeadria.com/api/v1/widget-data \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "widget": "<string>"
}
'
{
  "Weather": {
    "temp": 12,
    "condition": "Cloudy"
  },
  "LocalTime": "2026-02-04T09:20:00Z"
}
Fetch synchronized data for dashboard widgets, including weather, time, and metrics.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
widget
string

Filter by specific widget name

Response

200 - application/json

Widget data package

{key}
object