This API was built to be a intermediate between a Mobile App and iTunes API Search Apple and with Feed RSS from Podcasts.
In this first version, just return searches about podcast.
What things you need to run the software?
PHP 5.6.*
Composer
Open terminal on your apache directory and run the commands below.
git clone https://github.com/dyegocruz/apipodcast.git
cd apipodcast
composer install
To run the application access http://localhost/apipodcast on your browner.
- Searching podcast in the iTunes Search API
http://localhost/apipodcast/iTunesSearchAPI/{country}/{term}
{coutry} = BR/US (Country that you want to search podcast)
{term} = The name that you want to seach
Functional Example: http://benjaminstudio.com.br/apipodcast/itunesSearchAPI/BR/513+podcast
- Retriving top podcasts from iTunes
http://localhost/apipodcast/itunesGetTopPodcasts
Functional Example: http://benjaminstudio.com.br/apipodcast/itunesGetTopPodcasts
- Retrieving information from Feed RSS Podcast in JSON Format.
http://localhost/apipodcast/readFeed?feedUrl={url without http://}
Functional Example: http://benjaminstudio.com.br/apipodcast/readFeed?feedUrl=feeds.feedburner.com/513-podcast