Title: Rest API
Last modified: March 6, 2019

---

# Rest API

 *  Resolved [pharefm](https://wordpress.org/support/users/pharefm/)
 * (@pharefm)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/rest-api-51/)
 * Any simple way to get a json formated list of all podcast series
    – Parent Series
   1 – Series 1 (child) Title, image URL, RSS feed URL – Series 2 (child) Title,
   image URL, RSS feed URL – … – Parent Series 2 – Series 4 (child) Title, image
   URL, RSS feed URL – Series 7 (child) Title, image URL, RSS feed URL – … – …

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [Eileen Violini](https://wordpress.org/support/users/iviolini/)
 * (@iviolini)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/rest-api-51/#post-11308189)
 * Hello [@pharefm](https://wordpress.org/support/users/pharefm/),
 * You can get that through our Rest API.
 * wp-json/ssp/v1/episodes
    Will return a list of all podcast episodes.
 * wp-json/ssp/v1/podcast/
    Will return the default podcast data, including any 
   additional data setup under Feed Details.
 * wp-json/wp/v2/series
    Will return the series data, including any additional data
   setup under Feed Details for that series.
 * You should be able to extend the REST API support to show the parent/child relationships.
 *  Thread Starter [pharefm](https://wordpress.org/support/users/pharefm/)
 * (@pharefm)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/rest-api-51/#post-11491965)
 * How do we get the actual episode ‘podcast-player’ or ‘podcast-download’ link (
   with tracking) through the REST API ?
 *  Thread Starter [pharefm](https://wordpress.org/support/users/pharefm/)
 * (@pharefm)
 * [7 years ago](https://wordpress.org/support/topic/rest-api-51/#post-11534591)
 * Also is it possible to get the category1, category2, category3 and subcategories
   translations using the REST API
    those terms are already translated (ie in french)
   in the wordpress backend
 * Society & Culture = Société & Culture
 * using something like:
    wp-json/wp/v2/series?&lang=fr
 *  Thread Starter [pharefm](https://wordpress.org/support/users/pharefm/)
 * (@pharefm)
 * [7 years ago](https://wordpress.org/support/topic/rest-api-51/#post-11551560)
 * Not sure my last requests were noticed, should I start a new topic?
 *  Plugin Author [Craig Hewitt](https://wordpress.org/support/users/podcastmotor/)
 * (@podcastmotor)
 * [7 years ago](https://wordpress.org/support/topic/rest-api-51/#post-11560217)
 * Hi there. Did you get the answers you were looking for in the other thread you
   opened? Know your discussion with Jonathan is ongoing there. If we can close 
   this one out let us know.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Rest API’ is closed to new replies.

 * ![](https://ps.w.org/seriously-simple-podcasting/assets/icon-256x256.png?rev=
   970355)
 * [Seriously Simple Podcasting](https://wordpress.org/plugins/seriously-simple-podcasting/)
 * [Support Threads](https://wordpress.org/support/plugin/seriously-simple-podcasting/)
 * [Active Topics](https://wordpress.org/support/plugin/seriously-simple-podcasting/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/seriously-simple-podcasting/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/seriously-simple-podcasting/reviews/)

## Tags

 * [json](https://wordpress.org/support/topic-tag/json/)
 * [rest](https://wordpress.org/support/topic-tag/rest/)

 * 5 replies
 * 3 participants
 * Last reply from: [Craig Hewitt](https://wordpress.org/support/users/podcastmotor/)
 * Last activity: [7 years ago](https://wordpress.org/support/topic/rest-api-51/#post-11560217)
 * Status: resolved