title

title (string: url-encoded): This param lets you pass in a custom url-encoded string if you want to customize the title of a unique podcast feed. This is not necessary if your feed is derrived from a single category. Category only feed will automatically adopt the category name as their title.

Example query:

https://api.countrysidebible.org/podcast?categoryID=1&teacherID=1&title=Sermons%20by%20Tom%20Pennington

This will return a podcast feed with the 60 most recent media items related to teacher 1 and category 1, with the custom title: "Sermons by Tom Pennington".

Remember you MUST pass this as a url-encoded string. Here is a free site where you can type out a string and url-encode it with the click of a button.