OMDb-API
OMDb-API copied to clipboard
Feature request: Actors image
It would be great if you return more information about the cast.
For example:
{
"Title": "Iron Man",
"Year": "2008",
"Actors": [
{
"Id": "nm0000375",
"Name": "Robert Downey Jr.",
"Character": "Tony Stark"
},
{
"Id": "nm0000569",
"Name": "Gwyneth Paltrow",
"Character": "Pepper Potts"
}
]
}
Agreed, and maybe a list of movies (IDs) they have acted in or directed? Thanks!