{"library":"spotifywebapi","title":"Spotify Web API for Python","type":"library","description":"A simple Python wrapper for the Spotify Web API. Current version 1.2.8, supports Python >=3.6. Released under MIT license, maintained on GitHub. Release cadence is irregular.","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install spotifywebapi"],"cli":null},"imports":["from spotifywebapi import SpotifyAPI"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":"https://github.com/Firius0408/spotifywebapi","docs":null,"changelog":null,"pypi":"https://pypi.org/project/spotifywebapi/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"from spotifywebapi import SpotifyAPI\napi = SpotifyAPI(client_id='YOUR_CLIENT_ID', client_secret='YOUR_CLIENT_SECRET')\napi.authenticate()\ntrack = api.get_track('6y0igZArWVi3k3N9S20QXN')\nprint(track)","lang":"python","description":"Initialize API with credentials, authenticate, then use get_track etc.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}