13. StatisticsΒΆ

To get some statistics (eg. number of public sensors, active sensors, new sensors, etc...):

URL http://wotkit.sensetecnic.com/api/stats
Privacy Public
Format not applicable
Method GET
Returns Appropriate HTTP status code; OK 200 - if successful

Output:

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

Project Versions

Previous topic

12. News

Next topic

14. Smart Streets Authentication

This Page