Integrate Arduino IOT Cloud Dashboard "Things" on other webpages?

I would like to be able to feature "things" from my Arduino IOT Cloud dashboard on other web pages, such as my Squarespace website.

Is there any possibility of embedding this content like you can do with a YouTube video?
Maybe some block of code that I can paste in?

I have different art installations and I would like to feature real time data on their portfolio page.

Thank you!

hey @Sensebellum

there is no way to embed dashboards or widgets on other spaces, especially because these are only accessible once you are logged into your Arduino account, but you can use our APIs to extract and modify data, hence make your own controls and viewers

this is the starting point for using our APIs in JavaScript, Python and Go
https://www.arduino.cc/reference/en/iot/api/

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.