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