Download OpenAPI specification:Download
Discover time-synced Spotify song lyrics.
Get time-synced song lyrics based on Spotify track id
id required | string Examples:
The track id of a Spotify song |
{- "lyrics": {
- "syncType": "LINE_SYNCED",
- "lines": [
- {
- "startTimeMs": 2760,
- "words": "La-la-la-la-la-la"
}, - {
- "startTimeMs": 4510,
- "words": "La-la-la-la-la-la, la"
}
], - "language": "ja"
}
}