GIScience / ohsome-now-stats-service

This is the REST service for the ohsomeNow stats.
https://stats.now.ohsome.org/api/
GNU Affero General Public License v3.0
4 stars 1 forks source link

Add start and end parameters to /stats endpoint #6

Closed mrkhan closed 1 year ago

mrkhan commented 1 year ago

Example output for the case of an explicit enddate:

{
          "changesets": 65009011,
          "users": 3003842,
          "roads": 45964973.0494135,
          "buildings": 844294167,
          "edits": 1095091515,
          "latest": "2023-03-20T10:55:38.000Z",
          "hashtag": "*",
          "enddate": "2017-10-01T04:00:00.000Z"
}