---
title: "Scrobble a song"
method: POST
path: "/api/{songId}/scrobble"
tags: ["last.fm"]
---

# Scrobble a song

`POST /api/{songId}/scrobble`

Create a [Last.fm scrobble entry](https://www.last.fm/api/scrobbling) for a song. Only functional if Last.fm integration has been configured and the current authenticated user has connected to Last.fm.

## Request body

- object
  - `timestamp` integer

## Response `204`

No Content

---

[API](https://skmtc.net/koel/apis/koel-api.md) · [All operations](https://skmtc.net/koel/apis/koel-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/koel/koel-api/revisions/b8837d22df45/schema)
