Skip to content

discover

discovery endpoints — social graph powered artist discovery.

get_network_artists(db: Annotated[AsyncSession, Depends(get_db)], auth_session: Session = Depends(require_auth)) -> list[NetworkArtistResponse]

discover artists on plyr.fm that you follow on bluesky.

artist from your bluesky follow graph who has music on plyr.fm.

Methods:

normalize_avatar(cls, v: str | None) -> str | None