To get some statistics (eg. number of public sensors, active sensors, new sensors, etc...):
| URL | https://smartstreets.sensetecnic.com/wotkit/api/stats |
| Privacy | Public |
| Format | not applicable |
| Method | GET |
| Returns | Appropriate HTTP status code; OK 200 - if successful |
example
curl "https://smartstreets.sensetecnic.com/wotkit/api/stats"
Output:
{
'total': 65437,
'active': 43474,
'new': {
'day': 53,
'week': 457,
'month': 9123,
'year': 40532
}
}