{"message":"You've reached podcast-api.","availableEndpoints":{"GET /podcasts":"Get all podcasts with optional search.","GET /podcasts/tag/{podcastTag}":"Get a podcast by tag.","GET /podcasts/tag/{podcastId}":"Get a podcast by Id.","GET /podcasts/categories/{categoryTag}":"Get podcasts by category tag.","PATCH /podcasts/categories/{categoryTag}":"Add/Sort/Hide one or more podcasts in a category.","DELETE /podcasts/categories/{categoryTag}":"Remove one or more podcasts from a category.","GET /categories":"Get all categories.","GET /categories/{categoryTag}":"Get a category by tag.","PATCH /categories/sort":"Sort categories.","GET /playlists":"Get all playlists.","GET /playlists/{playlistTag}":"Get a playlist by tag.","POST /episodes":"Create one or more episodes.","PUT /episodes":"Upsert one episode.","POST /episodes/playlists/{playlistTag}":"Add one or more episodes to a playlist.","GET /episodes":"Get all episodes with optional search.","GET /episodes/podcasts/{podcastTag}":"Get episodes by podcast tag.","GET /episodes/{episodeTag}":"Get an episode by tag.","GET /episodes/id/{episodeId}":"Get an episode by Id.","DELETE /episodes":"Delete or hide one or more episodes by Ids.","DELETE /episodes/podcasts/{podcastTag}":"Delete or hide one or more episodes by podcast tag.","GET /podcasts/categories/featured":"Get featured podcasts with optional filter(promoter).","PATCH /podcasts/categories/featured":"Add/Sort/Hide one or more podcasts in featured list either default or for a promoter.","DELETE /podcasts/categories/featured":"Delete one or more podcasts in featured list either default or for a promoter.","GET /podcasts/categories/featured/count":"Get count of featured podcasts. Returns count for the default list or the counts for all the brand lists or station lists based on the request promoter type."}}