Fandango
communityUS movie ticketing service allowing users to browse showtimes, buy tickets, read reviews, and watch trailers for theaters nationwide.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
/api/v1/movies/searchSearch current and upcoming movies
Parameters
qmovie title (stringrequiredstatusnow-playing|upcoming (stringoptionalReturns
movies[] with id, title, rating, synopsis, genres[], cast[], release_date, runtime, score, poster_urlGET
/api/v1/showtimesGet movie showtimes near a location
Parameters
latlatitude (numberoptionallonlongitude (numberoptionalzipZIP code (stringoptionaldateYYYY-MM-DD (stringoptionalmovie_idstringrequiredReturns
theaters[] with name, address, distance, showtimes[]{time, format, available_seats}GET
/api/v1/movies/{id}Get full movie details including reviews and trailers
Returns
movie with title, synopsis, rating, director, cast[], genres[], critics_score, audience_score, trailers[], related_movies[]