API Help - Getting images from /api/series

Hi,

I’m building an Android app which is supporting NzbDrone(Sonarr).
But i’m having troubles trying to get the images from the /api/series.
What i get returned is: “/MediaCover/1/banner.jpg?lastWrite=635486987410000000” i guess you have to put “http://hostname.com:8989” in front of it and thats what I did. But here comes the tricky part. How am i supposed to get those images behind Http Authentication. Isnt there a way to get those images with the “http://slum.trakt.us” links. Or give the username & password with the url params?

Hope someone can help me…

Never mind. I found a solution by using a external library.

You can use the /api/MediaCover endpoint with apikey authentication.