IMDb 1.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package IMDb --version 1.0.2
NuGet\Install-Package IMDb -Version 1.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="IMDb" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add IMDb --version 1.0.2
#r "nuget: IMDb, 1.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install IMDb as a Cake Addin
#addin nuget:?package=IMDb&version=1.0.2

// Install IMDb as a Cake Tool
#tool nuget:?package=IMDb&version=1.0.2

IMDB API (Free)

The free IMDb API is your cinematic information hub. Access movie, TV series, and cast details in JSON format, including movie specs, images, posters, trailers, ratings and more with ease. Dive into the world of cinema effortlessly.

Contacts

Help us improve the library. Write to us on our gitlab repository or by email writing to cata76@virgilio.it Request your needs or ideas to improve this product. Please report any anomalies or errors you encounter during use

Usage

Search by title, celebrities, companies and keywords within the IMDb archive.

{
    var myIMDb = new IMDb.IMDb();
    IMDb.Results myResults = myIMDb.search("Interstellar");
    IMDb.IMDb.Title myTitle = myIMDb.title(myResults.titles(0).id);
}

Data structures

IMDb.Results

Below is the IMDb.Results data structure populated by searching for the title 'Interstellar'

{
  "searchTerm": "interstellar",
  "searchType": "",
  "titles": [
    {
      "id": "tt0816692",
      "titleNameText": "Interstellar",
      "titleReleaseText": "2014",
      "titleTypeText": "",
      "imageType": "movie",
      "topCredits": [
        "Matthew McConaughey",
        "Anne Hathaway"
      ],
      "poster": {
        "id": "",
        "url": "https://m.media-amazon.com/images/M/MV5BMjI3MTMyMjgtM2U4Yi00NDE5LTg1NzgtZWMzM2YwM2Y3ZjU2XkEyXkFqcGdeQXVyMTYzMDM0NTU@._V1_.jpg",
        "width": "2391",
        "height": "3543",
        "caption": "Matthew McConaughey in Interstellar (2014)"
      },
      "series": {
        "id": "",
        "name": "",
        "release": "",
        "type": "",
        "season": "",
        "episode": ""
      }
    },
    {
      "id": "tt10728262",
      "titleNameText": "Interstellar",
      "titleReleaseText": "2018",
      "titleTypeText": "Short",
      "imageType": "short",
      "topCredits": [
        "Kitty Paitazoglou"
      ],
      "poster": {
        "id": "",
        "url": "https://m.media-amazon.com/images/M/MV5BMTNmZjA1NWYtM2RhYi00YWY2LWJkNDQtNWY5MGE5N2I4ZWIwXkEyXkFqcGdeQXVyNzg5OTk2OA@@._V1_.jpg",
        "width": "690",
        "height": "316",
        "caption": "Interstellar (2018)"
      },
      "series": {
        "id": "",
        "name": "",
        "release": "",
        "type": "",
        "season": "",
        "episode": ""
      }
    },
    {
      "id": "tt26699362",
      "titleNameText": "Interstellar Ella",
      "titleReleaseText": "2022– ",
      "titleTypeText": "TV Series",
      "imageType": "tvSeries",
      "topCredits": [
        "Ava Augustin",
        "Felicia Shulman"
      ],
      "poster": {
        "id": "",
        "url": "https://m.media-amazon.com/images/M/MV5BMTEzNmQzODctMjZhNS00MGU2LThhYzctMTZiNDdjNDFkZDlkXkEyXkFqcGdeQXVyNjcwODQ2Nzc@._V1_.jpg",
        "width": "2048",
        "height": "2926",
        "caption": "Interstellar Ella (2022)"
      },
      "series": {
        "id": "",
        "name": "",
        "release": "",
        "type": "",
        "season": "",
        "episode": ""
      }
    },
    {
      "id": "tt4415360",
      "titleNameText": "The Science of Interstellar",
      "titleReleaseText": "2015",
      "titleTypeText": "",
      "imageType": "movie",
      "topCredits": [
        "Matthew McConaughey",
        "Kip Thorne"
      ],
      "poster": {
        "id": "",
        "url": "https://m.media-amazon.com/images/M/MV5BMDFhNzU4MTMtYzZmNS00ZDEzLTg2MjQtYmUzZDA1ZWU4OTkzXkEyXkFqcGdeQXVyNDQ2MTMzODA@._V1_.jpg",
        "width": "690",
        "height": "1024",
        "caption": "The Science of Interstellar (2015)"
      },
      "series": {
        "id": "",
        "name": "",
        "release": "",
        "type": "",
        "season": "",
        "episode": ""
      }
    },
    {
      "id": "tt5056352",
      "titleNameText": "Interstellar Civil War",
      "titleReleaseText": "2017",
      "titleTypeText": "",
      "imageType": "movie",
      "topCredits": [
        "Kenzie Phillips",
        "Brad Thornton"
      ],
      "poster": {
        "id": "",
        "url": "https://m.media-amazon.com/images/M/MV5BMDJmYjQ4YmEtOTkzMS00MzQ3LWExNmUtMzgzZWQxMWJkZjk2XkEyXkFqcGdeQXVyMzM1MjQzNTk@._V1_.jpg",
        "width": "960",
        "height": "540",
        "caption": "Brad Thornton, Ellie Church, and Mayling Ng in Interstellar Civil War (2017)"
      },
      "series": {
        "id": "",
        "name": "",
        "release": "",
        "type": "",
        "season": "",
        "episode": ""
      }
    }
  ],
  "celebs": [
    {
      "id": "nm11625104",
      "displayNameText": "Atesh Sakarya",
      "knownForTitleText": "Object Havoc",
      "knownForTitleYear": "2014–2015",
      "knownForJobCategory": "Animation Department",
      "avatar": {
        "id": "",
        "url": "",
        "width": "0",
        "height": "0",
        "caption": ""
      },
      "akaName": ""
    },
    {
      "id": "nm11723055",
      "displayNameText": "Insterstella Carrot",
      "knownForTitleText": "Object Horror",
      "knownForTitleYear": "2020– ",
      "knownForJobCategory": "Animation Department",
      "avatar": {
        "id": "",
        "url": "",
        "width": "0",
        "height": "0",
        "caption": ""
      },
      "akaName": ""
    },
    {
      "id": "nm2273774",
      "displayNameText": "Lynne Wintersteller",
      "knownForTitleText": "Jessica Jones",
      "knownForTitleYear": "2015–2019",
      "knownForJobCategory": "Actress",
      "avatar": {
        "id": "",
        "url": "https://m.media-amazon.com/images/M/MV5BMTUyNjQ3Nzk1Ml5BMl5BanBnXkFtZTgwMDEyMzI0MDI@._V1_.jpg",
        "width": "2400",
        "height": "3600",
        "caption": "Lynne Wintersteller"
      },
      "akaName": ""
    },
    {
      "id": "nm0144657",
      "displayNameText": "Dan Castellaneta",
      "knownForTitleText": "I Simpson",
      "knownForTitleYear": "1989– ",
      "knownForJobCategory": "Actor",
      "avatar": {
        "id": "",
        "url": "https://m.media-amazon.com/images/M/MV5BMjAyNDY5NDEwOV5BMl5BanBnXkFtZTcwMjY0ODYyMQ@@._V1_.jpg",
        "width": "224",
        "height": "314",
        "caption": "Dan Castellaneta"
      },
      "akaName": ""
    },
    {
      "id": "nm3403837",
      "displayNameText": "Stella Interlenghi",
      "knownForTitleText": "Top Crack",
      "knownForTitleYear": "1967",
      "knownForJobCategory": "Actress",
      "avatar": {
        "id": "",
        "url": "",
        "width": "0",
        "height": "0",
        "caption": ""
      },
      "akaName": ""
    }
  ],
  "companies": [],
  "keywords": [],
  "errorMessage": ""
}

IMDb.Title

Below is the IMDb.Title data structure populated by searching movie id 'Interstellar'

{
  "searchTerm": "interstellar",
  "searchType": "",
  "titles": [
    {
      "id": "tt0816692",
      "titleNameText": "Interstellar",
      "titleReleaseText": "2014",
      "titleTypeText": "",
      "imageType": "movie",
      "topCredits": [
        "Matthew McConaughey",
        "Anne Hathaway"
      ],
      "poster": {
        "id": "",
        "url": "https://m.media-amazon.com/images/M/MV5BMjI3MTMyMjgtM2U4Yi00NDE5LTg1NzgtZWMzM2YwM2Y3ZjU2XkEyXkFqcGdeQXVyMTYzMDM0NTU@._V1_.jpg",
        "width": "2391",
        "height": "3543",
        "caption": "Matthew McConaughey in Interstellar (2014)"
      },
      "series": {
        "id": "",
        "name": "",
        "release": "",
        "type": "",
        "season": "",
        "episode": ""
      }
    },
    {
      "id": "tt10728262",
      "titleNameText": "Interstellar",
      "titleReleaseText": "2018",
      "titleTypeText": "Short",
      "imageType": "short",
      "topCredits": [
        "Kitty Paitazoglou"
      ],
      "poster": {
        "id": "",
        "url": "https://m.media-amazon.com/images/M/MV5BMTNmZjA1NWYtM2RhYi00YWY2LWJkNDQtNWY5MGE5N2I4ZWIwXkEyXkFqcGdeQXVyNzg5OTk2OA@@._V1_.jpg",
        "width": "690",
        "height": "316",
        "caption": "Interstellar (2018)"
      },
      "series": {
        "id": "",
        "name": "",
        "release": "",
        "type": "",
        "season": "",
        "episode": ""
      }
    },
    {
      "id": "tt26699362",
      "titleNameText": "Interstellar Ella",
      "titleReleaseText": "2022– ",
      "titleTypeText": "TV Series",
      "imageType": "tvSeries",
      "topCredits": [
        "Ava Augustin",
        "Felicia Shulman"
      ],
      "poster": {
        "id": "",
        "url": "https://m.media-amazon.com/images/M/MV5BMTEzNmQzODctMjZhNS00MGU2LThhYzctMTZiNDdjNDFkZDlkXkEyXkFqcGdeQXVyNjcwODQ2Nzc@._V1_.jpg",
        "width": "2048",
        "height": "2926",
        "caption": "Interstellar Ella (2022)"
      },
      "series": {
        "id": "",
        "name": "",
        "release": "",
        "type": "",
        "season": "",
        "episode": ""
      }
    },
    {
      "id": "tt4415360",
      "titleNameText": "The Science of Interstellar",
      "titleReleaseText": "2015",
      "titleTypeText": "",
      "imageType": "movie",
      "topCredits": [
        "Matthew McConaughey",
        "Kip Thorne"
      ],
      "poster": {
        "id": "",
        "url": "https://m.media-amazon.com/images/M/MV5BMDFhNzU4MTMtYzZmNS00ZDEzLTg2MjQtYmUzZDA1ZWU4OTkzXkEyXkFqcGdeQXVyNDQ2MTMzODA@._V1_.jpg",
        "width": "690",
        "height": "1024",
        "caption": "The Science of Interstellar (2015)"
      },
      "series": {
        "id": "",
        "name": "",
        "release": "",
        "type": "",
        "season": "",
        "episode": ""
      }
    },
    {
      "id": "tt5056352",
      "titleNameText": "Interstellar Civil War",
      "titleReleaseText": "2017",
      "titleTypeText": "",
      "imageType": "movie",
      "topCredits": [
        "Kenzie Phillips",
        "Brad Thornton"
      ],
      "poster": {
        "id": "",
        "url": "https://m.media-amazon.com/images/M/MV5BMDJmYjQ4YmEtOTkzMS00MzQ3LWExNmUtMzgzZWQxMWJkZjk2XkEyXkFqcGdeQXVyMzM1MjQzNTk@._V1_.jpg",
        "width": "960",
        "height": "540",
        "caption": "Brad Thornton, Ellie Church, and Mayling Ng in Interstellar Civil War (2017)"
      },
      "series": {
        "id": "",
        "name": "",
        "release": "",
        "type": "",
        "season": "",
        "episode": ""
      }
    }
  ],
  "celebs": [
    {
      "id": "nm11625104",
      "displayNameText": "Atesh Sakarya",
      "knownForTitleText": "Object Havoc",
      "knownForTitleYear": "2014–2015",
      "knownForJobCategory": "Animation Department",
      "avatar": {
        "id": "",
        "url": "",
        "width": "0",
        "height": "0",
        "caption": ""
      },
      "akaName": ""
    },
    {
      "id": "nm11723055",
      "displayNameText": "Insterstella Carrot",
      "knownForTitleText": "Object Horror",
      "knownForTitleYear": "2020– ",
      "knownForJobCategory": "Animation Department",
      "avatar": {
        "id": "",
        "url": "",
        "width": "0",
        "height": "0",
        "caption": ""
      },
      "akaName": ""
    },
    {
      "id": "nm2273774",
      "displayNameText": "Lynne Wintersteller",
      "knownForTitleText": "Jessica Jones",
      "knownForTitleYear": "2015–2019",
      "knownForJobCategory": "Actress",
      "avatar": {
        "id": "",
        "url": "https://m.media-amazon.com/images/M/MV5BMTUyNjQ3Nzk1Ml5BMl5BanBnXkFtZTgwMDEyMzI0MDI@._V1_.jpg",
        "width": "2400",
        "height": "3600",
        "caption": "Lynne Wintersteller"
      },
      "akaName": ""
    },
    {
      "id": "nm0144657",
      "displayNameText": "Dan Castellaneta",
      "knownForTitleText": "I Simpson",
      "knownForTitleYear": "1989– ",
      "knownForJobCategory": "Actor",
      "avatar": {
        "id": "",
        "url": "https://m.media-amazon.com/images/M/MV5BMjAyNDY5NDEwOV5BMl5BanBnXkFtZTcwMjY0ODYyMQ@@._V1_.jpg",
        "width": "224",
        "height": "314",
        "caption": "Dan Castellaneta"
      },
      "akaName": ""
    },
    {
      "id": "nm3403837",
      "displayNameText": "Stella Interlenghi",
      "knownForTitleText": "Top Crack",
      "knownForTitleYear": "1967",
      "knownForJobCategory": "Actress",
      "avatar": {
        "id": "",
        "url": "",
        "width": "0",
        "height": "0",
        "caption": ""
      },
      "akaName": ""
    }
  ],
  "companies": [],
  "keywords": [],
  "errorMessage": ""
}
Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.9 129 3/16/2024
1.0.8 94 3/16/2024
1.0.7 269 11/8/2023
1.0.6 84 11/8/2023
1.0.5 85 11/8/2023
1.0.4 107 11/5/2023
1.0.3 99 11/5/2023
1.0.2 89 11/5/2023
1.0.0 92 11/3/2023