2.12. StatisticsΒΆ

The “stats” resource provides statistics, like number of public sensors, active sensors, or new sensors. It can be accessed via:

URL http://wotkit.sensetecnic.com/api/v1/stats
Privacy Public
Format not applicable
Method GET
Returns 200 OK if successful. A JSON object in the response body containing describing statistics.

Output:

{
        'total': 65437,
        'active': 43474,
        'new': {
                'day': 53,
                'week': 457,
                'month': 9123,
                'year': 40532
        }
}