Skip to content

Get Hound Library

GET
/api/v1/collection/hound-library

Get content downloaded to Hound

Parameters

Query Parameters

limit

Limit

Type
integer
offset

Offset

Type
integer
media_type

Media Type eg. tvshow or movie

Type
string
genre_id

Genre IDs

Type
array

Responses

OK

application/json
JSON
{
  
"data": {
  
  
"collection": "string",
  
  
"limit": 0,
  
  
"offset": 0,
  
  
"records": [
  
  
],
  
  
"total_records": 0
  
},
  
"status": "success"
}

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI