API – Views in the Last Month

Returns the number of views recorded in the last month for a given video.

Endpoint:

GET /api/videos/:video_id/last_month

Response:
[
	{
		"day": "1",
		"count": 103
	},
	{
		"day": "2",
		"count": 150
	},
	{
		"day": "3",
		"count": 200
	},
	,...
]