dsantosmerino / filmaffinity-api

filmaffinity.com read-only unofficial API

Home Page:https://filmaffinity-api.onrender.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unofficial filmaffinity API

RESTful API

This RESTful API provides programmatic access to read data from Filmaffinity.com in english or spanish using filmaffinity ruby gem.

Features

  • GET /api/top?lang=LANGUAGE Returns an array with Top 30 movies, just including id and title

  • GET /api/search?q=query&lang=LANGUAGE Returns an array with movies that includes your query in the movie title, just including id and title

  • GET /api/movie/:id?lang=LANGUAGE&imgur_id=YOUR_CLIENT_ID Returns an object that contains full movie data

Options

  • 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).

Feedback and contribution

If you find any issues with the API or you want to contribute, please use this github repository.

About

filmaffinity.com read-only unofficial API

https://filmaffinity-api.onrender.com


Languages

Language:HTML 61.3%Language:Ruby 22.9%Language:CSS 14.9%Language:Procfile 1.0%