IMDbApiLib 1.0.0
.NET Standard 2.0
This package targets .NET Standard 2.0. The package is compatible with this framework or higher.
.NET Framework 4.5
This package targets .NET Framework 4.5. The package is compatible with this framework or higher.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package IMDbApiLib --version 1.0.0
NuGet\Install-Package IMDbApiLib -Version 1.0.0
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="IMDbApiLib" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add IMDbApiLib --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: IMDbApiLib, 1.0.0"
#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 IMDbApiLib as a Cake Addin #addin nuget:?package=IMDbApiLib&version=1.0.0 // Install IMDbApiLib as a Cake Tool #tool nuget:?package=IMDbApiLib&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
IMDbApiLib
The IMDb-API is a web service for receiving movie, serial and cast informations. APIs results is a JSON and includes items such as movie specifications, images, posters, trailers, ratings, Wikipedia page content and more. see more »
Nuget
Install from Nuget using the command: Install-Package IMDbApiLib View more about that here: https://nuget.org/packages/IMDbApiLib
API Documentation
Usage
Usage Examples
var apiLib = new ApiLib("API-Key");
// Search
var data = await apiLib.SearchMovieAsync("leon the professional 1994");
// Title Data
var data = await apiLib.TitleAsync("tt0110413");
// Title Data (French Language)
var data = await apiLib.TitleAsync("tt0110413", Language.fr);
// Title Data - Get Full Data
var data = await apiLib.TitleAsync("tt0110413", Language.en, "FullActor,FullCast,Posters,Images,Trailer,Ratings,Wikipedia");
// Report - As PNG File
var data = await apiLib.ReportAsync("tt0110413", Language.en);
// Subtitles (From Subscene)
var data = await apiLib.SubtitlesAsync("tt0110413");
// Images (From IMDb)
var data = await apiLib.ImagesAsync("tt0110413");
// Posters (From TheMovieDb)
var data = await apiLib.PostersAsync("tt0110413");
// Trailer
var data = await apiLib.TrailerAsync("tt0110413");
// ExternalSites (Get Movie or Series TV in all external sites with Identifier and URL)
var data = await apiLib.ExternalSitesAsync("tt0110413");
// Ratings (Get ratings of Movie or Series TV in: IMDb, Metacritic, RottenTommatoes, TheMovieDb and TV.com)
var data = await apiLib.RatingsAsync("tt0110413");
// Wikipedia (PlainText and Html)
var data = await apiLib.WikipediaAsync("tt0110413");
// Youtube
var data = await apiLib.YoutubeAsync("8hP9D6kZseM");
// Youtube Playlist
var data = await apiLib.WikipediaAsync("PLReL099Y5nRd28Yv6c-Am9qURCrLMxBmK");
List of all APIs
Search APIs
- Search (expression)
- SearchTitle (expression)
- SearchMovie (expression)
- SearchSeries (expression)
- SearchName (expression)
- SearchEpisode (expression)
- SearchCompany (expression)
- SearchKeyword (expression)
Title APIs
- Title (id, options?)
- Report (id, options?)
- Subtitles (id, seasonNumber?)
- FullCast (id)
- Posters (id)
- Images (id, options?)
- Trailer (id)
- Ratings (id)
- UserRatings (id)
- SeasonEpisodes (id, seasonNumber)
- ExternalSites (id)
- Wikipedia (id)
Other APIs
- Top250Movies ()
- Top250TVs ()
- MostPopularMovies ()
- MostPopularTVs ()
- InTheaters ()
- ComingSoon ()
- BoxOffice ()
- BoxOfficeAllTime ()
- Name (nmId)
- Company (coId)
- Keyword (kwId)
- YouTube (v)
- YouTubePlaylist (list)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.5
- Newtonsoft.Json (>= 12.0.3)
-
.NETStandard 2.0
- Newtonsoft.Json (>= 12.0.3)
- System.Drawing.Common (>= 4.7.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on IMDbApiLib:
Repository | Stars |
---|---|
TV-Rename/tvrename
Organise your TV & Movie videos with ease
|
Version | Downloads | Last updated |
---|---|---|
2.0.2 | 180 | 9/15/2024 |
2.0.1 | 390 | 5/8/2024 |
2.0.0 | 575 | 1/18/2024 |
1.9.4 | 1,135 | 5/21/2023 |
1.9.3 | 265 | 4/23/2023 |
1.9.2 | 6,054 | 12/27/2022 |
1.9.0 | 510 | 12/17/2022 |
1.8.2 | 434 | 11/1/2022 |
1.8.1 | 2,417 | 3/16/2022 |
1.8.0 | 515 | 3/12/2022 |
1.7.1 | 511 | 12/15/2021 |
1.7.0 | 315 | 12/15/2021 |
1.6.3.1 | 752 | 8/15/2021 |
1.6.2 | 400 | 8/14/2021 |
1.6.0 | 315 | 8/14/2021 |
1.5.0 | 924 | 11/5/2020 |
1.4.0 | 3,008 | 4/18/2020 |
1.3.0 | 522 | 3/25/2020 |
1.2.0 | 493 | 3/25/2020 |
1.1.0 | 555 | 3/15/2020 |
1.0.0 | 574 | 3/7/2020 |