Skip to content

users

user-related public endpoints.

get_user_liked_tracks(handle: str, db: Annotated[AsyncSession, Depends(get_db)], session: Session | None = Depends(get_optional_session)) -> UserLikedTracksResponse

get tracks liked by a user (public).

likes are stored on the user’s PDS as ATProto records, making them public data. this endpoint returns the indexed likes for any user.

basic user info.

response for user’s liked tracks.