Skip to main content
Module

x/listenbrainz/mod.ts>UserListens

Deno library and CLI to access the ListenBrainz API
Latest
interface UserListens
import { type UserListens } from "https://deno.land/x/listenbrainz@v0.8.1/mod.ts";

Payload which is returned by 1/user/<user_name>/listens.

Properties

count: number

Number of listens in the document.

user_id: string

MusicBrainz name of the user whose listens are being returned.

listens: InsertedListen[]
latest_listen_ts: number

Timestamp of the latest listen by the user.

oldest_listen_ts: number

Timestamp of the oldest listen by the user.