Skip to content

GET /stats/conversion

Description

Retrieve conversion usage statistics.

Parameters

(Inherit from GET /stats/{type})

Example Request

bash
curl -X GET "https://api.xvid.com/v1/stats/conversion/?action=aggregate" \
  -H "Authorization: Bearer AUTH_TOKEN"

Example Response

json
{
  "stats": [{
    "from_date": 1434931200001,
    "to_date": 1436351027259,
    "user": {
      "id": "552b874d14eab3a29d1b3d8d",
      "href": "https://api.xvid.com/v1/users/552b874d14eab3a29d1b3d8d"
    },
    "conversion_data": 130520484
  }]
}