streaming-availability
Version:
Streaming Availability API allows getting streaming availability information of movies and series; and querying the list of available shows on streaming services such as Netflix, Disney+, Apple TV, Max and Hulu across 60 countries!
92 lines (91 loc) • 45.4 kB
HTML
<html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Show | streaming-availability</title><meta name="description" content="Documentation for streaming-availability"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">streaming-availability</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">streaming-availability</a></li><li><a href="Show.html">Show</a></li></ul><h1>Interface Show</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>A show object represents a movie or a series. Type of the show is determined by the showType property,
which is either movie or series. Based on this type, some properties are omitted,
for example a movie does not have seasonCount and episodeCount properties.</p>
<p>Show object contains the details such as the title, overview, genres, cast, rating and images.
You can find the streaming availability information under streamingOptions property.
Each streaming option contains the service info, deep link, video quality, available audios and subtitles
and more. It also includes the price if the show is available to buy or rent;
and addon info if the show is available via an addon (such as Apple TV Channels, Prime Video Channels etc.).</p>
<p>You can also find the seasons of the series under the seasons property,
and the episodes of a season under the episodes property of the season object.
Via the streamingOptions property of seasons and episodes,
you can get the individual streaming options of them.
These streaming options include the same set of properties as the show streaming options,
so you can use them to get deep links to episodes and seasons, and to see available audios and subtitles.</p>
<p>Note that seasons and episodes are not included in the search results
unless you set the series_granularity parameter to seasons or episodes.
For more info, check out the series_granularity parameter of the search endpoints.</p>
<p>There are multiple ways to retrieve shows.
You can retrieve a show by its IMDb or TMDB id via <a href="#md:get-a-show">/shows/{id}</a> endpoint;
you can search shows by their title via <a href="#md:search-shows-by-title">/shows/search/title</a> endpoint;
and you can search shows by filters such as genres, release year, rating etc.
via <a href="#md:search-shows-by-filters">/shows/search/filters</a> endpoint. This endpoint also supports pagination
and offers advanced ordering options such as ordering by popularity, rating, release year etc.</p>
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-Export"><h4 class="tsd-anchor-link"><a id="Export" class="tsd-anchor"></a>Export<a href="#Export" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>Show</p>
</div></div></section><div class="tsd-signature"><span class="tsd-signature-keyword">interface </span><span class="tsd-kind-interface">Show</span> <span class="tsd-signature-symbol">{ </span><br/><span> </span><a class="tsd-kind-property" href="Show.html#cast">cast</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="Show.html#creators">creators</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="Show.html#directors">directors</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="Show.html#episodeCount">episodeCount</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="Show.html#firstAirYear">firstAirYear</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="Show.html#genres">genres</a><span class="tsd-signature-symbol">: </span><a href="Genre.html" class="tsd-signature-type tsd-kind-interface">Genre</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="Show.html#id">id</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="Show.html#imageSet">imageSet</a><span class="tsd-signature-symbol">: </span><a href="ShowImageSet.html" class="tsd-signature-type tsd-kind-interface">ShowImageSet</a><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="Show.html#imdbId">imdbId</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="Show.html#itemType">itemType</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="Show.html#lastAirYear">lastAirYear</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="Show.html#originalTitle">originalTitle</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="Show.html#overview">overview</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="Show.html#rating">rating</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="Show.html#releaseYear">releaseYear</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="Show.html#runtime">runtime</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="Show.html#seasonCount">seasonCount</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="Show.html#seasons">seasons</a><span class="tsd-signature-symbol">?: </span><a href="Season.html" class="tsd-signature-type tsd-kind-interface">Season</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="Show.html#showType">showType</a><span class="tsd-signature-symbol">: </span><a href="../types/ShowType.html" class="tsd-signature-type tsd-kind-type-alias">ShowType</a><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="Show.html#streamingOptions">streamingOptions</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span><br/><span> </span>[<span class="tsd-kind-index-signature">key</span>: <span class="tsd-signature-type">string</span>]<span class="tsd-signature-symbol">: </span><a href="StreamingOption.html" class="tsd-signature-type tsd-kind-interface">StreamingOption</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="Show.html#title">title</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="Show.html#tmdbId">tmdbId</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><aside class="tsd-sources"><ul><li>Defined in src/models/Show.ts:79</li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="Show.html#cast" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>cast</span></a>
<a href="Show.html#creators" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>creators?</span></a>
<a href="Show.html#directors" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>directors?</span></a>
<a href="Show.html#episodeCount" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>episode<wbr/>Count?</span></a>
<a href="Show.html#firstAirYear" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>first<wbr/>Air<wbr/>Year?</span></a>
<a href="Show.html#genres" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>genres</span></a>
<a href="Show.html#id" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>id</span></a>
<a href="Show.html#imageSet" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>image<wbr/>Set</span></a>
<a href="Show.html#imdbId" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>imdb<wbr/>Id</span></a>
<a href="Show.html#itemType" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>item<wbr/>Type</span></a>
<a href="Show.html#lastAirYear" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>last<wbr/>Air<wbr/>Year?</span></a>
<a href="Show.html#originalTitle" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>original<wbr/>Title</span></a>
<a href="Show.html#overview" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>overview</span></a>
<a href="Show.html#rating" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>rating</span></a>
<a href="Show.html#releaseYear" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>release<wbr/>Year?</span></a>
<a href="Show.html#runtime" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>runtime?</span></a>
<a href="Show.html#seasonCount" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>season<wbr/>Count?</span></a>
<a href="Show.html#seasons" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>seasons?</span></a>
<a href="Show.html#showType" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>show<wbr/>Type</span></a>
<a href="Show.html#streamingOptions" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>streaming<wbr/>Options</span></a>
<a href="Show.html#title" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>title</span></a>
<a href="Show.html#tmdbId" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>tmdb<wbr/>Id</span></a>
</div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Properties</h2></summary><section><section class="tsd-panel tsd-member"><a id="cast" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>cast</span><a href="#cast" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">cast</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></div><div class="tsd-comment tsd-typography"><p>Array of the cast of the show.</p>
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-Memberof"><h4 class="tsd-anchor-link"><a id="Memberof" class="tsd-anchor"></a>Memberof<a href="#Memberof" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>Show</p>
</div></div><aside class="tsd-sources"><ul><li>Defined in src/models/Show.ts:169</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="creators" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>creators</span><a href="#creators" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">creators</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></div><div class="tsd-comment tsd-typography"><p>Array of the creators of the series.</p>
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-Memberof"><h4 class="tsd-anchor-link"><a id="Memberof-1" class="tsd-anchor"></a>Memberof<a href="#Memberof-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>Show</p>
</div></div><aside class="tsd-sources"><ul><li>Defined in src/models/Show.ts:163</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="directors" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>directors</span><a href="#directors" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">directors</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></div><div class="tsd-comment tsd-typography"><p>Array of the directors of the movie.</p>
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-Memberof"><h4 class="tsd-anchor-link"><a id="Memberof-2" class="tsd-anchor"></a>Memberof<a href="#Memberof-2" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>Show</p>
</div></div><aside class="tsd-sources"><ul><li>Defined in src/models/Show.ts:157</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="episodeCount" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>episode<wbr/>Count</span><a href="#episodeCount" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">episode<wbr/>Count</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Number of episodes that are either aired or announced for a series.</p>
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-Memberof"><h4 class="tsd-anchor-link"><a id="Memberof-3" class="tsd-anchor"></a>Memberof<a href="#Memberof-3" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>Show</p>
</div></div><aside class="tsd-sources"><ul><li>Defined in src/models/Show.ts:187</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="firstAirYear" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>first<wbr/>Air<wbr/>Year</span><a href="#firstAirYear" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">first<wbr/>Air<wbr/>Year</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>The first year that the series aired.</p>
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-Memberof"><h4 class="tsd-anchor-link"><a id="Memberof-4" class="tsd-anchor"></a>Memberof<a href="#Memberof-4" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>Show</p>
</div></div><aside class="tsd-sources"><ul><li>Defined in src/models/Show.ts:133</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="genres" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>genres</span><a href="#genres" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">genres</span><span class="tsd-signature-symbol">:</span> <a href="Genre.html" class="tsd-signature-type tsd-kind-interface">Genre</a><span class="tsd-signature-symbol">[]</span></div><div class="tsd-comment tsd-typography"><p>Array of the genres of the show.</p>
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-Memberof"><h4 class="tsd-anchor-link"><a id="Memberof-5" class="tsd-anchor"></a>Memberof<a href="#Memberof-5" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>Show</p>
</div></div><aside class="tsd-sources"><ul><li>Defined in src/models/Show.ts:151</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="id" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>id</span><a href="#id" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Id of the show.</p>
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-Memberof"><h4 class="tsd-anchor-link"><a id="Memberof-6" class="tsd-anchor"></a>Memberof<a href="#Memberof-6" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>Show</p>
</div></div><aside class="tsd-sources"><ul><li>Defined in src/models/Show.ts:97</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="imageSet" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>image<wbr/>Set</span><a href="#imageSet" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">image<wbr/>Set</span><span class="tsd-signature-symbol">:</span> <a href="ShowImageSet.html" class="tsd-signature-type tsd-kind-interface">ShowImageSet</a></div><div class="tsd-comment tsd-typography"><p>Image set of the show.</p>
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-Memberof"><h4 class="tsd-anchor-link"><a id="Memberof-7" class="tsd-anchor"></a>Memberof<a href="#Memberof-7" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>Show</p>
</div></div><aside class="tsd-sources"><ul><li>Defined in src/models/Show.ts:199</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="imdbId" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>imdb<wbr/>Id</span><a href="#imdbId" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">imdb<wbr/>Id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p><a href="https://www.imdb.com/" target="_blank" class="external">IMDb</a> id of the show.</p>
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-Memberof"><h4 class="tsd-anchor-link"><a id="Memberof-8" class="tsd-anchor"></a>Memberof<a href="#Memberof-8" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>Show</p>
</div></div><aside class="tsd-sources"><ul><li>Defined in src/models/Show.ts:103</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="itemType" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>item<wbr/>Type</span><a href="#itemType" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">item<wbr/>Type</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Type of the item. Always show.</p>
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-Memberof"><h4 class="tsd-anchor-link"><a id="Memberof-9" class="tsd-anchor"></a>Memberof<a href="#Memberof-9" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>Show</p>
</div></div><aside class="tsd-sources"><ul><li>Defined in src/models/Show.ts:85</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="lastAirYear" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>last<wbr/>Air<wbr/>Year</span><a href="#lastAirYear" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">last<wbr/>Air<wbr/>Year</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>The last year that the series aired.</p>
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-Memberof"><h4 class="tsd-anchor-link"><a id="Memberof-10" class="tsd-anchor"></a>Memberof<a href="#Memberof-10" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>Show</p>
</div></div><aside class="tsd-sources"><ul><li>Defined in src/models/Show.ts:139</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="originalTitle" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>original<wbr/>Title</span><a href="#originalTitle" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">original<wbr/>Title</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Original title of the show.</p>
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-Memberof"><h4 class="tsd-anchor-link"><a id="Memberof-11" class="tsd-anchor"></a>Memberof<a href="#Memberof-11" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>Show</p>
</div></div><aside class="tsd-sources"><ul><li>Defined in src/models/Show.ts:145</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="overview" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>overview</span><a href="#overview" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">overview</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>A brief overview of the overall plot of the show.</p>
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-Memberof"><h4 class="tsd-anchor-link"><a id="Memberof-12" class="tsd-anchor"></a>Memberof<a href="#Memberof-12" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>Show</p>
</div></div><aside class="tsd-sources"><ul><li>Defined in src/models/Show.ts:121</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="rating" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>rating</span><a href="#rating" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">rating</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Rating of the show. This is calculated by taking the average of ratings found online from multiple sources.</p>
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-Memberof"><h4 class="tsd-anchor-link"><a id="Memberof-13" class="tsd-anchor"></a>Memberof<a href="#Memberof-13" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>Show</p>
</div></div><aside class="tsd-sources"><ul><li>Defined in src/models/Show.ts:175</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="releaseYear" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>release<wbr/>Year</span><a href="#releaseYear" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">release<wbr/>Year</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>The year that the movie was released.</p>
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-Memberof"><h4 class="tsd-anchor-link"><a id="Memberof-14" class="tsd-anchor"></a>Memberof<a href="#Memberof-14" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>Show</p>
</div></div><aside class="tsd-sources"><ul><li>Defined in src/models/Show.ts:127</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="runtime" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>runtime</span><a href="#runtime" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">runtime</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Runtime of the movie in minutes.</p>
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-Memberof"><h4 class="tsd-anchor-link"><a id="Memberof-15" class="tsd-anchor"></a>Memberof<a href="#Memberof-15" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>Show</p>
</div></div><aside class="tsd-sources"><ul><li>Defined in src/models/Show.ts:193</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="seasonCount" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>season<wbr/>Count</span><a href="#seasonCount" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">season<wbr/>Count</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Number of seasons that are either aired or announced for a series.</p>
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-Memberof"><h4 class="tsd-anchor-link"><a id="Memberof-16" class="tsd-anchor"></a>Memberof<a href="#Memberof-16" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>Show</p>
</div></div><aside class="tsd-sources"><ul><li>Defined in src/models/Show.ts:181</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="seasons" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>seasons</span><a href="#seasons" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">seasons</span><span class="tsd-signature-symbol">?:</span> <a href="Season.html" class="tsd-signature-type tsd-kind-interface">Season</a><span class="tsd-signature-symbol">[]</span></div><div class="tsd-comment tsd-typography"><p>Array of the seasons belong to the series.</p>
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-Memberof"><h4 class="tsd-anchor-link"><a id="Memberof-17" class="tsd-anchor"></a>Memberof<a href="#Memberof-17" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>Show</p>
</div></div><aside class="tsd-sources"><ul><li>Defined in src/models/Show.ts:211</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="showType" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>show<wbr/>Type</span><a href="#showType" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">show<wbr/>Type</span><span class="tsd-signature-symbol">:</span> <a href="../types/ShowType.html" class="tsd-signature-type tsd-kind-type-alias">ShowType</a></div><div class="tsd-comment tsd-typography"><p>Type of the show. Based on the type, some properties might be omitted.</p>
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-Memberof"><h4 class="tsd-anchor-link"><a id="Memberof-18" class="tsd-anchor"></a>Memberof<a href="#Memberof-18" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>Show</p>
</div></div><aside class="tsd-sources"><ul><li>Defined in src/models/Show.ts:91</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="streamingOptions" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>streaming<wbr/>Options</span><a href="#streamingOptions" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">streaming<wbr/>Options</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span> </span>[<span class="tsd-kind-index-signature">key</span>: <span class="tsd-signature-type">string</span>]<span class="tsd-signature-symbol">: </span><a href="StreamingOption.html" class="tsd-signature-type tsd-kind-interface">StreamingOption</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><div class="tsd-comment tsd-typography"><p>Map of the streaming options by the country code.</p>
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-Memberof"><h4 class="tsd-anchor-link"><a id="Memberof-19" class="tsd-anchor"></a>Memberof<a href="#Memberof-19" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>Show</p>
</div></div><aside class="tsd-sources"><ul><li>Defined in src/models/Show.ts:205</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="title" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>title</span><a href="#title" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">title</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Title of the show.</p>
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-Memberof"><h4 class="tsd-anchor-link"><a id="Memberof-20" class="tsd-anchor"></a>Memberof<a href="#Memberof-20" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>Show</p>
</div></div><aside class="tsd-sources"><ul><li>Defined in src/models/Show.ts:115</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="tmdbId" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>tmdb<wbr/>Id</span><a href="#tmdbId" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">tmdb<wbr/>Id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p><a href="https://www.themoviedb.org/" target="_blank" class="external">TMDB</a> id of the show.</p>
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-Memberof"><h4 class="tsd-anchor-link"><a id="Memberof-21" class="tsd-anchor"></a>Memberof<a href="#Memberof-21" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>Show</p>
</div></div><aside class="tsd-sources"><ul><li>Defined in src/models/Show.ts:109</li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#cast" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>cast</span></a><a href="#creators" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>creators</span></a><a href="#directors" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>directors</span></a><a href="#episodeCount" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>episode<wbr/>Count</span></a><a href="#firstAirYear" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>first<wbr/>Air<wbr/>Year</span></a><a href="#genres" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>genres</span></a><a href="#id" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>id</span></a><a href="#imageSet" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>image<wbr/>Set</span></a><a href="#imdbId" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>imdb<wbr/>Id</span></a><a href="#itemType" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>item<wbr/>Type</span></a><a href="#lastAirYear" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>last<wbr/>Air<wbr/>Year</span></a><a href="#originalTitle" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>original<wbr/>Title</span></a><a href="#overview" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>overview</span></a><a href="#rating" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>rating</span></a><a href="#releaseYear" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>release<wbr/>Year</span></a><a href="#runtime" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>runtime</span></a><a href="#seasonCount" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>season<wbr/>Count</span></a><a href="#seasons" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>seasons</span></a><a href="#showType" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>show<wbr/>Type</span></a><a href="#streamingOptions" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>streaming<wbr/>Options</span></a><a href="#title" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>title</span></a><a href="#tmdbId" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>tmdb<wbr/>Id</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>streaming-availability</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>