MoviesThisDay is a simple tool to provide a list of movies made on this date in history. It uses the TMDB and OMDb datasets and offers both a modern web UI and a robust API.
curl 'https://moviesthisday.com/movies/today'
curl 'https://moviesthisday.com/movies/by-day/06-15'
curl -G --data-urlencode 'title=^tron' 'https://moviesthisday.com/movies/by-title'
Author: Jason A. Cox
Project: https://github.com/jasonacox/MoviesThisDay
IMDb index IDs are included to make it easy for users to look up movies on IMDb.