imdb-scraper
imdb-scraper copied to clipboard
Only the year is returned
Maybe due to an update during the last 3 years, only the year is retrieved now:
Examples: https://getimdb.herokuapp.com/get/?id=tt2152198 → 2012 https://getimdb.herokuapp.com/get/?id=tt0770828 → 2013 https://getimdb.herokuapp.com/get/?id=tt1905041 → 2013
Full Information returned for the last example: {
"cast": [ ],
"certification": "",
"description": "",
"director": "",
"gallery": [ ],
"genre": [ ],
"metascore": 0,
"poster": "",
"rating": "",
"release_date": "",
"running_time": "",
"stars": [ ],
"storyline": "",
"title": "",
"year": "2013"
}