Skip to main content

Taylor Swift API

The Taylor Swift API gives you programmatic access to Taylor Swift’s full discography, including albums, individual songs, and complete lyrics. It’s free to use, requires no authentication, and handles over 1,000 requests daily — peaking at 170,000 requests per day. The API is hosted on Cloudflare Workers with data stored in Cloudflare D1.

Base URL

https://taylor-swift-api.sarbo.workers.dev

What you can do

Browse albums

Retrieve all Taylor Swift albums with titles and release dates.

Explore songs

Fetch songs by album or search across the full catalog.

Get lyrics

Retrieve full lyrics for any song in the catalog.

Generate Lorem Ipsum

Pull N paragraphs of Taylor Swift lyrics to use as placeholder text.

Key features

  • No authentication required — All endpoints are open and publicly accessible
  • JSON responses — All responses return structured JSON
  • High availability — Served globally via Cloudflare’s edge network
  • Complete discography — All albums and songs including vault tracks and bonus editions

Quick example

Fetch all albums with a single curl command:
curl https://taylor-swift-api.sarbo.workers.dev/albums
[
  {
    "album_id": 1,
    "title": "1989",
    "release_date": "2014-10-27"
  },
  {
    "album_id": 2,
    "title": "Taylor Swift",
    "release_date": "2006-10-24"
  }
]

Ready to get started?

Quickstart

Make your first API call in under a minute.

API Reference

Full endpoint documentation with parameters and response schemas.

Build docs developers (and LLMs) love