Open Source API for Taylor Swift Albums and Songs
https://taylor-swift-api.vercel.app/
/api/albums
Get a list of all albums.
Get detailed information about a specific album.
Gives a random album
Search Albums by thier keywords and name
/api/songs
Get a list of all songs.
/api/songs/:name
Get detailed information about a specific song.
Gives a random song
Search song by thier keywords and name
/api/quotes
Get a random quote from a song.
/api/quotes/?album=1989
Gives a random quote of an album
/api/quotes/?song=Lover
Gives a random quote of an song
/api/quotes/all
Get a list of quotes of all songs and albums
/api/quotes/all/?album=1989
Gives a list of quote of an album
/api/quotes/all/?song=Lover
Gives a list of quote of an song