This RESTful API provides programmatic access to read data from Filmaffinity.com in english or spanish using filmaffinity ruby gem.
-
GET
/api/top?lang=LANGUAGE
Returns an array with Top 30 movies, just includingid
andtitle
-
GET
/api/search?q=query&lang=LANGUAGE
Returns an array with movies that includes your query in the movie title, just includingid
andtitle
-
GET
/api/movie/:id?lang=LANGUAGE&imgur_id=YOUR_CLIENT_ID
Returns an object that contains full movie data
-
LANGUAGE:
"EN"
or"ES"
-
YOUR_CLIENT_ID:
"Your_Imgur_API_client_ID"
(Delete the imgur_id query to get a filmaffinity url on movie-poster request).
If you find any issues with the API or you want to contribute, please use this github repository.