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":7,"minQuantity":4,"totalQuantity":25,"avgQuantity":6.25,"todaysQuantity":3}