• Resolved pharefm

    (@pharefm)


    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)
  • Hello @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

    (@pharefm)

    How do we get the actual episode ‘podcast-player’ or ‘podcast-download’ link (with tracking) through the REST API ?

    Thread Starter pharefm

    (@pharefm)

    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

    (@pharefm)

    Not sure my last requests were noticed, should I start a new topic?

    Plugin Author Craig Hewitt

    (@podcastmotor)

    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.