Welcome to tidalapi’s documentation!
tidalapi
Unofficial Python API for TIDAL music streaming service.
Requires Python 3.9 or higher.
Installation
Install from PyPI using pip
:
$ pip install tidalapi
Usage
For examples on how to use the api, see the examples directory.
Documentation
Documentation is available at https://tidalapi.netlify.app/
Development
This project uses poetry for dependency management and packaging. To install dependencies and setup the project for development, run:
$ pip install pipx
$ pipx install poetry
$ poetry install --no-root
Contributions
Issues, suggestions and PRs are always welcome and are much appreciated.
Maintainer(s)
- Current:
Indices and tables
- Config
- Login
- Pages
- Playlists
- API Reference
- tidalapi.session
- tidalapi.artist
- tidalapi.user
- tidalapi.playlist
- tidalapi.album
Album
Album.name
Album.cover
Album.video_cover
Album.type
Album.duration
Album.available
Album.ad_supported_ready
Album.dj_ready
Album.allow_streaming
Album.premium_streaming_only
Album.num_tracks
Album.num_videos
Album.num_volumes
Album.tidal_release_date
Album.release_date
Album.copyright
Album.version
Album.explicit
Album.universal_product_number
Album.popularity
Album.user_date_added
Album.audio_quality
Album.audio_modes
Album.media_metadata_tags
Album.artists
Album.listen_url
Album.share_url
Album.artist
Album.id
Album.parse()
Album.year
Album.available_release_date
Album.tracks()
Album.items()
Album.image()
Album.video()
Album.page()
Album.similar()
Album.review()
Album.get_audio_resolution()
- tidalapi.media
- tidalapi.genre
- tidalapi.page
- tidalapi.mix
- History
- Migration guides
- Index
- Module Index