Description
Based on the registered information, get various statistics.
Help page
HTTP Method , API endpoint
GET /v1/users/<username>/graphs/<graphID>/stats
Possible errors by HTTP response status code
404 Not Found
- This error occurs when your request destination does not exist.
- This error also occurs when authentication to the request destination is not successful.
500 Internal Server Error
- Status in the event of an unexpected error. Retrying the request may be successfully processed.
Example
$ curl -X GET https://pixe.la/v1/users/a-know/graphs/test-graph/stats {"totalPixelsCount":4,"maxQuantity":5,"minQuantity":-5,"maxDate":"2017-12-31","minDate":"2018-01-01","totalQuantity":5,"avgQuantity":1.25,"todaysQuantity":3,"yesterdayQuantity":2}