I am working on an application using the Spotify and Apple Music APIs. Spotify has an endpoint called /me/player/currently-playing
that returns the logged in user's currently playing song. Is there an equivalent for the Apple Music API?
I know the Apple Music API has a "get recently played" endpoint but I'm not sure if this endpoint will return the users currently playing song. Is there maybe another service I could use to accomplish this goal for Apple Music?
recently-playing
endpoint will return the currently playing track? – Eskil