cURL
curl --request GET \ --url https://api.particle.pro/v1/podcasts/topics \ --header 'X-API-Key: <api-key>'
{ "data": [ { "id": "<string>", "name": "<string>", "podcast_count": 123, "slug": "<string>", "ancestry_path": "<string>" } ], "has_more": true, "cursor": "<string>" }
Returns the top-level topics covered across all podcasts, sorted by the number of podcasts covering each topic.
Pass your API key in the X-API-Key header (recommended).
Results per page
1 <= x <= 100
Opaque pagination cursor from previous response
OK
List of results
Show child attributes
Whether more results exist
Pass to next request for more results