API: Explore
In this page
About the Explore API
The Explore API offers another way to discover content on Spreaker. Content exported through the Explore API is clustered together based on different criteria. We currently support:
- Curated Lists: lists of shows where each list contains shows related to a specific topic. The shows listed are both manually picked by our editorial staff and automatically picked by our ranking algorithms.
Retrieving Curated Lists
This API returns a paginated list of curated lists.
Parameter | Type | Description |
---|---|---|
country |
String | Filters curated lists by country. The string accepts an ISO 3166-1 country code (ie. US , GB , IT ), that if omitted will only list the few multi-country curated lists available. |
Example
Retrieving a Single Curated List
This API returns information on a single curated list, without including its items. To list its items please see Retrieving a Curated List’s Items.
Example
Retrieving a Curated List’s Items
This API returns a paginated list of items. The list items’ sorting is based on an internal ranking algorithm that pushes the most popular and highest quality content to the top of the list. The returned items depend on the curated list’s type
property.
Curated lists currently support the following types:
shows
: the curated list contains Shows
Example
Retrieving a Category’s items
This API returns a paginated list of items. The list items’ sorting is based on an internal ranking algorithm that pushes the most popular and highest quality content to the top of the list.