Parameter | Type |
---|---|
locale | STRING |
categoryId | STRING |
[
{
"description": "Users can request a specific kind of zh-tw (Zhōngwén) podcast using relevant keywords related to social-and-culture, news, comedy-and-music, art, business, technology, recreation, etc...",
"name": "getPodcastsByCategoryInZhTw",
"parameters": {
"properties": {
"locale": {
"type": "string",
"default": "zh-tw"
},
"categoryId": {
"type": "string",
"default": "business",
"enum": [
"social-and-culture",
"news",
"comedy-and-music",
"art",
"business",
"technology",
"recreation",
"education",
"kid-and-family",
"fiction",
"health-and-fitness",
"sport",
"crime",
"history",
"tv-and-movie",
"religion",
"science",
"music",
"government"
]
}
},
"required": [
"locale",
"categoryId"
],
"type": "object"
}
},
{
"description": "Users can request a specific kind of podcast using relevant keywords related to music, comedy, news, crime, education, history, TV & film, government, society & culture, and religion & spirituality.",
"name": "getPodcastsByCategoryGlobal",
"parameters": {
"properties": {
"locale": {
"type": "string",
"enum": [
"ja-jp",
"en-us"
]
},
"categoryId": {
"type": "string",
"default": "1310",
"enum": [
"1310",
"1303",
"1489",
"1488",
"1304",
"1309",
"1487",
"1314",
"1511",
"1324"
]
}
},
"required": [
"locale",
"categoryId"
],
"type": "object"
}
},
{
"description": "Users can search for podcast and receive an array of podcast URLs for streaming.",
"name": "searchPodcast",
"parameters": {
"properties": {
"q": {
"type": "string"
}
},
"required": [
"q"
],
"type": "object"
}
},
{
"description": "Users can get popular, hot podcasts",
"name": "getPopularPodcasts",
"parameters": {
"properties": {
"locale": {
"type": "string",
"default": "en-us",
"enum": [
"zh-tw",
"ja-jp",
"en-us"
]
}
},
"required": [
"locale"
],
"type": "object"
}
},
{
"description": "Users can get popular, hot podcast episodes",
"name": "getPopularEpisodes",
"parameters": {
"properties": {
"locale": {
"type": "string",
"default": "en-us",
"enum": [
"zh-tw",
"ja-jp",
"en-us"
]
}
},
"required": [
"locale"
],
"type": "object"
}
},
{
"description": "Users can request a specific kind of zh-tw (Zhōngwén) episodes using relevant keywords related to social-and-culture, news, comedy-and-music, art, business, technology, recreation, etc...",
"name": "getEpisodesByCategoryInZhTw",
"parameters": {
"properties": {
"locale": {
"type": "string",
"default": "zh-tw"
},
"categoryId": {
"type": "string",
"default": "business",
"enum": [
"social-and-culture",
"news",
"comedy-and-music",
"art",
"business",
"technology",
"recreation",
"education",
"kid-and-family",
"fiction",
"health-and-fitness",
"sport",
"crime",
"history",
"tv-and-movie",
"religion",
"science",
"music",
"government"
]
}
},
"required": [
"locale",
"categoryId"
],
"type": "object"
}
},
{
"description": "Users can get latest podcast episodes by podcastId",
"name": "getEpisodesByPodcast",
"parameters": {
"properties": {
"podcastId": {
"type": "string"
}
},
"required": [
"podcastId"
],
"type": "object"
}
}
]