Free lyrics for everyone.
- 1,347 verified public domain songs - all published 1928 or earlier (US public domain)
- 2,726 CC0 original songs - free for any use, no strings attached
- 93% have source URLs - verified against Wikisource/Project Gutenberg
No accounts. No paywalls. No terms. Just songs.
- Published 1928 or earlier (US public domain)
- Source URLs linking to Wikisource/Project Gutenberg
- Artist, Year, and Category metadata
- Commercial use allowed
- All original compositions (2024)
- Released under CC0 - no rights reserved
- Commercial use allowed - sell it, train AI, remix, redistribute
- No attribution required
Anyone can scrape Wikisource. We did the work:
- Removed books and prose - songs only
- Removed duplicates - one entry per song
- Removed dialect - Scots/Irish Gaelic filtered
- Removed non-songs - textbooks, magazines, Latin hymns
- Removed verse numbers - clean lyrics
- Added source URLs - 93% verified
{
"title": "Song Title",
"author": "Artist Name",
"year": "1850",
"category": "Folk songs",
"lyrics": "Full lyrics text...",
"source_url": "https://source.url"
}lyrics_data.json- Full database in JSONdata.php- PHP array for fast loading
cc0_lyrics_data.json- CC0 songs in JSONcc0_data.php- PHP array for fast loading
index.php- Searchable web interface with PD/CC0 tabs
Hymns, Folk songs, Sea songs, Spirituals, Work songs, Patriotic songs, Love songs, Children's songs, Ballads, Christmas carols, Drinking songs
Folk ballads, Gospel hymns, Sea shanties, Ragtime, Early blues, Barbershop quartets, Vaudeville, Patriotic, Children's songs, Comic songs, Work songs, Waltzes, Lullabies
All songs from:
- Wikisource (en.wikisource.org)
- Project Gutenberg (gutenberg.org)
Verified public domain in the United States.
All original compositions released under CC0 Public Domain Dedication.
Upload to any PHP host and visit index.php.
fetch('lyrics_data.json')
.then(r => r.json())
.then(songs => console.log(songs));
fetch('cc0_lyrics_data.json')
.then(r => r.json())
.then(songs => console.log(songs));Public domain in the United States. No rights reserved. Commercial use allowed.
CC0 Public Domain Dedication. No rights reserved. Commercial use allowed. No attribution required.
Year data is approximate (based on category). Verify before critical use. Source URLs provided when available.