OMDb-API icon indicating copy to clipboard operation
OMDb-API copied to clipboard

Feature request: Actors image

Open peymanr34 opened this issue 8 years ago • 1 comments

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"
        }
    ]
}

peymanr34 avatar Aug 23 '17 19:08 peymanr34

Agreed, and maybe a list of movies (IDs) they have acted in or directed? Thanks!

lvenga avatar Sep 12 '17 09:09 lvenga