Get Voice Statistics
GET
/statistics/voice
Statistics
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://rest.clicksend.com/v3/statistics/voice'
Response Response Example
{
"data": {
"currency": {
"currency_name_long": "US Dollars",
"currency_name_short": "USD",
"currency_prefix_c": "ยข",
"currency_prefix_d": "$"
},
"stats": [
{
"bounced": {
"count": 0
},
"date": 1441065600,
"outbound": {
"count": 0,
"price": 0
}
},
{
"bounced": {
"count": 0
},
"date": 1441152000,
"outbound": {
"count": 0,
"price": 0
}
},
{
"bounced": {
"count": 0
},
"date": 1441238400,
"outbound": {
"count": 0,
"price": 0
}
},
{
"bounced": {
"count": 0
},
"date": 1441324800,
"outbound": {
"count": 0,
"price": 0
}
},
{
"bounced": {
"count": 0
},
"date": 1441411200,
"outbound": {
"count": 0,
"price": 0
}
},
{
"bounced": {
"count": 0
},
"date": 1441497600,
"outbound": {
"count": 0,
"price": 0
}
},
{
"bounced": {
"count": 0
},
"date": 1441584000,
"outbound": {
"count": 0,
"price": 0
}
},
{
"bounced": {
"count": 0
},
"date": 1441670400,
"outbound": {
"count": 0,
"price": 0
}
},
{
"bounced": {
"count": 0
},
"date": 1441756800,
"outbound": {
"count": 0,
"price": 0
}
},
{
"bounced": {
"count": 0
},
"date": 1441843200,
"outbound": {
"count": 0,
"price": 0
}
},
{
"bounced": {
"count": 0
},
"date": 1441929600,
"outbound": {
"count": 0,
"price": 0
}
},
{
"bounced": {
"count": 0
},
"date": 1442016000,
"outbound": {
"count": 0,
"price": 0
}
},
{
"bounced": {
"count": 0
},
"date": 1442102400,
"outbound": {
"count": 0,
"price": 0
}
},
{
"bounced": {
"count": 0
},
"date": 1442188800,
"outbound": {
"count": 0,
"price": 0
}
},
{
"bounced": {
"count": 0
},
"date": 1442275200,
"outbound": {
"count": 0,
"price": 0
}
},
{
"bounced": {
"count": 0
},
"date": 1442361600,
"outbound": {
"count": 0,
"price": 0
}
},
{
"bounced": {
"count": 0
},
"date": 1442448000,
"outbound": {
"count": 0,
"price": 0
}
},
{
"bounced": {
"count": 0
},
"date": 1442534400,
"outbound": {
"count": 0,
"price": 0
}
},
{
"bounced": {
"count": 0
},
"date": 1442620800,
"outbound": {
"count": 0,
"price": 0
}
},
{
"bounced": {
"count": 0
},
"date": 1442707200,
"outbound": {
"count": 0,
"price": 0
}
},
{
"bounced": {
"count": 0
},
"date": 1442793600,
"outbound": {
"count": 0,
"price": 0
}
},
{
"bounced": {
"count": 0
},
"date": 1442880000,
"outbound": {
"count": 0,
"price": 0
}
},
{
"bounced": {
"count": 0
},
"date": 1442966400,
"outbound": {
"count": 0,
"price": 0
}
},
{
"bounced": {
"count": 0
},
"date": 1443052800,
"outbound": {
"count": 0,
"price": 0
}
},
{
"bounced": {
"count": 0
},
"date": 1443139200,
"outbound": {
"count": 0,
"price": 0
}
},
{
"bounced": {
"count": 0
},
"date": 1443225600,
"outbound": {
"count": 0,
"price": 0
}
},
{
"bounced": {
"count": 0
},
"date": 1443312000,
"outbound": {
"count": 0,
"price": 0
}
},
{
"bounced": {
"count": 0
},
"date": 1443398400,
"outbound": {
"count": 0,
"price": 0
}
},
{
"bounced": {
"count": 0
},
"date": 1443484800,
"outbound": {
"count": 4,
"price": 0.6600252
}
},
{
"bounced": {
"count": 0
},
"date": 1443571200,
"outbound": {
"count": 0,
"price": 0
}
}
],
"total": {
"bounced": {
"count": 0
},
"outbound": {
"count": 4,
"price": 0.6600252
}
}
},
"http_code": 200,
"response_code": "SUCCESS",
"response_msg": "Here are your statistics."
}
Request
None