Halsey Lyric Snippets
An API that allows users to access song snippets, album data, and song information for Halsey's songs. This API can be used to retrieve specific information about Halsey's music, including titles, lyrics, and release dates for albums and individual tracks. By utilizing this API, developers can incorporate Halsey's music into their own applications and websites, providing an enhanced user…
Halsey Lyric Snippets endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
all albums from {artist} /{artist}/album |
This endpoint retrieves all albums by the specified artist and returns them in the response. Use "Halsey" for Halsey's music |
| GET |
specified {album} information from {artist} /{artist}/album/{album} |
This endpoint retrieves the specified album by the specified artist and returns it in the response. |
| GET |
/ / |
This endpoint retrieves all songs from the database and returns them in the response. |
| GET |
all songs from a specified {artist} and specified {album} /{artist}/album/{album}/song |
This endpoint retrieves all songs from the specified album by the specified artist and returns them in the response. |
| GET |
random song from a specific {artist} and specified {album} /{artist}/album/{album}/song/random |
This endpoint retrieves a random song from the specified album by the specified artist and returns it in the response. |
| GET |
all songs from {artist} /{artist}/song |
This endpoint retrieves all songs by the specified artist and returns them in the response. |
| GET |
specified {song} /song/{song} |
This endpoint retrieves the specified song by name and returns it in the response. |
| GET |
random song out of {artist} /{artist}/song/random |
This endpoint retrieves a random song by the specified artist and returns it in the response. |
| GET |
random song & song's album information out of {artist} /{artist}/song/random/info |
Returns album information and random song information |
| GET |
song by {id} /song/id/{id} |
returns song when searched by id |
| GET |
album by {id} /album/id/{id} |
returns album information when searched by {id} |
Halsey Lyric Snippets pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|