I assume you're meaning on the API. We don't have a specific method movies that are created on a certain day but we do have one for movies that are edited and created on a day.
You can use the /movie/changes method with the start_date and end_date params to get a list of movies that have been edited within a date query.
Travis Bell 的回复
于 2016 年 03 月 07 日 9:54上午
Hi homepageusa,
I assume you're meaning on the API. We don't have a specific method movies that are created on a certain day but we do have one for movies that are edited and created on a day.
You can use the /movie/changes method with the
start_date
andend_date
params to get a list of movies that have been edited within a date query.