René's URL Explorer Experiment


Title: feat(spotify)!: technical specification for changes to the api starting 2026-02-11 · Issue #447 · spotify-web-api-java/spotify-web-api-java · GitHub

Open Graph Title: feat(spotify)!: technical specification for changes to the api starting 2026-02-11 · Issue #447 · spotify-web-api-java/spotify-web-api-java

X Title: feat(spotify)!: technical specification for changes to the api starting 2026-02-11 · Issue #447 · spotify-web-api-java/spotify-web-api-java

Description: Technical changes for #445 Minimal instructions for agentic work to resolve the issue. 🔄 Endpoint Changes ❌ Removed Endpoints Create Playlist for User POST /users/{user_id}/playlists Create a playlist for a Spotify user. ➡️ Use POST /me/...

Open Graph Description: Technical changes for #445 Minimal instructions for agentic work to resolve the issue. 🔄 Endpoint Changes ❌ Removed Endpoints Create Playlist for User POST /users/{user_id}/playlists Create a playl...

X Description: Technical changes for #445 Minimal instructions for agentic work to resolve the issue. 🔄 Endpoint Changes ❌ Removed Endpoints Create Playlist for User POST /users/{user_id}/playlists Create a playl...

Opengraph URL: https://github.com/spotify-web-api-java/spotify-web-api-java/issues/447

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"feat(spotify)!: technical specification for changes to the api starting 2026-02-11","articleBody":"# Technical changes for https://github.com/spotify-web-api-java/spotify-web-api-java/issues/445\n\nMinimal instructions for agentic work to resolve the issue.\n\n## 🔄 Endpoint Changes\n\n### ❌ Removed Endpoints\n\n- **Create Playlist for User**  \n  `POST /users/{user_id}/playlists`  \n  _Create a playlist for a Spotify user._  \n  ➡️ Use `POST /me/playlists` instead\n\n- **Get Artist's Top Tracks**  \n  `GET /artists/{id}/top-tracks`  \n  _Get Spotify catalog information about an artist's top tracks by country._\n\n- **Get Available Markets**  \n  `GET /markets`  \n  _Get the list of markets where Spotify is available._\n\n- **Get New Releases**  \n  `GET /browse/new-releases`  \n  _Get a list of new album releases featured in Spotify._\n\n- **Get Several Albums**  \n  `GET /albums`\n\n- **Get Several Artists**  \n  `GET /artists`\n\n- **Get Several Audiobooks**  \n  `GET /audiobooks`\n\n- **Get Several Browse Categories**  \n  `GET /browse/categories`\n\n- **Get Several Chapters**  \n  `GET /chapters`\n\n- **Get Several Episodes**  \n  `GET /episodes`\n\n- **Get Several Shows**  \n  `GET /shows`\n\n- **Get Several Tracks**  \n  `GET /tracks`\n\n- **Get Single Browse Category**  \n  `GET /browse/categories/{id}`\n\n- **Get User's Playlists**  \n  `GET /users/{id}/playlists`\n\n- **Get User's Profile**  \n  `GET /users/{id}`\n\n---\n\n### ➕ Added Endpoints\n\n- **Save to Library**  \n  `PUT /me/library`  \n  _Save a list of Spotify URIs to the user's library._\n\n- **Remove from Library**  \n  `DELETE /me/library`  \n  _Remove a list of Spotify URIs from the user's library._\n\n---\n\n### ❌ Removed (Replaced by `/me/library`)\n\n- **Remove Albums for Current User**  \n  `DELETE /me/albums`  \n  ➡️ Use `DELETE /me/library`\n\n- **Remove Audiobooks for Current User**  \n  `DELETE /me/audiobooks`  \n  ➡️ Use `DELETE /me/library`\n\n- **Remove Episodes for Current User**  \n  `DELETE /me/episodes`  \n  ➡️ Use `DELETE /me/library`\n\n- **Remove Shows for Current User**  \n  `DELETE /me/shows`  \n  ➡️ Use `DELETE /me/library`\n\n- **Remove Tracks for Current User**  \n  `DELETE /me/tracks`  \n  ➡️ Use `DELETE /me/library`\n\n- **Save Albums for Current User**  \n  `PUT /me/albums`  \n  ➡️ Use `PUT /me/library`\n\n- **Save Audiobooks for Current User**  \n  `PUT /me/audiobooks`  \n  ➡️ Use `PUT /me/library`\n\n- **Save Episodes for Current User**  \n  `PUT /me/episodes`  \n  ➡️ Use `PUT /me/library`\n\n- **Save Shows for Current User**  \n  `PUT /me/shows`  \n  ➡️ Use `PUT /me/library`\n\n- **Save Tracks for Current User**  \n  `PUT /me/tracks`  \n  ➡️ Use `PUT /me/library`\n\n---\n\n## 🧩 Response Field Changes\n\nThese changes apply wherever the following objects appear in API responses.\n\n---\n\n### Album\n\nRemoved fields:\n- `album_group`\n- `available_markets`\n- `external_ids`\n- `label`\n- `popularity`\n\n---\n\n### Artist\n\nRemoved fields:\n- `followers`\n- `popularity`\n\n---\n\n### Audiobook\n\nRemoved fields:\n- `available_markets`\n- `publisher`\n\n---\n\n### Chapter\n\nRemoved fields:\n- `available_markets`\n\n---\n\n### Playlist\n\n\u003e Only **user-owned playlists** will return playlist contents.  \n\u003e Other playlists return **metadata only**.\n\nRenamed fields:\n- `tracks` → `items`\n- `tracks.tracks` → `items.items`\n- `tracks.tracks.track` → `items.items.item`\n\n---\n\n### Show\n\nRemoved fields:\n- `available_markets`\n- `publisher`\n\n---\n\n### Track\n\nRemoved fields:\n- `available_markets`\n- `external_ids`\n- `linked_from`\n- `popularity`\n\n---\n\n### User\n\nRemoved fields:\n- `country`\n- `email`\n- `explicit_content`\n- `followers`\n- `product`\n\n---\n\n## ✅ Expected Work\n\n- Remove deprecated endpoints and related request/response models\n- Add `/me/library` PUT and DELETE endpoints\n- Update DTOs / models to reflect removed fields\n- Rename playlist-related fields as specified\n- Adjust deserialization logic accordingly\n- Update tests and documentation where applicable\n\n---\n\n## 📌 Notes\n\nThese changes apply globally across all affected endpoints and models.","author":{"url":"https://github.com/dargmuesli","@type":"Person","name":"dargmuesli"},"datePublished":"2026-02-11T10:54:21.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/447/spotify-web-api-java/issues/447"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:80e18aea-ffee-292b-4a10-7a10618599d8
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id8E98:10D8F2:67D300:94259F:6A6307D0
html-safe-nonce73ec17a873120353fee1488d1ed98c2c76758a185983530afa42bb5e861d1542
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4RTk4OjEwRDhGMjo2N0QzMDA6OTQyNTlGOjZBNjMwN0QwIiwidmlzaXRvcl9pZCI6IjcwMDk3MjE4MzM4NzQ0NTg1NzYiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmace212f2c9be76d4ff26fb4bd76ddb4e83ceac6102080deef95ad3cf83e7589879
hovercard-subject-tagissue:3925904569
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/spotify-web-api-java/spotify-web-api-java/447/issue_layout
twitter:imagehttps://opengraph.githubassets.com/f556e6d60b91aa0418e38ce3ec7ffafc03ed04d4ddfa659029dd92c7f790be40/spotify-web-api-java/spotify-web-api-java/issues/447
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/f556e6d60b91aa0418e38ce3ec7ffafc03ed04d4ddfa659029dd92c7f790be40/spotify-web-api-java/spotify-web-api-java/issues/447
og:image:altTechnical changes for #445 Minimal instructions for agentic work to resolve the issue. 🔄 Endpoint Changes ❌ Removed Endpoints Create Playlist for User POST /users/{user_id}/playlists Create a playl...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamedargmuesli
hostnamegithub.com
expected-hostnamegithub.com
Noneb48e7bf0b1945d51f303503b057abf666ce74c3efbe107b413db2bb921c3f012
turbo-cache-controlno-preview
go-importgithub.com/spotify-web-api-java/spotify-web-api-java git https://github.com/spotify-web-api-java/spotify-web-api-java.git
octolytics-dimension-user_id90800172
octolytics-dimension-user_loginspotify-web-api-java
octolytics-dimension-repository_id18928344
octolytics-dimension-repository_nwospotify-web-api-java/spotify-web-api-java
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id18928344
octolytics-dimension-repository_network_root_nwospotify-web-api-java/spotify-web-api-java
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release9370f37042c29822d6ba7e3f670f0036a0155b21
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/spotify-web-api-java/spotify-web-api-java/issues/447#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fspotify-web-api-java%2Fspotify-web-api-java%2Fissues%2F447
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fspotify-web-api-java%2Fspotify-web-api-java%2Fissues%2F447
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=spotify-web-api-java%2Fspotify-web-api-java
Reloadhttps://github.com/spotify-web-api-java/spotify-web-api-java/issues/447
Reloadhttps://github.com/spotify-web-api-java/spotify-web-api-java/issues/447
Reloadhttps://github.com/spotify-web-api-java/spotify-web-api-java/issues/447
Please reload this pagehttps://github.com/spotify-web-api-java/spotify-web-api-java/issues/447
spotify-web-api-java https://github.com/spotify-web-api-java
spotify-web-api-javahttps://github.com/spotify-web-api-java/spotify-web-api-java
Please reload this pagehttps://github.com/spotify-web-api-java/spotify-web-api-java/issues/447
Notifications https://github.com/login?return_to=%2Fspotify-web-api-java%2Fspotify-web-api-java
Fork 290 https://github.com/login?return_to=%2Fspotify-web-api-java%2Fspotify-web-api-java
Star 1.1k https://github.com/login?return_to=%2Fspotify-web-api-java%2Fspotify-web-api-java
Code https://github.com/spotify-web-api-java/spotify-web-api-java
Issues 2 https://github.com/spotify-web-api-java/spotify-web-api-java/issues
Pull requests 3 https://github.com/spotify-web-api-java/spotify-web-api-java/pulls
Discussions https://github.com/spotify-web-api-java/spotify-web-api-java/discussions
Actions https://github.com/spotify-web-api-java/spotify-web-api-java/actions
Security and quality 0 https://github.com/spotify-web-api-java/spotify-web-api-java/security
Insights https://github.com/spotify-web-api-java/spotify-web-api-java/pulse
Code https://github.com/spotify-web-api-java/spotify-web-api-java
Issues https://github.com/spotify-web-api-java/spotify-web-api-java/issues
Pull requests https://github.com/spotify-web-api-java/spotify-web-api-java/pulls
Discussions https://github.com/spotify-web-api-java/spotify-web-api-java/discussions
Actions https://github.com/spotify-web-api-java/spotify-web-api-java/actions
Security and quality https://github.com/spotify-web-api-java/spotify-web-api-java/security
Insights https://github.com/spotify-web-api-java/spotify-web-api-java/pulse
#448https://github.com/spotify-web-api-java/spotify-web-api-java/pull/448
feat(spotify)!: technical specification for changes to the api starting 2026-02-11https://github.com/spotify-web-api-java/spotify-web-api-java/issues/447#top
#448https://github.com/spotify-web-api-java/spotify-web-api-java/pull/448
https://github.com/dargmuesli
https://github.com/copilot-swe-agent
https://github.com/dargmuesli
dargmueslihttps://github.com/dargmuesli
on Feb 11, 2026https://github.com/spotify-web-api-java/spotify-web-api-java/issues/447#issue-3925904569
#445https://github.com/spotify-web-api-java/spotify-web-api-java/issues/445
Copilothttps://github.com/apps/copilot-swe-agent
dargmueslihttps://github.com/dargmuesli
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.