Returns a count of subtitles from your account filtered on the parameters your specify.
https://streamio.com/api/v1/subtitles/count.format
GET
200
Count all subtitles tagged with "sports" or "nature" with the tags parameter.
curl -u username:password https://streamio.com/api/v1/subtitles/count.json?tags=sports%2Cnature
Count all subtitles tagged with both "sports" and "england" with the tags.all parameter.
curl -u username:password https://streamio.com/api/v1/subtitles/count.json?tags.all=sports%2Cengland