cURL
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 real-time data (weather, time, metrics) for specific dashboard widgets.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Filter by specific widget name
Widget data package