cURL
curl --request GET \ --url https://api.example.com/v1/podcasts
{ "data": [ { "explicit": true, "id": "<string>", "title": "<string>", "$schema": "<string>", "categories": [ "<string>" ], "description": "<string>", "image_url": "<string>", "language": "<string>", "url": "<string>" } ], "has_more": true, "$schema": "<string>", "cursor": "<string>" }
Returns a paginated list of podcasts, optionally filtered by category.
Results per page
1 <= x <= 100
Opaque pagination cursor from previous response
Filter by category ID
OK
List of results
Show child attributes
Whether more results exist
A URL to the JSON Schema for this object.
"https://example.com/schemas/PagePodcast.json"
Pass to next request for more results