Song Video
Description: Displays music videos, lyrics, and related content for songs.
API Response Structure:
{
"song": {
"title": "Song Title",
"artist": "Artist Name",
"album": "Album Name",
"releaseYear": "2023"
},
"video": {
"url": "https://example.com/video",
"duration": "3:45",
"thumbnail": "https://example.com/thumbnail.jpg",
"quality": "HD",
"views": "1M+"
},
"lyrics": {
"hasSync": true,
"language": "English",
"source": "Official
},
"platforms": [
{
"name": "YouTube",
"url": "https://youtube.com/watch?v=123",
"isOfficial": true
}
],
"type": "instantAnswers",
"configType": "songVideo"
}
Fields:
-
song(object): Song information-
title(string): Song title -
artist(string): Artist name -
album(string): Album name -
releaseYear(string): Release year
-
-
video(object): Video information -
lyrics(object): Lyrics information -
platforms(array): Available platforms -
type(string): Always "instantAnswers" -
configType(string): Always "songVideo"
