Closed tkem closed 10 years ago
In addition to the search API parameters documented in http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html, the following seem to work, too:
entity=podcastEpisode entity=podcast,podcastEpisode g=genreId
Example: https://itunes.apple.com/search?term=heise&country=de&entity=podcast,podcastEpisode&g=1304
Since these are undocumented and thus unsupported by Apple, they should not be used by default.
Note that the g parameter might be handy when implementing scoped searches.
g
In addition to the search API parameters documented in http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html, the following seem to work, too:
Example: https://itunes.apple.com/search?term=heise&country=de&entity=podcast,podcastEpisode&g=1304
Since these are undocumented and thus unsupported by Apple, they should not be used by default.
Note that the
g
parameter might be handy when implementing scoped searches.