Skip to main content
Toggle navigation menu
Smappee Server Status
Submit a request
Sign in
Support
Integrations
Dev API
Dev API
Can I get access to the data via API?
<% if (items.length > 1) { %>
In this article
<% items.forEach(function(item) { %>
<%= item.name %>
<% }); %>
<% } %>