Search API

Number of APIs: 6

  1. Typeahead search GET {{baseUrl}}/typeahead?q=<string>&show_podcasts=0&show_genres=0&safe_mode=0

  2. Full-text search GET {{baseUrl}}/search?q=<string>&sort_by_date=0&type=episode&offset=0&len_min=0&len_max=<integer>&episode_count_min=<integer>&episode_count_max=<integer>&update_freq_min=<integer>&update_freq_max=<integer>&genre_ids=<string>&published_before=<integer>&published_after=0&only_in=title,description,author,audio&language=<string>&region=<string>&ocid=<string>&ncid=<string>&safe_mode=0&unique_podcasts=0&interviews_only=0&sponsored_only=0&page_size=10

  3. Find individual episodes by searching for their titles GET {{baseUrl}}/search_episode_titles?q=<string>&podcast_id=<string>&podcast_id_type=listennotes_id

  4. Fetch trending search terms GET {{baseUrl}}/trending_searches

  5. Fetch related search terms GET {{baseUrl}}/related_searches?q=<string>

  6. Spell check on a search term GET {{baseUrl}}/spellcheck?q=<string>