cURL
curl --request GET \ --url https://api.particle.pro/v1/podcasts/episodes/{id}/topics \ --header 'X-API-Key: <api-key>'
{ "data": [ { "id": "<string>", "name": "<string>", "slug": "<string>", "ancestry": "<string>", "ancestry_path": "<string>", "episode_count": 123 } ], "has_more": true, "cursor": "<string>" }
Returns the topic taxonomy classifications for a specific episode.
Pass your API key in the X-API-Key header (recommended).
Episode ID
OK
List of results
Show child attributes
Whether more results exist
Pass to next request for more results