Last.fm
Weekly charts
Generate an SVG visualisation of your Last.fm listening history for the last week. Supports both top artists and top albums views.
GET
/lastfm-chart Parameters
| Parameter | Default | Description |
|---|---|---|
| artists optional | — | Display top artists. Default if no view is specified. |
| albums optional | — | Display top albums. |
| username | RussMckendrick | Last.fm username. |
| width | 500 | Width of the generated SVG in pixels (100–2000). |
| style | modern | Output style: modern or classic. |
Examples
Top artists
 Top albums
 Embed in a GitHub README
<img src="https://www.russ.rest/lastfm-chart?artists&username=YourUsername&width=900" alt="My top artists this week">