Listen
Description: Shows audio content related to the search query, including podcasts, music, and audio clips.
API Response Structure:
{
"audio": {
"content": [
{
"title": "Audio Title",
"type": "Podcast/Music/Audiobook",
"duration": "45:30",
"url": "https://example.com/audio",
"player": {
"streamUrl": "https://example.com/stream",
"downloadable": true,
"format": "MP3/AAC"
}
}
],
"creator": {
"name": "Creator Name",
"verified": true,
"followers": "10K+"
}
},
"metadata": {
"genre": "Category",
"language": "English",
"releaseDate": "2023-08-15",
"quality": {
"bitrate": "320kbps",
"format": "Stereo"
}
},
"platforms": [
{
"name": "Platform Name",
"url": "https://platform.com/listen",
"subscription": "Required/Free"
}
],
"type": "listen"
}
Fields:
-
audio
(object): Audio content-
content
(array): Audio items -
creator
(object): Creator information
-
-
metadata
(object): Content details -
platforms
(array): Available platforms -
type
(string): Always "listen"