Database of all Beatles songs.
The database is in the beatles_songs.json
file. There's one array entry per song (see below for schema).
Some graphs.
- The Beatles API
- Seems to have dozens of Beatles songs as an API.
- Actual song data
- All songs, on official website
- List of all Beatles songs from BeatlesBible.com (maybe more comprehensive than other lists)
- Website with Beatles songs, includes personnel/song credits
- Lyrics to Beatles songs (this site seems more scrape-able than most)
- Alan Pollack's "Notes on..." series
title
: Title of the song.other_titles
: List of synonyms.yendor
: Data we pulled from the yendor database.pannell
: Data we pulled from Pannell, David J. (2023). Quantitative Analysis of the Evolution of The Beatles’ Releases for EMI, 1962 – 1970, Journal of Beatles Studies volume 2.album
: Data about the album version of the song (always present).single
: Data about the single version of the song (rarely present).
chadwambles
: Data we pull from Chad Wambles's dataset (TheBeatlesCleaned.csv
).wikipedia
: Links to Wikipedia entries for the song, scraped from this index page.isophonics
: Data from the isophonics.net database.keylab
: Timestamps and the key that part of the song is in.seglab
: Timestamps and the type of segment (verse, etc.).chordlab
: Timestamps and chord being played.
Data from David Pannell (the pannell
sub-objects) is licensed
CC BY-SA.
Other imported data is as licensed by the original author.
The rest is MIT-licensed.