@AbKDs, I don't know if you already solved it, but I found out after some struggle with retrofit 2 that you need to put "http://api.themoviedb.org" as your baseUrl and add the whole path in @GET. Like so: @GET("/3/discover/movie")
And then you add your queries as params for your interface Call.