docs / listennotes

Listen Notes API

Listen Notes API

base /listennotes/v16 endpoints
post/listennotes/v1/podcast1 credit

Full detail for one podcast by id (from search) or a Listen Notes podcast URL: title, publisher, description, cover art, language, country, genres, hosts, rating, total episode count, social links and its latest episodes.

ParameterAllowed / rangeDescription
idoptionalPodcast id (the short id returned by `search`, e.g. 'ynkdVHl_OTE').
urloptionalAlternatively a full Listen Notes podcast URL.
Try in playground →
post/listennotes/v1/episode1 credit

Full detail for one episode by id or a Listen Notes episode URL: title, description, audio URL, duration, publish date, cover art and the parent podcast.

ParameterAllowed / rangeDescription
idoptionalEpisode id (32-char uuid, e.g. from a podcast's latest_episodes[].episode_id).
urloptionalAlternatively a full Listen Notes episode URL.
Try in playground →
post/listennotes/v1/best_podcasts1 credit

The curated 'best podcasts' list for a country, paginated. Each entry has the podcast title, publisher, cover image, id, Listen Score and global rank.

ParameterAllowed / rangeDescription
region = usoptionalus · gb · ca · au · de · fr · es · it · nl · se · br · mx · in · jp · kr · cn · tw · hk · sg · ru · tr · za · ph · my · id · th · nz · pt · pl · beISO-3166 country code for the curated list (common set listed; others fall back to the global list).
page = 1optional1–20Result page (each page is one curated batch). Page until the returned list is empty.
Try in playground →
post/listennotes/v1/genre1 credit

Browse the best podcasts in a genre, paginated. Use the `genres` action to get the genre id → name list. Each entry has title, publisher, image, id, Listen Score and global rank.

ParameterAllowed / rangeDescription
genre_idrequiredNumeric genre id (e.g. 93=Business, 127=Technology, 133=Comedy, 135=True Crime, 134=Music). See `genres`.
page = 1optional1–20Result page (each page is one curated batch). Page until the returned list is empty.
Try in playground →
post/listennotes/v1/genresfree

The complete Listen Notes genre taxonomy — every genre id mapped to its name. These ids are the input vocabulary for the `genre` action.

Try in playground →