Find a song by title
GET /title
GET
/title
Search the repertoire for a song that matches the provided title. Returns a single matching song object if found.
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” title
required
string
The exact or partial title of the song to search for. Case-insensitive matching is applied.
Responses
Section titled “ Responses ”A single song object matching the provided title, including all associated metadata.
object
id
integer
title
string
artist
string
decade
string
genre
string
musical_metadata
A collection of performance-specific musical attributes that describe how the song is played live, including key and tempo.
object
key
The musical key in which the song is performed (e.g. G major, E minor). Useful for transposition and harmonic planning.
string
tempo
The general tempo or energy feel of the performance. One of: slow, medium, or fast.
string