We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When getting an episode by id, fulltext query param returns full episode description: https://api.podcastindex.org/api/1.0/episodes/byid?id=30467983659&fulltext=true
fulltext
When searching for episodes by a podcast, fulltext param has no any effect on the description field, which is returned truncated at around 100 words: https://api.podcastindex.org/api/1.0/episodes/bypodcastguid?guid=2da2f12a-79a0-57f1-9b91-9e2df8032f96&&max=10&fulltext=true
Is fulltext option not working intentionally when getting multiple episodes?
Is there a way to get full episodes descriptions without querying them one by one?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When getting an episode by id,
fulltext
query param returns full episode description: https://api.podcastindex.org/api/1.0/episodes/byid?id=30467983659&fulltext=trueWhen searching for episodes by a podcast,
fulltext
param has no any effect on the description field, which is returned truncated at around 100 words: https://api.podcastindex.org/api/1.0/episodes/bypodcastguid?guid=2da2f12a-79a0-57f1-9b91-9e2df8032f96&&max=10&fulltext=trueIs
fulltext
option not working intentionally when getting multiple episodes?Is there a way to get full episodes descriptions without querying them one by one?
The text was updated successfully, but these errors were encountered: