gitfrosh / lotr-api

This repository holds the code base of the API to rule them all, the Lord of the Rings api, which provides you with book, character, movie and quotes data.
https://the-one-api.dev
238 stars 66 forks source link

Quote API for LOTR trilogy is not returning any quote #28

Closed aliasgerkw closed 3 years ago

aliasgerkw commented 3 years ago

Get https://the-one-api.dev/v2/movie/5cd96e05de30eff6ebcce7e9/quote

Response { "docs": [], "total": 0, "limit": 1000, "offset": 0, "page": 1, "pages": 1 }

gitfrosh commented 3 years ago

Hi there, yes, you're right. This endpoint refers to "The Desolation of Smaug", whose quotes are not (yet) available in the API. Only the original Lord of the Rings trilogy quotes can be fetched, e.g. https://the-one-api.dev/v2/movie/5cd95395de30eff6ebccde5b/quote Will add a small info in the documentation soon! greetings, rike

aliasgerkw commented 3 years ago

Oh cool. Thanks @gitfrosh