Relative Content

Tag Archive for jsonruby-on-railsrubyapithemoviedb-api

How do i fetch popular horror movies from the Movie Database API?

I’m developing a Ruby application that retrieves movie information. When the user hasn’t performed a search yet (when they first access the app), I want to implement fetching and displaying the popular horror movies. Currently, I can retrieve the movie information, but I’m unable to filter the data to get only the popular horror movies.
I can get the movie information, but I’m having trouble filtering the data to get only the popular horror movies. My issue is that I’m unable to filter the data to get only the popular horror movies.