Service operational
Lyricify Lyrics API
A line-synced lyrics service for lightweight client integrations. Responses use a stable JSON shape with millisecond timestamps and optional translations.
- Status
- Online
- Authentication
- Protected
- Cache TTL
- 86,400 seconds
Endpoint
Line-synced lyrics
GET /v1/lyrics
Provider fallback
- 01LRCLIB
- 02Netease Cloud Music
- 03QQ Music
Request reference
API parameters
titleRequiredTrack title
artistRequiredPrimary artist name
albumAlbum name for better matching
durationMsTrack duration in milliseconds
spotifyIdOptional Spotify track context
languageTranslation language code
providersPer-request provider order
Authentication
When API_TOKEN is configured, send either header:
Authorization: Bearer <token>
X-API-Key: <token>