# spotify-web-api-java/spotify-web-api-java

A Java wrapper for Spotify's Web API.

Repository: https://github.com/spotify-web-api-java/spotify-web-api-java
Canonical: https://ross.abutalabs.com/products/spotify-web-api-java
Language: HTML
License: MIT
License Family: permissive
Last push: 2026-09-03T02:00:03+00:00

## Health v2 (maintenance only)
Score: 80/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 100, release rhythm 44, longevity 100
- inputs: {"age_days": 4520, "days_push": 0, "days_rel": 296, "gap_med": 53.5, "n_releases_24m": 7}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1073, forks 291 (observed 2026-09-03T02:15:18.069826+00:00)

## What it is
A Java wrapper/client library for Spotify's Web API, published on Maven Central. It provides typed request and response objects covering Spotify's endpoints, including authorization flows.

## Use cases
- build a Java app that reads a user's Spotify playlists
- authenticate with Spotify using client credentials or authorization code flow
- search for tracks and artists from a JVM backend
- control playback on a user's Spotify account from a server
- fetch audio features and metadata for tracks in a data pipeline

## When to choose
- you are building a JVM (Java/Kotlin/Scala) server or desktop application that talks to the Spotify Web API
- you want typed models and request builders instead of raw HTTP calls
- you need Maven Central dependency with an MIT license

## When to avoid
- you are developing an Android app (the README explicitly says this library is not for Android)
- you need a non-Spotify music service or a generic HTTP client
- you require guaranteed API stability, since Spotify frequently makes breaking changes without notice

## Facets
- artifact type: library
- maturity: active
- function: http-client, auth, sdk
- domain: apis, developer-tools, media
- platform: jvm, cross-platform
- tags: spotify, music, web-api, wrapper, jvm

## Member repositories
- spotify-web-api-java/spotify-web-api-java (main) score 80

## Provenance
- Observed fields: from GitHub, fetched 2026-09-03T02:15:18.069826+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:53:33.243472+00:00, confidence not recorded.
  - readme: https://github.com/spotify-web-api-java/spotify-web-api-java (fetched 2026-09-03T02:15:18.069826+00:00, sha 1663607e4758)
- Data as of 2026-08-30T08:39:29.467469+00:00.
