GET /genres
Summary: Fetch a list of podcast genres
Operation ID: getGenres
Auth: unknown
Operation ID: getGenres
Auth: unknown
Description
Get a list of podcast genres that are supported in Listen Notes. The genre id can be passed to other endpoints as a parameter to get podcasts in a specific genre, e.g., `GET /best_podcasts`, `GET /search`... You may want to cache the list of genres on the client side.
Parameters (2)
X-ListenAPI-Key
(string, header, required)
Get API Key on listennotes.com/api
top_level_only
(integer, query, optional, default: 0)
Just show top level genres? If 1, yes, just show top level genres. If 0, no, show all genres.
Constraints: {'enum': [0, 1]}
No probe data for this endpoint yet.