Change Updates

Do not miss any OSE API changes, ever again

Subscribe to the OSE API changelog to be up to date on recent changes.

RSS

Nov 10, 2025

main
1.0.0
Compare

API structure has changed

9 structure changes including:
9 Modifications
Modified 9 Breaking
DELETE /artists/{artistId}
  • Response
  • 401 response Modified
    • application/json content type Added
  • 403 response Modified
    • application/json content type Added
  • 404 response Modified
    • application/json content type Added
  • 500 response Modified
    • application/json content type Added
DELETE /artists/{artistId}/songs/{songId}
  • Response
  • 401 response Modified
    • application/json content type Added
  • 403 response Modified
    • application/json content type Added
  • 404 response Modified
    • application/json content type Added
  • 500 response Modified
    • application/json content type Added
GET /artists
  • Response
  • 200 response Modified
    • application/json content type Modified
      • pagination property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
  • 400 response Modified
    • application/json content type Added
  • 500 response Modified
    • application/json content type Added
GET /artists/{artistId}
  • Response
  • 404 response Modified
    • application/json content type Added
  • 500 response Modified
    • application/json content type Added
GET /artists/{artistId}/songs
  • Response
  • 200 response Modified
    • application/json content type Modified
      • pagination property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
  • 404 response Modified
    • application/json content type Added
  • 500 response Modified
    • application/json content type Added
PATCH /artists/{artistId}
  • Response
  • 400 response Modified
    • application/json content type Added
  • 401 response Modified
    • application/json content type Added
  • 403 response Modified
    • application/json content type Added
  • 404 response Modified
    • application/json content type Added
  • 500 response Modified
    • application/json content type Added
POST /artists
  • Response
  • 400 response Modified
    • application/json content type Added
  • 401 response Modified
    • application/json content type Added
  • 403 response Modified
    • application/json content type Added
  • 500 response Modified
    • application/json content type Added
POST /artists/{artistId}/songs/{songId}
  • Response
  • 400 response Modified
    • application/json content type Added
  • 401 response Modified
    • application/json content type Added
  • 403 response Modified
    • application/json content type Added
  • 404 response Modified
    • application/json content type Added
  • 500 response Modified
    • application/json content type Added
PUT /artists/{artistId}
  • Response
  • 400 response Modified
    • application/json content type Added
  • 401 response Modified
    • application/json content type Added
  • 403 response Modified
    • application/json content type Added
  • 404 response Modified
    • application/json content type Added
  • 500 response Modified
    • application/json content type Added