REST API Reference

 

This chapter includes the following sections:

Getting Started with the REST API

This section covers the following topics:

Additional information about using the REST API is also available:


Organization of REST Resources

This section describes the common characteristics of the Netflix REST API resources, which fall into the following categories:

  • Catalog Resources - Represents all of the available media (that is, titles) in the Netflix catalog. Together, the Catalog and its subordinate resources support searches against the catalog, requests for title details, and searches for titles that have similar characteristics to a specified title. .
  • User Resources - The User resource API provides information about specified subscribers, including rental options and history, personal ratings and recommendations, and queues. Retrieving this information generally requires authorization.
  • Security Resources - The security resources are based on the OAuth Core 1.0 protocol for authenticating Netflix subscribers and for obtaining the user's authorization for your application, which consists of request and access tokens to act on the subscriber's protected Netflix resources.

The following attributes apply to all REST resources:

  • All resources are located at: http://api.netflix.com
  • All parameters are optional.
  • All resources may return any of the status codes listed in Status Codes Common to All Resources.. Additional status or error codes potentially returned by a resource are listed specifically for that resource.
  • When items are shown in italics in method signatures, you should replace the item with a value.

Note: Netflix may have a tool available that helps you navigate these REST API and set resource parameters. Check the developer website for details.

How to Use REST Reference Pages

The reference descriptions for the resources generally include the following:

  • The resource syntax
  • A description of what the resource does
  • The HTTP GET verb is the default method that a resource supports and its description pertains to that verb. If the resource supports other HTTP methods, then these other methods are listed.
  • The parameters for the resource. All parameters are optional, except for the OAuth access control parameters. See Authentication Overview for instructions on forming the OAuth access control parameters.
  • The response returned by the resource
  • Status codes that are specific to this resource.  See HTTP Status Codes for an overview of all of the status codes used by the API.
  • An example of the response

Catalog Resources

The Catalog resources are divided into the following task categories:

Searching the Catalog.
Retrieving Title Details.
Searching for People.

Searching the Catalog

The following resources are used for searching the Netflix catalog for titles.


Catalog Titles

Conducts a search of the catalog for titles of movies and television series by season. Currently, it is not possible to search for television shows by series.  Catalog tiles can be found at the URL http:/api.netflix.com/catalog/titles.

Parameters

 

term

The word or term for which to search in the catalog. The method searches the title and synopses of catalog titles fields for a match.

start_index

The zero-based offset into the results of the query. When used with the max_results parameter, you can request successive pages of search results.

max_results

The maximum number of results to return. This number cannot be greater than 100. If max_results is not specified, the default value is 25.

OAuth access control

Consumer key + signature. (Required)

Results

Returns the matching titles in relevance order and the total number of results.

Results Example

The following is an example of part of a response to a catalog/titles request:

  1. <catalog_titles>  
  2.   <number_of_results>1140</number_of_results>  
  3.   <start_index>0</start_index>  
  4.   <results_per_page>10</results_per_page>  
  5.   <catalog_title>  
  6.   <id>http://api.netflix.com/catalog/titles/movies/60021896</id><title short="Star"    
  7.     regular="Star"></title>  
  8.   <box_art small="http://alien2.netflix.com/us/boxshots/tiny/60021896.jpg"    
  9.     medium="http://alien2.netflix.com/us/boxshots/small/60021896.jpg"    
  10.     large="http://alien2.netflix.com/us/boxshots/large/60021896.jpg"></box_art>  
  11.   <link href="http://api.netflix.com/catalog/titles/movies/60021896/synopsis"    
  12.     rel="http://schemas.netflix.com/catalog/titles/synopsis"  title="synopsis"></link>  
  13.   <release_year>2001</release_year>  
  14.   <category scheme="http://api.netflix.com/categories/mpaa_ratings"  label="NR"></category>  
  15.   <category scheme="http://api.netflix.com/categories/genres"  label="Foreign"></category>  
  16.   <link href="http://api.netflix.com/catalog/titles/movies/60021896/cast"    
  17.     rel="http://schemas.netflix.com/catalog/people.cast"  title="cast"></link>  
  18.   <link href="http://api.netflix.com/catalog/titles/movies/60021896/directors"    
  19.     rel="http://schemas.netflix.com/catalog/people.directors"  title="directors"></link>  
  20.   <link href="http://api.netflix.com/catalog/titles/movies/60021896/format_availability"    
  21.     rel="http://schemas.netflix.com/catalog/titles/format_availability"  title="formats"></link>  
  22.   <link href="http://api.netflix.com/catalog/titles/movies/60021896/screen_formats"  
  23.     rel="http://schemas.netflix.com/catalog/titles/screen_formats"  title="screen  formats"></link  
  24.   <link href="http://api.netflix.com/catalog/titles/movies/60021896/languages_and_audio"
  25.     rel="http://schemas.netflix.com/catalog/title/languages_and_audio"  
  26.     title="languages  and audio"></link>  
  27.   <average_rating>1.9</average_rating>  
  28.   <link href="http://api.netflix.com/catalog/titles/movies/60021896/similars"  
  29.     rel="http://schemas.netflix.com/catalog/titles.similars"  title="similars"></link>  
  30.   <link href="http://www.netflix.com/Movie/Star/60021896"  rel="alternate"  title="webpage"></link>  
  31.   </catalog_title>  
  32.   <catalog_title>  
  33.   <id>http://api.netflix.com/catalog/titles/movies/17985448</id>
  34.   <title short="Lone  Star" regular="Lone Star"></title>  
  35.   <box_art small="http://alien2.netflix.com/us/boxshots/tiny/17985448.jpg"  
  36.   medium="http://alien2.netflix.com/us/boxshots/small/17985448.jpg"  
  37.   large="http://alien2.netflix.com/us/boxshots/large/17985448.jpg"></box_art>  
  38.   <link href="http://api.netflix.com/catalog/titles/movies/17985448/synopsis" 
  39.     rel="http://schemas.netflix.com/catalog/titles/synopsis"  title="synopsis"></link>  
  40.   <release_year>1996</release_year>  
  41.   <category scheme="http://api.netflix.com/categories/mpaa_ratings"  label="R"></category>  
  42.   <category scheme="http://api.netflix.com/categories/genres"  label="Drama"></category>  
  43.   <link href="http://api.netflix.com/catalog/titles/movies/17985448/cast" 
  44.     rel="http://schemas.netflix.com/catalog/people.cast"  title="cast"></link>  
  45.   <link href="http://api.netflix.com/catalog/titles/movies/17985448/directors"
  46.    rel="http://schemas.netflix.com/catalog/people.directors"  title="directors"></link>  
  47.   <link href="http://api.netflix.com/catalog/titles/movies/17985448/awards"
  48.     rel="http://schemas.netflix.com/catalog/titles/awards"  title="awards"></link>  
  49.   <link href="http://api.netflix.com/catalog/titles/movies/17985448/format_availability"
  50.    rel="http://schemas.netflix.com/catalog/titles/format_availability"  title="formats"></link>  
  51.   <link href="http://api.netflix.com/catalog/titles/movies/17985448/screen_formats"
  52.    rel="http://schemas.netflix.com/catalog/titles/screen_formats"  title="screen  formats"></link>  
  53.   <link href="http://api.netflix.com/catalog/titles/movies/17985448/languages_and_audio"
  54.    rel="http://schemas.netflix.com/catalog/titles/languages_and_audio"
  55.    title="languages  and audio"></link>  
  56.   <average_rating>3.7</average_rating>
  57.   <link href="http://api.netflix.com/catalog/titles/movies/17985448/similars"
  58.     rel="http://schemas.netflix.com/catalog/titles.similars"  title="similars"></link>  
  59.   <link href="http://www.netflix.com/Movie/Lone_Star/17985448"  rel="alternate"
  60.     title="webpage"></link>  
  61.   </catalog_title>  
  62. </catalog_titles>  
<catalog_titles>
  <number_of_results>1140</number_of_results>
  <start_index>0</start_index>
  <results_per_page>10</results_per_page>
  <catalog_title>
  <id>http://api.netflix.com/catalog/titles/movies/60021896</id><title short="Star"  
	regular="Star"></title>
  <box_art small="http://alien2.netflix.com/us/boxshots/tiny/60021896.jpg"  
	medium="http://alien2.netflix.com/us/boxshots/small/60021896.jpg"  
	large="http://alien2.netflix.com/us/boxshots/large/60021896.jpg"></box_art>
  <link href="http://api.netflix.com/catalog/titles/movies/60021896/synopsis"  
	rel="http://schemas.netflix.com/catalog/titles/synopsis"  title="synopsis"></link>
  <release_year>2001</release_year>
  <category scheme="http://api.netflix.com/catalog/titles/mpaa_ratings"  label="NR"></category>
  <category scheme="http://api.netflix.com/categories/genres"  label="Foreign"></category>
  <link href="http://api.netflix.com/catalog/titles/movies/60021896/cast"  
	rel="http://schemas.netflix.com/catalog/people.cast"  title="cast"></link>
  <link href="http://api.netflix.com/catalog/titles/movies/60021896/directors"  
	rel="http://schemas.netflix.com/catalog/people.directors"  title="directors"></link>
  <link href="http://api.netflix.com/catalog/titles/movies/60021896/format_availability"  
	rel="http://schemas.netflix.com/catalog/titles/format_availability"  title="formats"></link>
  <link href="http://api.netflix.com/catalog/titles/movies/60021896/screen_formats"  rel="http://schemas.netflix.com/catalog/titles/screen_formats"  title="screen  formats"></link
  <link href="http://api.netflix.com/catalog/titles/movies/60021896/languages_and_audio"  rel="http://schemas.netflix.com/catalog/titles/languages_and_audio"  title="languages  and audio"></link>
  <average_rating>1.9</average_rating>
  <link href="http://api.netflix.com/catalog/titles/movies/60021896/similars"  rel="http://schemas.netflix.com/catalog/titles.similars"  title="similars"></link>
  <link href="http://www.netflix.com/Movie/Star/60021896"  rel="alternate"  title="webpage"></link>
  </catalog_title>
  <catalog_title>
  <id>http://api.netflix.com/catalog/titles/movies/17985448</id><title short="Lone  Star" regular="Lone Star"></title>
  <box_art small="http://alien2.netflix.com/us/boxshots/tiny/17985448.jpg"  medium="http://alien2.netflix.com/us/boxshots/small/17985448.jpg"  large="http://alien2.netflix.com/us/boxshots/large/17985448.jpg"></box_art>
  <link href="http://api.netflix.com/catalog/titles/movies/17985448/synopsis"  rel="http://schemas.netflix.com/catalog/titles/synopsis"  title="synopsis"></link>
  <release_year>1996</release_year>
  <category scheme="http://api.netflix.com/catalog/titles/mpaa_ratings"  label="R"></category>
  <category scheme="http://api.netflix.com/categories/genres"  label="Drama"></category>
  <link href="http://api.netflix.com/catalog/titles/movies/17985448/cast"  rel="http://schemas.netflix.com/catalog/people.cast"  title="cast"></link>
  <link href="http://api.netflix.com/catalog/titles/movies/17985448/directors"  rel="http://schemas.netflix.com/catalog/people.directors"  title="directors"></link>
  <link href="http://api.netflix.com/catalog/titles/movies/17985448/awards"  rel="http://schemas.netflix.com/catalog/titles/awards"  title="awards"></link>
  <link href="http://api.netflix.com/catalog/titles/movies/17985448/format_availability"  rel="http://schemas.netflix.com/catalog/titles/format_availability"  title="formats"></link>
  <link href="http://api.netflix.com/catalog/titles/movies/17985448/screen_formats"  rel="http://schemas.netflix.com/catalog/titles/screen_formats"  title="screen  formats"></link>
  <link href="http://api.netflix.com/catalog/titles/movies/17985448/languages_and_audio"  rel="http://schemas.netflix.com/catalog/titles/languages_and_audio"  title="languages  and audio"></link>
  <average_rating>3.7</average_rating>
  <link href="http://api.netflix.com/catalog/titles/movies/17985448/previews"  rel="http://schemas.netflix.com/catalog/titles/previews"  title="previews"></link>
  <link href="http://api.netflix.com/catalog/titles/movies/17985448/similars"  rel="http://schemas.netflix.com/catalog/titles.similars"  title="similars"></link>
  <link href="http://www.netflix.com/Movie/Lone_Star/17985448"  rel="alternate"  title="webpage"></link>
  </catalog_title>
</catalog_titles>
<catalog_titles>
<number_of_results>1140</number_of_results>
<start_index>0</start_index>
<results_per_page>10</results_per_page>
<catalog_title>
<id>http://api.netflix.com/catalog/titles/movies/60021896</id><title short="Star" regular="Star"></title>
<box_art small="http://alien2.netflix.com/us/boxshots/tiny/60021896.jpg" medium="http://alien2.netflix.com/us/boxshots/small/60021896.jpg" large="http://alien2.netflix.com/us/boxshots/large/60021896.jpg"></box_art>
<link href="http://api.netflix.com/catalog/titles/movies/60021896/synopsis" rel="http://schemas.netflix.com/catalog/titles/synopsis" title="synopsis"></link>
<release_year>2001</release_year>
<category scheme="http://api.netflix.com/catalog/titles/mpaa_ratings" label="NR"></category>
<category scheme="http://api.netflix.com/categories/genres" label="Foreign"></category>
<link href="http://api.netflix.com/catalog/titles/movies/60021896/cast" rel="http://schemas.netflix.com/catalog/people.cast" title="cast"></link>
<link href="http://api.netflix.com/catalog/titles/movies/60021896/directors" rel="http://schemas.netflix.com/catalog/people.directors" title="directors"></link>
<link href="http://api.netflix.com/catalog/titles/movies/60021896/format_availability" rel="http://schemas.netflix.com/catalog/titles/format_availability" title="formats"></link>
<link href="http://api.netflix.com/catalog/titles/movies/60021896/screen_formats" rel="http://schemas.netflix.com/catalog/titles/screen_formats" title="screen formats"></link>
<link href="http://api.netflix.com/catalog/titles/movies/60021896/languages_and_audio" rel="http://schemas.netflix.com/catalog/titles/languages_and_audio" title="languages and audio"></link>
<average_rating>1.9</average_rating>
<link href="http://api.netflix.com/catalog/titles/movies/60021896/similars" rel="http://schemas.netflix.com/catalog/titles.similars" title="similars"></link>
<link href="http://www.netflix.com/Movie/Star/60021896" rel="alternate" title="webpage"></link>
</catalog_title>
<catalog_title>
<id>http://api.netflix.com/catalog/titles/movies/17985448</id><title short="Lone Star" regular="Lone Star"></title>
<box_art small="http://alien2.netflix.com/us/boxshots/tiny/17985448.jpg" medium="http://alien2.netflix.com/us/boxshots/small/17985448.jpg" large="http://alien2.netflix.com/us/boxshots/large/17985448.jpg"></box_art>
<link href="http://api.netflix.com/catalog/titles/movies/17985448/synopsis" rel="http://schemas.netflix.com/catalog/titles/synopsis" title="synopsis"></link>
<release_year>1996</release_year>
<category scheme="http://api.netflix.com/catalog/titles/mpaa_ratings" label="R"></category>
<category scheme="http://api.netflix.com/categories/genres" label="Drama"></category>
<link href="http://api.netflix.com/catalog/titles/movies/17985448/cast" rel="http://schemas.netflix.com/catalog/people.cast" title="cast"></link>
<link href="http://api.netflix.com/catalog/titles/movies/17985448/directors" rel="http://schemas.netflix.com/catalog/people.directors" title="directors"></link>
<link href="http://api.netflix.com/catalog/titles/movies/17985448/awards" rel="http://schemas.netflix.com/catalog/titles/awards" title="awards"></link>
<link href="http://api.netflix.com/catalog/titles/movies/17985448/format_availability" rel="http://schemas.netflix.com/catalog/titles/format_availability" title="formats"></link>
<link href="http://api.netflix.com/catalog/titles/movies/17985448/screen_formats" rel="http://schemas.netflix.com/catalog/titles/screen_formats" title="screen formats"></link>
<link href="http://api.netflix.com/catalog/titles/movies/17985448/languages_and_audio" rel="http://schemas.netflix.com/catalog/titles/languages_and_audio" title="languages and audio"></link>
<average_rating>3.7</average_rating>
<link href="http://api.netflix.com/catalog/titles/movies/17985448/previews" rel="http://schemas.netflix.com/catalog/titles/previews" title="previews"></link>
<link href="http://api.netflix.com/catalog/titles/movies/17985448/similars" rel="http://schemas.netflix.com/catalog/titles.similars" title="similars"></link>
<link href="http://www.netflix.com/Movie/Lone_Star/17985448" rel="alternate" title="webpage"></link>
</catalog_title>
</catalog_titles>

Catalog Titles Autocomplete

Searches the catalog for movies and television series whose title matches a partial search text. Returned title names can then be passed to the title search methods to conduct the actual search. The autocomplete method only applies to titles.  This resource can be found at http://api.netflix.com/catalog/titles/autocomplete.

Parameters

 

term

The partial or complete search term to use to search for title matches in the catalog.

OAuth access control

Consumer key. (Required)

Results

Returns movie and television titles that match a partial search text. The title names can be passed to the title search API to conduct the actual search.

Results Example

The following is an example response to catalog/autocomplete:

<autocomplete>
<autocomplete_item>
<title short="Step Brothers"></title>
</autocomplete_item>
<autocomplete_item>
<title short="Step Into Liquid"></title>
</autocomplete_item>
<autocomplete_item>
<title short="Step Up"></title>
</autocomplete_item>
<autocomplete_item>
<title short="Step Up 2 the Streets"></title>
</autocomplete_item>
<autocomplete_item>
<title short="Step Your Game Up: Part 5: The Journal Story"></title>
</autocomplete_item>
<autocomplete_item>
<title short="Stephanie Daley"></title>
</autocomplete_item>
<autocomplete_item>
<title short="Stephen King's The Mist"></title>
</autocomplete_item>
<autocomplete_item>
<title short="Stephen Sondheim's Putting It Together"></title>
</autocomplete_item>
<autocomplete_item>
<title short="Stepmom"></title>
</autocomplete_item>
<autocomplete_item>
<title short="The Stepford Wives"></title>
</autocomplete_item>
</autocomplete>



Catalog Titles Index

Returns an index of all titles in the catalog. The titles index is intended for partners with their own movie or TV catalogs who want to find corresponding titles in the Netflix catalog. The index data returned by the method includes titles, release dates (year of release), production studio name, and top cast members. You can use this data to interlink titles. In addition, the returned data includes Netflix title URLs, media formats, and availability windows. Each title entry in the returned data includes an update date, which indicates the last time the title data was updated.

The index is available at http://api.netflix.com/catalog/titles/index.

Preauthorization is required to access AMG (All Movie Guide) or TMS (TMS Entertainment, Ltd.) identifiers.

Parameters

 

include_amg

Include AMG identifiers in title index items. (Requires preauthorization)

include_tms

Include TMS identifiers in title index items. (Requires preauthorization)

OAuth access control

Consumer key + signature (Required)

Results

Returns an index of all titles in the Netflix catalog. You can use the index data to interlink titles.

Results Example

The following is an example of catalog/titles/index response:

  1. <catalog_title_index>  
  2.   <title_index_item>  
  3.     <id>http://api.netflix.com/catalog/titles/movies/512381</id>  
  4.     <updated>1217404229</updated>  
  5.     <category scheme="http://api.netflix.com/categories/genres" label="Children  &amp;   
  6.       Family" term="Children &amp; Family"></category>  
  7.     <link href="http://api.netflix.com/catalog/people/20001977"    
  8.       rel="http://schemas.netflix.com/catalog/person.actor"  title="Anna  Paquin"></link>  
  9.     <link href="http://api.netflix.com/catalog/people/23599"   
  10.       rel="http://schemas.netflix.com/catalog/person.actor"    
  11.       title="Dana  Delany"></link>  
  12.     <link href="http://api.netflix.com/catalog/people/21741"   
  13.       rel="http://schemas.netflix.com/catalog/person.actor"  title="Jeff  Daniels"></link>  
  14.     <release_year>1996</release_year>  
  15.     <link href="http://www.netflix.com/Movie/Fly_Away_Home/512381"  rel="alternate"    
  16.       title="  web page"></link>  
  17.     <external_ids>  
  18.     <id rel="http://schemas.netflix.com/catalog/id.upc">0043396824393</id>  
  19.     <id rel="http://schemas.netflix.com/catalog/id.upc">0043396060463</id>  
  20.     <id rel="http://schemas.netflix.com/catalog/id.amg">V   154424</id>  
  21.     </external_ids>  
  22.     <delivery_formats>  
  23.       <availability available_from="1199174400">  
  24.       <category scheme="http://api.netflix.com/categories/title_format"  label="instant"    
  25.         term="instant"></category>  
  26.       </availability>  
  27.       <availability available_from="862297200">  
  28.       <category scheme="http://api.netflix.com/categories/title_format"  label="DVD"    
  29.         term="DVD"></category>  
  30.       </availability>  
  31.     </delivery_formats>  
  32.   </title_index_item>  
  33.   <title_index_item>  
  34.     <id>http://api.netflix.com/catalog/titles/movies/517905</id>  
  35.     <category scheme="http://api.netflix.com/categories/genres" label="Drama"  
  36.       term="Drama"></category>  
  37.     <link href="http://api.netflix.com/catalog/people/100637"   
  38.       rel="http://schemas.netflix.com/catalog/person.actor"  title="Elijah  Wood"></link>  
  39.     <link href="http://api.netflix.com/catalog/people/98401"  
  40.       rel="http://schemas.netflix.com/catalog/person.actor"  title="George  Wendt"></link>  
  41.     <link href="http://api.netflix.com/catalog/people/34976"   
  42.       rel="http://schemas.netflix.com/catalog/person.actor"  title="Isabel  Glasser"></link>  
  43.     <link href="http://api.netflix.com/catalog/people/21028"   
  44.       rel="http://schemas.netflix.com/catalog/person.actor"  title="Jamie  Lee Curtis"></link>  
  45.     <link href="http://api.netflix.com/catalog/people/34396"   
  46.       rel="http://schemas.netflix.com/catalog/person.actor"  title="Mel  Gibson"></link>  
  47.     <release_year>1992</release_year>  
  48.     <link href="http://www.netflix.com/Movie/Forever_Young/517905"  rel="alternate"    
  49.       title="  web page"></link>  
  50.     <external_ids>  
  51.       <id rel="http://schemas.netflix.com/catalog/id.upc">0085391257127</id>  
  52.       <id rel="http://schemas.netflix.com/catalog/id.amg">V    18235</id>  
  53.     </external_ids>  
  54.     <delivery_formats>  
  55.       <availability available_from="872665200">  
  56.       <category scheme="http://api.netflix.com/categories/title_format"  label="DVD"  
  57.         term="DVD"></category>  
  58.       </availability>  
  59.     </delivery_formats>  
  60.   </title_index_item>  
  61. </catalog_title_index>  
<catalog_title_index>
  <title_index_item>
	<id>http://api.netflix.com/catalog/titles/movies/512381</id>
	<updated>1217404229</updated>
	<category scheme="http://api.netflix.com/categories/genres" label="Children  &amp; 
	  Family" term="Children &amp; Family"></category>
	<link href="http://api.netflix.com/catalog/people/20001977"  
	  rel="http://schemas.netflix.com/catalog/person.actor"  title="Anna  Paquin"></link>
	<link href="http://api.netflix.com/catalog/people/23599" 
	  rel="http://schemas.netflix.com/catalog/person.actor"  
	  title="Dana  Delany"></link>
	<link href="http://api.netflix.com/catalog/people/21741" 
	  rel="http://schemas.netflix.com/catalog/person.actor"  title="Jeff  Daniels"></link>
	<release_year>1996</release_year>
	<link href="http://www.netflix.com/Movie/Fly_Away_Home/512381"  rel="alternate"  
	  title="  web page"></link>
	<external_ids>
	<id rel="http://schemas.netflix.com/catalog/id.upc">0043396824393</id>
	<id rel="http://schemas.netflix.com/catalog/id.upc">0043396060463</id>
	<id rel="http://schemas.netflix.com/catalog/id.amg">V   154424</id>
	</external_ids>
	<delivery_formats>
	  <availability available_from="1199174400">
	  <category scheme="http://api.netflix.com/categories/title_format"  label="instant"  
		term="instant"></category>
	  </availability>
	  <availability available_from="862297200">
	  <category scheme="http://api.netflix.com/categories/title_format"  label="DVD"  
		term="DVD"></category>
	  </availability>
	</delivery_formats>
  </title_index_item>
  <title_index_item>
	<id>http://api.netflix.com/catalog/titles/movies/517905</id>
	<category scheme="http://api.netflix.com/categories/genres" label="Drama"
	  term="Drama"></category>
	<link href="http://api.netflix.com/catalog/people/100637" 
	  rel="http://schemas.netflix.com/catalog/person.actor"  title="Elijah  Wood"></link>
	<link href="http://api.netflix.com/catalog/people/98401"
	  rel="http://schemas.netflix.com/catalog/person.actor"  title="George  Wendt"></link>
	<link href="http://api.netflix.com/catalog/people/34976" 
	  rel="http://schemas.netflix.com/catalog/person.actor"  title="Isabel  Glasser"></link>
	<link href="http://api.netflix.com/catalog/people/21028" 
	  rel="http://schemas.netflix.com/catalog/person.actor"  title="Jamie  Lee Curtis"></link>
	<link href="http://api.netflix.com/catalog/people/34396" 
	  rel="http://schemas.netflix.com/catalog/person.actor"  title="Mel  Gibson"></link>
	<release_year>1992</release_year>
	<link href="http://www.netflix.com/Movie/Forever_Young/517905"  rel="alternate"  
	  title="  web page"></link>
	<external_ids>
	  <id rel="http://schemas.netflix.com/catalog/id.upc">0085391257127</id>
	  <id rel="http://schemas.netflix.com/catalog/id.amg">V    18235</id>
	</external_ids>
	<delivery_formats>
	  <availability available_from="872665200">
	  <category scheme="http://api.netflix.com/categories/title_format"  label="DVD"
		term="DVD"></category>
	  </availability>
	</delivery_formats>
  </title_index_item>
</catalog_title_index>

Title Details

Use these movie and television series season API, described in this section, to retrieve details for specific catalog titles. The API consists of a set of subresources within one resource URL type, catalog/titles, that returns all details for the requested title.

Note: For each title, you can find the URLs to retrieve the title's details in the responses from other resource queries (e.g., search results, queue responses, and so forth) that reference titles. The links within those responses contain the URLs for retrieving a title's details.  You should never attempt to construct a title URL directly.

 Here are some example title URLs for different types of titles:

  • catalog/titles/movies/12345678- Returns details about a specific movie title.
  • catalog/titles/series/12345678- Returns details about a specific television series.
  • catalog/titles/series/12345678/seasons/87654321- Returns details about season collections for a specific television series
  • catalog/titles/programs/12345678- Returns details about a specific television program
  • catalog/titles/discs/12345678- Returns details about a specified DVD disc

Use these resources to retrieve all details for a particular catalog title. A title can be a movie, a television series, a television series by season, a single television program, or a disc. Each resource returns the details appropriate to the requested title type.

Parameters  
OAuth access control Consumer key + signature (Required)
Results

Returns the details associated with the specified title. The actual details that are returned vary according to the type of the title. The tables below indicate the details returned for the different types of titles.

For titles that are movies, the response can include the following data:

Movie Data Description
Title (short, regular, and sortable versions) The title of the movie. Can be stored in a shortened form, the complete title, or as a version normalized for sorting.
Synopsis (short and regular versions) A summary of the movie. The short form is appropriate for situations where screen real estate is limited.
Release year The original release date for the movie
MPAA rating The voluntary rating system (G, PG, PG-13, R, and NC-17) from the Motion Picture Association of America
TV rating The rating system for television programs (see http://www.netflix.com/Help?id=1632 )
Genre The categories under which the movie is classified, with links to recommended movies in that genre
Cast The actors in the cast with links to their data in the people file
Director The director of the movie
Length The length of the movie in seconds
Box art references (small, medium, and large) The artwork from the cover of the DVD case, in three different sizes
Popularity rating The 1 to 5-star rating of the movie, based on the number of Netflix subscribers who have rated the movie
Awards The industry awards and nominations for the movie, if any
Bonus materials An additional DVD with related content
Delivery formats DVD, Blu-Ray, instant viewing with availability windows
Screen format The width to height ratio for normal viewing of the movie
Language and sound The language and Dolby digital mode in which the movie was recorded
Netflix web site URL The Netflix page showing the details of the movie
Official movie site URL The studio's web page for the movie
Related titles Links to other movies within the series, if appropriate

For titles that are television program series and seasons, the response can include the following data:

Television Program Data Description
Title (short, regular, and sortable versions) The title of the program. Can be stored in a shortened form, the complete title, or as a version normalized for sorting.
Synopsis (short and regular versions) A summary of the program's season. The short form is appropriate for situations where screen real estate is limited.
Release year The original release date for the beginning of the program's season
MPAA rating The voluntary rating system (G, PG, PG-13, R, and NC-17) from the Motion Picture Association of America
TV rating The rating system for television programs (see http://www.netflix.com/Help?id=1632)
Genre The categories under which the program is classified, with links to recommended programs in that genre
Cast The actors in the cast with links to their data in the people file

Director

The director of the program

Length

The length of the entire program in seconds

Box art references (small, medium, and large)

The artwork from the cover of the DVD case, in three different sizes

Popularity rating

The 1 to 5-star rating of the program, based on the number of Netflix subscribers who have rated it

Awards

The industry awards and nominations for the program, if any

Bonus materials

An additional DVD with related content

Delivery formats

DVD, Blu-Ray, instant viewing with availability windows

Screen format

The width to height ratio for normal viewing of the program

Language and sound

The language and Dolby digital mode in which the program was recorded

Netflix web site URL

The Netflix page showing the details of the program

Official program site URL

The studio's web page for the program

Series links

Links to other programs in the series

Season links

Links to other programs in the season

Program links

Links to other episodes of the program

Results Example

The following is an example of a response to a movie search:

  1. <catalog_title>  
  2.   <id>  
  3.   http://api.netflix.com/catalog/titles/series/70023522/seasons/70023522  
  4.   </id>  
  5.   <title short="The Office: Season  1" regular="The Office: Season 1"/>  
  6.   <box_art  small="http://alien2.netflix.com/us/boxshots/tiny/70023522.jpg"  
  7.     medium="http://alien2.netflix.com/us/boxshots/small/70023522.jpg"    
  8.     large="http://alien2.netflix.com/us/boxshots/large/70023522.jpg"/>  
  9.   <link href="http://api.netflix.com/catalog/titles/series/70023522/seasons/70023522/synopsis"  
  10.     rel="http://schemas.netflix.com/catalog/titles/synopsis" title="synopsis"/>  
  11.   <release_year>2005</release_year>  
  12.   <category scheme="http://api.netflix.com/categories/tv_ratings"  label="TV-14"/>  
  13.   <category scheme="http://api.netflix.com/categories/genres"  label="Television"/>  
  14.   <category scheme="http://api.netflix.com/categories/genres"  label="TV Sitcoms"/>  
  15.   <category scheme="http://api.netflix.com/categories/genres"  label="TV Comedies"/>  
  16.   <category scheme="http://api.netflix.com/categories/genres"  label="Must-See TV Comedies"/>  
  17.   <runtime>8700</runtime>  
  18.   <link href=  
  19.     "http://api.netflix.com/catalog/titles/series/70023522/seasons/70023522/format_availability"  
  20.     rel="http://schemas.netflix.com/catalog/titles/format_availability"  title="formats"/>  
  21.   <link href=  
  22.     "http://api.netflix.com/catalog/titles/series/70023522/seasons/70023522/screen_formats"  
  23.     rel="http://schemas.netflix.com/catalog/titles/screen_formats"  title="screen formats"/>  
  24.   <link href="http://api.netflix.com/catalog/titles/series/70023522/seasons/70023522/cast"  
  25.     rel="http://schemas.netflix.com/catalog/people.cast" title="cast"/>  
  26.   <link href="http://api.netflix.com/catalog/titles/series/70023522/seasons/70023522/directors"  
  27.     rel="http://schemas.netflix.com/catalog/people.directors"  title="directors"/>  
  28.   <link href=  
  29.     "http://api.netflix.com/catalog/titles/series/70023522/seasons/70023522/languages_and_audio"  
  30.     rel="http://schemas.netflix.com/catalog/titles/languages_and_audio"  
  31.     title="languages and audio"/>  
  32.   <average_rating>4.3</average_rating>  
  33.   <link href="http://api.netflix.com/catalog/titles/series/70023522"  
  34.     rel="http://schemas.netflix.com/catalog/titles.series" title="series"/>  
  35.   <link href="http://api.netflix.com/catalog/titles/series/70023522/seasons/70023522/episodes"  
  36.     rel="http://schemas.netflix.com/catalog/programs" title="episodes"/>  
  37.   <link href="http://api.netflix.com/catalog/titles/series/70023522/seasons/70023522/similars"  
  38.     rel="http://schemas.netflix.com/catalog/titles.similars" title="similars"/>  
  39.   <link  href="http://www.nbc.com/nbc/The_Office/"  
  40.      rel="http://schemas.netflix.com/catalog/titles/official_url"  title="official webpage"/>  
  41.   <link  href="http://www.netflix.com/Movie/The_Office_Season_1/70023522"  rel="alternate"  
  42.      title="webpage"/>  
  43. </catalog_title>  
<catalog_title>
  <id>
  http://api.netflix.com/catalog/titles/series/70023522/seasons/70023522
  </id>
  <title short="The Office: Season  1" regular="The Office: Season 1"/>
  <box_art  small="http://alien2.netflix.com/us/boxshots/tiny/70023522.jpg"
	medium="http://alien2.netflix.com/us/boxshots/small/70023522.jpg"  
	large="http://alien2.netflix.com/us/boxshots/large/70023522.jpg"/>
  <link href="http://api.netflix.com/catalog/titles/series/70023522/seasons/70023522/synopsis"
	rel="http://schemas.netflix.com/catalog/titles/synopsis" title="synopsis"/>
  <release_year>2005</release_year>
  <category scheme="http://api.netflix.com/categories/tv_ratings"  label="TV-14"/>
  <category scheme="http://api.netflix.com/categories/genres"  label="Television"/>
  <category scheme="http://api.netflix.com/categories/genres"  label="TV Sitcoms"/>
  <category scheme="http://api.netflix.com/categories/genres"  label="TV Comedies"/>
  <category scheme="http://api.netflix.com/categories/genres"  label="Must-See TV Comedies"/>
  <runtime>8700</runtime>
  <link href=
	"http://api.netflix.com/catalog/titles/series/70023522/seasons/70023522/format_availability"
	rel="http://schemas.netflix.com/catalog/titles/format_availability"  title="formats"/>
  <link href=
	"http://api.netflix.com/catalog/titles/series/70023522/seasons/70023522/screen_formats"
	rel="http://schemas.netflix.com/catalog/titles/screen_formats"  title="screen formats"/>
  <link href="http://api.netflix.com/catalog/titles/series/70023522/seasons/70023522/cast"
	rel="http://schemas.netflix.com/catalog/people.cast" title="cast"/>
  <link href="http://api.netflix.com/catalog/titles/series/70023522/seasons/70023522/directors"
	rel="http://schemas.netflix.com/catalog/people.directors"  title="directors"/>
  <link href=
	"http://api.netflix.com/catalog/titles/series/70023522/seasons/70023522/languages_and_audio"
	rel="http://schemas.netflix.com/catalog/titles/languages_and_audio"
	title="languages and audio"/>
  <average_rating>4.3</average_rating>
  <link href="http://api.netflix.com/catalog/titles/series/70023522"
	rel="http://schemas.netflix.com/catalog/titles.series" title="series"/>
  <link href="http://api.netflix.com/catalog/titles/series/70023522/seasons/70023522/episodes"
	rel="http://schemas.netflix.com/catalog/programs" title="episodes"/>
  <link href="http://api.netflix.com/catalog/titles/series/70023522/seasons/70023522/previews"
	rel="http://schemas.netflix.com/catalog/titles/previews" title="previews"/>
  <link href="http://api.netflix.com/catalog/titles/series/70023522/seasons/70023522/similars"
	rel="http://schemas.netflix.com/catalog/titles.similars" title="similars"/>
  <link  href="http://www.nbc.com/nbc/The_Office/"
	 rel="http://schemas.netflix.com/catalog/titles/official_url"  title="official webpage"/>
  <link  href="http://www.netflix.com/Movie/The_Office_Season_1/70023522"  rel="alternate"
	 title="webpage"/>
</catalog_title>


Title Similars

This resources returns a list of titles similar to the parent title resource.  The similars resource URL can be found in the response of any title resource and will have a URL like the following :catalog/titles/12345678/similars.

Parameters

 

start_index

The zero-based offset into the results of the query. When used with the max_results parameter, you can request successive pages of search results.

max_results

The maximum number of results to return. This number cannot be greater than 500. If max_results is not specified, the default value is 25.

OAuth access control

Consumer key + signature (Required)

Results

Titles determined to be similar to the title referenced by the URL identifier.

Results Example

The following is part of a response that might be returned by this resource.

  1. <catalog_titles>  
  2.   <number_of_results>120</number_of_results>  
  3.   <start_index>0</start_index>  
  4.   <results_per_page>2</results_per_page>  
  5.   <catalog_title>  
  6.   <id>http://api.netflix.com/catalog/titles/movies/60003959</id><title short="Bird"  
  7.     regular="Bird"></title>  
  8.     <etag>515873819112</etag>  
  9.   <box_art small="http://alien2.netflix.com/us/boxshots/tiny/60003959.jpg"    
  10.     medium="http://alien2.netflix.com/us/boxshots/small/60003959.jpg"    
  11.     large="http://alien2.netflix.com/us/boxshots/large/60003959.jpg"></box_art>  
  12.   <link href="http://api.netflix.com/catalog/titles/movies/60003959/synopsis"  
  13.       rel="http://schemas.netflix.com/catalog/titles/synopsis"  title="synopsis"></link>  
  14.   <release_year>1988</release_year>  
  15.   <category scheme="http://api.netflix.com/categories/mpaa_ratings"  label="R"></category>  
  16.   <category scheme="http://api.netflix.com/categories/genres"  label="Drama"></category>  
  17.   <link href="http://api.netflix.com/catalog/titles/movies/60003959/cast"  
  18.     rel="http://schemas.netflix.com/catalog/people.cast"  title="cast"></link>  
  19.   <link href="http://api.netflix.com/catalog/titles/movies/60003959/directors"  
  20.     rel="http://schemas.netflix.com/catalog/people.directors"  title="directors"></link>  
  21.   <link href="http://api.netflix.com/catalog/titles/movies/60003959/awards"  
  22.     rel="http://schemas.netflix.com/catalog/titles/awards"  title="awards"></link>  
  23.   <link href="http://api.netflix.com/catalog/titles/movies/60003959/format_availability"  
  24.     rel="http://schemas.netflix.com/catalog/titles/format_availability"  title="formats"></link>  
  25.   <link href="http://api.netflix.com/catalog/titles/movies/60003959/screen_formats"  
  26.     rel="http://schemas.netflix.com/catalog/titles/screen_formats"  
  27.     title="screen  formats"></link>  
  28.   <link href="http://api.netflix.com/catalog/titles/movies/60003959/languages_and_audio"  
  29.     rel="http://schemas.netflix.com/catalog/titles/languages_and_audio"  
  30.     title="languages  and audio"></link>  
  31.   <average_rating>3.4</average_rating>  
  32.   <link href="http://www.netflix.com/Movie/Bird/60003959"  rel="alternate"  
  33.     title="webpage"></link>  
  34.   </catalog_title>  
  35.   <catalog_title>  
  36.   <id>http://api.netflix.com/catalog/titles/movies/70019224</id>  
  37.     <title short="Hotel  Rwanda" regular="Hotel Rwanda"></title>  
  38.   <box_art small="http://alien2.netflix.com/us/boxshots/tiny/70019224.jpg"  
  39.       medium="http://alien2.netflix.com/us/boxshots/small/70019224.jpg"  
  40.       large="http://alien2.netflix.com/us/boxshots/large/70019224.jpg"></box_art>  
  41.   <link href="http://api.netflix.com/catalog/titles/movies/70019224/synopsis"  
  42.     rel="http://schemas.netflix.com/catalog/titles/synopsis"  title="synopsis"></link>  
  43.   <release_year>2005</release_year>  
  44.   <category scheme="http://api.netflix.com/categories/mpaa_ratings"  
  45.     label="PG-13"></category>  
  46.   <category scheme="http://api.netflix.com/categories/genres"  label="Drama"></category>  
  47.   <link href="http://api.netflix.com/catalog/titles/movies/70019224/cast"  
  48.     rel="http://schemas.netflix.com/catalog/people.cast"  title="cast"></link>  
  49.   <link href="http://api.netflix.com/catalog/titles/movies/70019224/directors"  
  50.     rel="http://schemas.netflix.com/catalog/people.directors"  title="directors"></link>  
  51.   <link href="http://api.netflix.com/catalog/titles/movies/70019224/awards"  
  52.       rel="http://schemas.netflix.com/catalog/titles/awards"  title="awards"></link>  
  53.   <link href="http://api.netflix.com/catalog/titles/movies/70019224/format_availability"  
  54.     rel="http://schemas.netflix.com/catalog/titles/format_availability"  title="formats"></link>  
  55.   <link href="http://api.netflix.com/catalog/titles/movies/70019224/screen_formats"  
  56.     rel="http://schemas.netflix.com/catalog/titles/screen_formats"  
  57.     title="screen  formats"></link>  
  58.   <link href="http://api.netflix.com/catalog/titles/movies/70019224/languages_and_audio"  
  59.     rel="http://schemas.netflix.com/catalog/titles/languages_and_audio"  
  60.     title="languages  and audio"></link>  
  61.   <average_rating>4.2</average_rating>  
  62.   <link href="http://www.netflix.com/Movie/Hotel_Rwanda/70019224"  
  63.     rel="alternate"  title="webpage"></link>  
  64.   </catalog_title>  
  65. </catalog_titles>
  66.  
<catalog_titles>
  <number_of_results>120</number_of_results>
  <start_index>0</start_index>
  <results_per_page>2</results_per_page>
  <catalog_title>
  <id>http://api.netflix.com/catalog/titles/movies/60003959</id><title short="Bird"
	regular="Bird"></title>
	<etag>515873819112</etag>
  <box_art small="http://alien2.netflix.com/us/boxshots/tiny/60003959.jpg"  
	medium="http://alien2.netflix.com/us/boxshots/small/60003959.jpg"  
	large="http://alien2.netflix.com/us/boxshots/large/60003959.jpg"></box_art>
  <link href="http://api.netflix.com/catalog/titles/movies/60003959/synopsis"
	  rel="http://schemas.netflix.com/catalog/titles/synopsis"  title="synopsis"></link>
  <release_year>1988</release_year>
  <category scheme="http://api.netflix.com/catalog/titles/mpaa_ratings"  label="R"></category>
  <category scheme="http://api.netflix.com/categories/genres"  label="Drama"></category>
  <link href="http://api.netflix.com/catalog/titles/movies/60003959/cast"
	rel="http://schemas.netflix.com/catalog/people.cast"  title="cast"></link>
  <link href="http://api.netflix.com/catalog/titles/movies/60003959/directors"
	rel="http://schemas.netflix.com/catalog/people.directors"  title="directors"></link>
  <link href="http://api.netflix.com/catalog/titles/movies/60003959/awards"
	rel="http://schemas.netflix.com/catalog/titles/awards"  title="awards"></link>
  <link href="http://api.netflix.com/catalog/titles/movies/60003959/format_availability"
	rel="http://schemas.netflix.com/catalog/titles/format_availability"  title="formats"></link>
  <link href="http://api.netflix.com/catalog/titles/movies/60003959/screen_formats"
	rel="http://schemas.netflix.com/catalog/titles/screen_formats"
	title="screen  formats"></link>
  <link href="http://api.netflix.com/catalog/titles/movies/60003959/languages_and_audio"
	rel="http://schemas.netflix.com/catalog/titles/languages_and_audio"
	title="languages  and audio"></link>
  <average_rating>3.4</average_rating>
  <link href="http://api.netflix.com/catalog/titles/movies/60003959/previews"
	rel="http://schemas.netflix.com/catalog/titles/previews"  title="previews"></link>
  <link href="http://www.netflix.com/Movie/Bird/60003959"  rel="alternate"
	title="webpage"></link>
  </catalog_title>
  <catalog_title>
  <id>http://api.netflix.com/catalog/titles/movies/70019224</id>
	<title short="Hotel  Rwanda" regular="Hotel Rwanda"></title>
  <box_art small="http://alien2.netflix.com/us/boxshots/tiny/70019224.jpg"
	  medium="http://alien2.netflix.com/us/boxshots/small/70019224.jpg"
	  large="http://alien2.netflix.com/us/boxshots/large/70019224.jpg"></box_art>
  <link href="http://api.netflix.com/catalog/titles/movies/70019224/synopsis"
	rel="http://schemas.netflix.com/catalog/titles/synopsis"  title="synopsis"></link>
  <release_year>2005</release_year>
  <category scheme="http://api.netflix.com/catalog/titles/mpaa_ratings"
	label="PG-13"></category>
  <category scheme="http://api.netflix.com/categories/genres"  label="Drama"></category>
  <link href="http://api.netflix.com/catalog/titles/movies/70019224/cast"
	rel="http://schemas.netflix.com/catalog/people.cast"  title="cast"></link>
  <link href="http://api.netflix.com/catalog/titles/movies/70019224/directors"
	rel="http://schemas.netflix.com/catalog/people.directors"  title="directors"></link>
  <link href="http://api.netflix.com/catalog/titles/movies/70019224/awards"
	  rel="http://schemas.netflix.com/catalog/titles/awards"  title="awards"></link>
  <link href="http://api.netflix.com/catalog/titles/movies/70019224/format_availability"
	rel="http://schemas.netflix.com/catalog/titles/format_availability"  title="formats"></link>
  <link href="http://api.netflix.com/catalog/titles/movies/70019224/screen_formats"
	rel="http://schemas.netflix.com/catalog/titles/screen_formats"
	title="screen  formats"></link>
  <link href="http://api.netflix.com/catalog/titles/movies/70019224/languages_and_audio"
	rel="http://schemas.netflix.com/catalog/titles/languages_and_audio"
	title="languages  and audio"></link>
  <average_rating>4.2</average_rating>
  <link href="http://api.netflix.com/catalog/titles/movies/70019224/previews"
	rel="http://schemas.netflix.com/catalog/titles/previews"  title="previews"></link>
  <link href="http://www.netflix.com/Movie/Hotel_Rwanda/70019224"
	rel="alternate"  title="webpage"></link>
  </catalog_title>
</catalog_titles>

Searching for People

This section covers the resources used to retrieve details about cast members and others in the Catalog.

catalog/people

Searches for people in the catalog by name or portion of the name.

Parameters

 

term

The word or term in the person name for which to search in the catalog. The method searches the person names for catalog titles for a match.

start_index

The zero-based offset into the results of the query. When used with the max_results parameter, you can request successive pages of search results.

max_results

The maximum number of results to return. This number cannot be greater than 500. If max_results is not specified, the default value is 25.

OAuth access control

Consumer key + signature (Required)

Results

Returns results that include catalog title entries with people that match the specified name. Results include references to persondetails.  Each person resource will have a URL like the following: catalog/people/12345678.

Results Example

The following is an example from a response to a catalog/people request:

  1. <people>  
  2.   <number_of_results>1452</number_of_results>  
  3.   <start_index>0</start_index>  
  4.   results_per_page>2</results_per_page>  
  5.   <person>  
  6.     <id>http://api.netflix.com/catalog/people/152672</id>  
  7.     <name>Pen&#233;lope  Cruz</name>  
  8.     <bio>&lt;![CDATA[Always  the performer, Pen&#233;lope Cruz (born April 28,  1974, in Madrid, Spain) began
  9. re-enacting TV commercials when she was a toddler  and studied classical ballet during her youth.
  10. Her big break, however, came at  age 15 when she beat out hundreds of girls at a talent agency
  11. audition.&amp;NFp;Cruz captured audiences' attention with her roles  in 1992's Jamon, Jamon and
  12. Belle Epoque (which received an Oscar nod for Best  Foreign Film). In 1999, her work with director
  13. Pedro Almodovar on the Best  Foreign Film Oscar winner All About My Mother brought her first
  14. international  recognition.&amp;NFp;Fluent in Spanish, Italian,  French and English, Cruz
  15. continues to work in American and international  productions, appearing in such films as
  16. All the Pretty Horses (2000) and  Vanilla Sky (a remake of Eduardo Noriega's Open Your Eyes,
  17. in which she also  starred). Her turn in Almodovar's Volver (2006) gained her an Oscar nod.]]&gt;</bio>  
  18.     <link href="http://api.netflix.com/catalog/people/152672/filmography"  
  19.       rel="http://schemas.netflix.com/catlog/person/filmography"  title="filmography"></link>  
  20.     <link href="http://www.netflix.com/RoleDisplay/Penelope_Cruz/152672"  rel="alternate"  
  21.       title="webpage"></link>  
  22.   </person>  
  23.   <person>  
  24.     <id>http://api.netflix.com/catalog/people/20064096</id>  
  25.     <name>Valerie Cruz</name>         
  26.     <link href="http://api.netflix.com/catalog/people/20064096/filmography"  
  27.       rel="http://schemas.netflix.com/catlog/person/filmography"  title="filmography"></link>  
  28.     <link href="http://www.netflix.com/RoleDisplay/Valerie_Cruz/20064096"  
  29.       rel="alternate"  title="webpage"></link>  
  30.   </person>  
  31. </people>  
  32.   
  33.     
<people>
  <number_of_results>1452</number_of_results>
  <start_index>0</start_index>
  results_per_page>2</results_per_page>
  <person>
	<id>http://api.netflix.com/catalog/people/152672</id>
	<name>Pen&#233;lope  Cruz</name>
	<bio>&lt;![CDATA[Always  the performer, Pen&#233;lope Cruz (born April 28,  1974, in Madrid, Spain) began re-enacting TV commercials when she was a toddler  and studied classical ballet during her youth. Her big break, however, came at  age 15 when she beat out hundreds of girls at a talent agency audition.&amp;NFp;Cruz captured audiences' attention with her roles  in 1992's Jamon, Jamon and Belle Epoque (which received an Oscar nod for Best  Foreign Film). In 1999, her work with director Pedro Almodovar on the Best  Foreign Film Oscar winner All About My Mother brought her first international  recognition.&amp;NFp;Fluent in Spanish, Italian,  French and English, Cruz continues to work in American and international  productions, appearing in such films as All the Pretty Horses (2000) and  Vanilla Sky (a remake of Eduardo Noriega's Open Your Eyes, in which she also  starred). Her turn in Almodovar's Volver (2006) gained her an Oscar nod.]]&gt;</bio>
	<link href="http://api.netflix.com/catalog/people/152672/filmography"
	  rel="http://schemas.netflix.com/catlog/person/filmography"  title="filmography"></link>
	<link href="http://www.netflix.com/RoleDisplay/Penelope_Cruz/152672"  rel="alternate"
	  title="webpage"></link>
  </person>
  <person>
	<id>http://api.netflix.com/catalog/people/20064096</id>
	<name>Valerie Cruz</name>       
	<link href="http://api.netflix.com/catalog/people/20064096/filmography"
	  rel="http://schemas.netflix.com/catlog/person/filmography"  title="filmography"></link>
	<link href="http://www.netflix.com/RoleDisplay/Valerie_Cruz/20064096"
	  rel="alternate"  title="webpage"></link>
  </person>
</people>

  

Person Details

You can retrieve detailed information for a person in the Catalog, using that person's ID, including a bio, featured titles, and a complete list of titles.

Parameters

 

OAuth access control

Consumer key + signature (Required)

Results

For the specified person, returns a bio and a list of all titles with which that person is associated.

Results Example

The following is an example response:

  1. <person>    
  2.    <id>http://api.netflix.com/catalog/people/152672</id>    
  3.    <name>Pen&#233;lope  Cruz</name>    
  4.    <bio>&lt;![CDATA[Always  the performer, Pen&#233;lope Cruz (born April 28,  1974, in Madrid, Spain) began  
  5. re-enacting TV commercials when she was a toddler  and studied classical ballet during her youth.  
  6. Her big break, however, came at  age 15 when she beat out hundreds of girls at a talent agency  
  7. audition.&amp;NFp;Cruz captured audiences' attention with her roles  in 1992's Jamon, Jamon and  
  8. Belle Epoque (which received an Oscar nod for Best  Foreign Film). In 1999, her work with director  
  9. Pedro Almodovar on the Best  Foreign Film Oscar winner All About My Mother brought her first
  10. international  recognition.&amp;NFp;Fluent in Spanish, Italian,  French and English, Cruz  
  11. continues to work in American and international  productions, appearing in such films as  
  12. All the Pretty Horses (2000) and  Vanilla Sky (a remake of Eduardo Noriega's Open Your Eyes, in
  13. which she also  starred). Her turn in Almodovar's Volver (2006) gained her an Oscar nod.]]&gt;</bio>    
  14.   <link href="http://api.netflix.com/catalog/people/152672/filmography"    
  15.     rel="http://schemas.netflix.com/catlog/person/filmography"  title="filmography"></link>    
  16.    <link href="http://www.netflix.com/RoleDisplay/Penelope_Cruz/152672"  rel="alternate"    
  17.     title="webpage"></link>    
  18. </person>   
<person>  
   <id>http://api.netflix.com/catalog/people/152672</id>  
   <name>Pen&#233;lope  Cruz</name>  
   <bio>&lt;![CDATA[Always  the performer, Pen&#233;lope Cruz (born April 28,  1974, in Madrid, Spain) began
re-enacting TV commercials when she was a toddler  and studied classical ballet during her youth.
Her big break, however, came at  age 15 when she beat out hundreds of girls at a talent agency
audition.&amp;NFp;Cruz captured audiences' attention with her roles  in 1992's Jamon, Jamon and
Belle Epoque (which received an Oscar nod for Best  Foreign Film). In 1999, her work with director
Pedro Almodovar on the Best  Foreign Film Oscar winner All About My Mother brought her first international  recognition.&amp;NFp;Fluent in Spanish, Italian,  French and English, Cruz
continues to work in American and international  productions, appearing in such films as
All the Pretty Horses (2000) and  Vanilla Sky (a remake of Eduardo Noriega's Open Your Eyes, in which she also  starred). Her turn in Almodovar's Volver (2006) gained her an Oscar nod.]]&gt;</bio>  
  <link href="http://api.netflix.com/catalog/people/152672/filmography"  
	rel="http://schemas.netflix.com/catlog/person/filmography"  title="filmography"></link>  
   <link href="http://www.netflix.com/RoleDisplay/Penelope_Cruz/152672"  rel="alternate"  
	title="webpage"></link>  
</person> 

User Resources

The User resource API provides information about a specified subscriber, referred to as the user. You use these resources to retrieve information covering a user's rental options and history, plus his or her ratings and recommendations. The User resources include the queue management API resources, which let you retrieve and manipulate items in a user's queue. The User resource also provides a list of Atom feed URLs that can be accessed programmatically by applications. These feeds have security tokens embedded within them. As a result, they can be consumed by applications that cannot authenticate using the OAuth protocol.

The User resources are divided into the following task categories:

User Feeds and Rental Options.
Managing Queues.
Updating a Queue.
Tracking Discs.
Managing Rental History.
User Title Ratings.
Retrieving Reviews.
Retrieving Recommendations.

Users, Feeds and Title States

Use the following resources to retrieve information about subscribers (users), subscriber activity feeds, and the relationship between a subscriber and any title (title states).

Users

Returns information about the specified user. A user resource has a URL like: http://api.netflix.com/users/12345678.  The response includes:

  • Name of the user or subscriber
  • Queues associated with the user's account
  • The user's preferred disc format: HD DVD, Blu-ray, or DVD

Parameters

 

OAuth access control

Consumer key + access token + signature. (Required)

Results

Returns the name of the user, the user's associated queues, and preferred disc format, among other user information.

Results Example

The following is a sample response to this request:

  1. <user>  
  2.   <user_id>T1PambOVJXcoWzNRQEyacp76BnRn0TIJdxKGyklbY0srg-</user_id>  
  3.   <first_name>Jane</first_name>  
  4.   <last_name>Smith</last_name>  
  5.   <can_instant_watch>true</can_instant_watch>  
  6.   <preferred_formats>  
  7.     <category scheme="http://api.netflix.com/catalog/titles/format" label="HD  DVD"></category>  
  8.     <category scheme="http://api.netflix.com/catalog/titles/format" label="DVD"></category>  
  9.   </preferred_formats>  
  10.   <link href="http://api.netflix.com/users/T1PambOVJXcoWzNRQEyacp76BnRn0TIJdxKGyklbY0srg-/queues"  
  11.     rel="http://schemas.netflix.com/queues"  title="queues"></link>  
  12.   <link href="http://api.netflix.com/users/T1PambOVJXcoWzNRQEyacp76BnRn0TIJdxKGyklbY0srg-/rental_history"  
  13.     rel="http://schemas.netflix.com/rental_history"  title="rental  history"></link>  
  14.   <link href="http://api.netflix.com/users/T1PambOVJXcoWzNRQEyacp76BnRn0TIJdxKGyklbY0srg-/recommendations"  
  15.     rel="http://schemas.netflix.com/recommendations"  title="recommendations"></link>  
  16.   <link href="http://api.netflix.com/users/T1PambOVJXcoWzNRQEyacp76BnRn0TIJdxKGyklbY0srg-/title_states"  
  17.     rel="http://schemas.netflix.com/title_states"  title="title  states"></link>  
  18.   <link href="http://api.netflix.com/users/T1PambOVJXcoWzNRQEyacp76BnRn0TIJdxKGyklbY0srg-/ratings"  
  19.     rel="http://schemas.netflix.com/ratings"  title="ratings"></link>  
  20.   <link href="http://api.netflix.com/users/T1PambOVJXcoWzNRQEyacp76BnRn0TIJdxKGyklbY0srg-/reviews"  
  21.     rel="http://schemas.netflix.com/reviews"  title="reviews"></link>  
  22. </user> 

<user>
  <user_id>T1PambOVJXcoWzNRQEyacp76BnRn0TIJdxKGyklbY0srg-</user_id>
  <first_name>Jane</first_name>
  <last_name>Smith</last_name>
  <can_instant_watch>true</can_instant_watch>
  <preferred_formats>
	<category scheme="http://api.netflix.com/catalog/titles/format" label="HD  DVD"></category>
	<category scheme="http://api.netflix.com/catalog/titles/format" label="DVD"></category>
  </preferred_formats>
  <link href="http://api.netflix.com/users/T1PambOVJXcoWzNRQEyacp76BnRn0TIJdxKGyklbY0srg-/queues"
	rel="http://schemas.netflix.com/queues"  title="queues"></link>
  <link href="http://api.netflix.com/users/T1PambOVJXcoWzNRQEyacp76BnRn0TIJdxKGyklbY0srg-/rental_history"
	rel="http://schemas.netflix.com/rental_history"  title="rental  history"></link>
  <link href="http://api.netflix.com/users/T1PambOVJXcoWzNRQEyacp76BnRn0TIJdxKGyklbY0srg-/recommendations"
	rel="http://schemas.netflix.com/recommendations"  title="recommendations"></link>
  <link href="http://api.netflix.com/users/T1PambOVJXcoWzNRQEyacp76BnRn0TIJdxKGyklbY0srg-/title_states"
	rel="http://schemas.netflix.com/title_states"  title="title  states"></link>
  <link href="http://api.netflix.com/users/T1PambOVJXcoWzNRQEyacp76BnRn0TIJdxKGyklbY0srg-/ratings"
	rel="http://schemas.netflix.com/ratings"  title="ratings"></link>
  <link href="http://api.netflix.com/users/T1PambOVJXcoWzNRQEyacp76BnRn0TIJdxKGyklbY0srg-/reviews"
	rel="http://schemas.netflix.com/reviews"  title="reviews"></link>
</user>

users/current

Current User (reflection)

This resource returns a link to the currently authenticated user. You can access the active user's associated API resource without extracing the user ID from the OAuth access token response. This was implemented to make use of OAuth libraries that don't support standard response extension easier to use.

Parameters
OAuth access control Consumer key + access token + signature. (Required)
Results

The call returns a single "link" containing the URL that can be used to make REST calls for additional resources for this user.

Example Results

The following is a smaple of a plain XML (POX) response to this request:

  1. <resource>
  2.   link href="http://api.netflix.com/users/T1tareQFowlmc8aiTEXBcQ5aed9h_Z8zdmSX1SnrKoOCA-" rel="http://schemas.netflix.com/user.current" title="current user"></link>
  3. </resource>


Feeds

Many of the user-related resources are available as feeds. Each user response contains a link to a list of the user's feeds.  This list will have a URL like http://api.netflix.com/users/12345678.  When a resource is accessed as a feed, you do not have to supply any OAuth security token since the URL for the feed includes an embedded security token.

This resource returns a list of URLs of all Atom feeds that are available for the specified user. Each URL that is returned has a security token embedded within it so that the feed may be accessed without passing any further OAuth tokens. The embedded security token is valid for as long as the user allows the application to access the Netflix service on the user's behalf.

OPML (Outline Processor Markup Language, an XML format for outlines) is supported as an additional output format for this resource.

Parameters

 

OAuth access control

Consumer key + access token + signature. (Required)

Results

Returns a list of URLs of all feeds available for the specified user.

Results Example

The following is a sample of a plain XML (POX) response to this request:

  1. <resource>  
  2.   <link href="http://api.netflix.com/users/T1tareQFowlmc8aiTEXBcQ5aed9h_Z8zdmSX1SnrKoOCA-   
  3.     /queues/disc?feed_token=T1u.tZSbY9311F5W0C5eVQXaJ49.KBapZdwjuCiUBzhoJ_.lTGnmES6JfOZbrxsFzf&amp;  
  4.     oauth_consumer_key=v9s778n692e9qvd83wfj9t8c&amp;output=atom"    
  5.     rel="http://schemas.netflix.com/feed.queues.disc"  title="DVD  Queue "></link>  
  6.   <link href="http://api.netflix.com/users/T1tareQFowlmc8aiTEXBcQ5aed9h_Z8zdmSX1SnrKoOCA-/queues/  
  7.     disc?feed_token=T1u.tZSbY9311F5W0C5eVQXaJ49.KBapZdwjuCiUBzhoJ_.lTGnmES6JfOZbrxsFzf&amp;  
  8.     oauth_consumer_key=v9s778n692e9qvd83wfj9t8c&amp;output=atom&amp;sort=date_added"    
  9.     rel="http://schemas.netflix.com/feed.queues.disc.recent"  title="Recent  Additions to DVD Queue">
  10.   </link>  
  11.   <link href="http://api.netflix.com/users/T1tareQFowlmc8aiTEXBcQ5aed9h_Z8zdmSX1SnrKoOCA-/queues/  
  12.     instant?feed_token=T1u.tZSbY9311F5W0C5eVQXaJ49.KBapZdwjuCiUBzhoJ_.lTGnmES6JfOZbrxsFzf&amp;  
  13.     oauth_consumer_key=v9s778n692e9qvd83wfj9t8c&amp;output=atom"    
  14.     rel="http://schemas.netflix.com/feed.queues.instant"  title="Instant  Queue"></link>  
  15.   <link href="http://api.netflix.com/users/T1tareQFowlmc8aiTEXBcQ5aed9h_Z8zdmSX1SnrKoOCA-/queues/  
  16.     instant?feed_token=T1u.tZSbY9311F5W0C5eVQXaJ49.KBapZdwjuCiUBzhoJ_.lTGnmES6JfOZbrxsFzf&amp;  
  17.     oauth_consumer_key=v9s778n692e9qvd83wfj9t8c&amp;output=atom&amp;sort=date_added"    
  18.     rel="http://schemas.netflix.com/feed.queues.instant.recent"  title="Recent  Additions to   
  19.     Instant Queue"></link>  
  20.   <link href="http://api.netflix.com/users/T1tareQFowlmc8aiTEXBcQ5aed9h_Z8zdmSX1SnrKoOCA-/  
  21.     rental_history?feed_token=T1Bj0aYRbYBu0y0AvVq6CMe63ZEiGhb6RcYu3d7apdMFfK_Dlg_qWxDSHaSP  
  22.     lAu2P3aS4KROIgGOJh4kZUZtJAvg--&amp;oauth_consumer_key=v9s778n692e9qvd83wfj9t8c&amp;  
  23.     output=atom"  rel="http://schemas.netflix.com/feed.rental_history"  title="Recent    
  24.     Rental Activity"></link>  
  25.   <link href="http://api.netflix.com/users/T1tareQFowlmc8aiTEXBcQ5aed9h_Z8zdmSX1SnrKoOCA-/  
  26.     rental_history/shipped?feed_token=T1Bj0aYRbYBu0y0AvVq6CMe63ZEiGhb6RcYu3d7apdMFfK_Dlg_q  
  27.     WxDSHaSPlAu2P3aS4KROIgGOJh4kZUZtJAvg--&amp;oauth_consumer_key=v9s778n692e9qvd83wfj9t8c&amp;  
  28.     output=atom"  rel="http://schemas.netflix.com/feed.rental_history.shipped"    
  29.     title="Titles  Shipped"></link>  
  30.   <link href="http://api.netflix.com/users/T1tareQFowlmc8aiTEXBcQ5aed9h_Z8zdmSX1SnrKoOCA-/  
  31.     rental_history/watched?feed_token=T1Bj0aYRbYBu0y0AvVq6CMe63ZEiGhb6RcYu3d7apdMFfK_Dlg_q  
  32.     WxDSHaSPlAu2P3aS4KROIgGOJh4kZUZtJAvg--&amp;oauth_consumer_key=v9s778n692e9qvd83wfj9t8c&amp;  
  33.     output=atom"  rel="http://schemas.netflix.com/feed.rental_history.watched"  title="Titles    
  34.     Watched Recently"></link>  
  35.   <link href="http://api.netflix.com/users/T1tareQFowlmc8aiTEXBcQ5aed9h_Z8zdmSX1SnrKoOCA-/  
  36.     rental_history/returned?feed_token=T1Bj0aYRbYBu0y0AvVq6CMe63ZEiGhb6RcYu3d7apdMFfK_Dlg_  
  37.     qWxDSHaSPlAu2P3aS4KROIgGOJh4kZUZtJAvg--&amp;oauth_consumer_key=v9s778n692e9qvd83wfj9t8c&amp;  
  38.     output=atom"  rel="http://schemas.netflix.com/feed.rental_history.returned"  title="Titles    
  39.     Returned Recently"></link>  
  40.   <link href="http://api.netflix.com/users/T1tareQFowlmc8aiTEXBcQ5aed9h_Z8zdmSX1SnrKoOCA-/  
  41.     at_home?feed_token=T1xAyCfQ9KxNjKvHxA3OEO1p3fDW1Y8rQlX5kyeb3Cmfn3gVSfTolF6g3cbKcdJ7RO&amp;  
  42.     oauth_consumer_key=v9s778n692e9qvd83wfj9t8c&amp;output=atom"    
  43.     rel="http://schemas.netflix.com/feed.at_home"  title="Titles  At Home"></link>  
  44.   <link href="http://api.netflix.com/users/T1tareQFowlmc8aiTEXBcQ5aed9h_Z8zdmSX1SnrKoOCA-/  
  45.     reviews?feed_token=T1VmAb9ApEYiM36d4cSLuzt4pobSXtfXhDcmLM8lwIa5Uv5EjR0Rf68w1WmnkdyDknf  
  46.     88FSQ8TT64qQ5ZlnnuGYA--&amp;oauth_consumer_key=v9s778n692e9qvd83wfj9t8c&amp;output=atom"    
  47.     rel="http://schemas.netflix.com/feed.reviews"  title="Reviews  "></link>  
  48.   <link href="http://api.netflix.com/users/T1tareQFowlmc8aiTEXBcQ5aed9h_Z8zdmSX1SnrKoOCA-/  
  49.     recommendations?feed_token=T1PeXieDTki.jbRFpFRArljzw4fe.iTem2XYfwbv6BosZadXZFIxEQ.M8wf  
  50.     _8XvouevwsyL3B9mS8OB25crS0r0g--&amp;oauth_consumer_key=v9s778n692e9qvd83wfj9t8c&amp;  
  51.     output=atom"  rel="http://schemas.netflix.com/feed.recommendations"    
  52.     title="Recommendations  "></link>  
  53.   <link href="http://api.netflix.com/users/T1tareQFowlmc8aiTEXBcQ5aed9h_Z8zdmSX1SnrKoOCA-/  
  54.     ratings/title/actual?feed_token=T1XOCp5.fEsLoqfkNPGxwkJdE_ZK.ryzqz7w26JW520B5mT4tTAGUq  
  55.     jBmpN9KZHIhkjuPBSafYj9cGmR8e7LPEBg--&amp;oauth_consumer_key=v9s778n692e9qvd83wfj9t8c&amp;  
  56.     output=atom"  rel="http://schemas.netflix.com/feed.ratings"  title="Ratings"></link>  
  57. </resource>  
<resource>
  <link href="http://api.netflix.com/users/T1tareQFowlmc8aiTEXBcQ5aed9h_Z8zdmSX1SnrKoOCA- 
	/queues/disc?feed_token=T1u.tZSbY9311F5W0C5eVQXaJ49.KBapZdwjuCiUBzhoJ_.lTGnmES6JfOZbrxsFzf&amp;
	oauth_consumer_key=v9s778n692e9qvd83wfj9t8c&amp;output=atom"  
	rel="http://schemas.netflix.com/feed.queues.disc"  title="DVD  Queue "></link>
  <link href="http://api.netflix.com/users/T1tareQFowlmc8aiTEXBcQ5aed9h_Z8zdmSX1SnrKoOCA-/queues/
	disc?feed_token=T1u.tZSbY9311F5W0C5eVQXaJ49.KBapZdwjuCiUBzhoJ_.lTGnmES6JfOZbrxsFzf&amp;
	oauth_consumer_key=v9s778n692e9qvd83wfj9t8c&amp;output=atom&amp;sort=date_added"  
	rel="http://schemas.netflix.com/feed.queues.disc.recent"  title="Recent  Additions to DVD Queue"></link>
  <link href="http://api.netflix.com/users/T1tareQFowlmc8aiTEXBcQ5aed9h_Z8zdmSX1SnrKoOCA-/queues/
	instant?feed_token=T1u.tZSbY9311F5W0C5eVQXaJ49.KBapZdwjuCiUBzhoJ_.lTGnmES6JfOZbrxsFzf&amp;
	oauth_consumer_key=v9s778n692e9qvd83wfj9t8c&amp;output=atom"  
	rel="http://schemas.netflix.com/feed.queues.instant"  title="Instant  Queue"></link>
  <link href="http://api.netflix.com/users/T1tareQFowlmc8aiTEXBcQ5aed9h_Z8zdmSX1SnrKoOCA-/queues/
	instant?feed_token=T1u.tZSbY9311F5W0C5eVQXaJ49.KBapZdwjuCiUBzhoJ_.lTGnmES6JfOZbrxsFzf&amp;
	oauth_consumer_key=v9s778n692e9qvd83wfj9t8c&amp;output=atom&amp;sort=date_added"  
	rel="http://schemas.netflix.com/feed.queues.instant.recent"  title="Recent  Additions to 
	Instant Queue"></link>
  <link href="http://api.netflix.com/users/T1tareQFowlmc8aiTEXBcQ5aed9h_Z8zdmSX1SnrKoOCA-/
	rental_history?feed_token=T1Bj0aYRbYBu0y0AvVq6CMe63ZEiGhb6RcYu3d7apdMFfK_Dlg_qWxDSHaSP
	lAu2P3aS4KROIgGOJh4kZUZtJAvg--&amp;oauth_consumer_key=v9s778n692e9qvd83wfj9t8c&amp;
	output=atom"  rel="http://schemas.netflix.com/feed.rental_history"  title="Recent  
	Rental Activity"></link>
  <link href="http://api.netflix.com/users/T1tareQFowlmc8aiTEXBcQ5aed9h_Z8zdmSX1SnrKoOCA-/
	rental_history/shipped?feed_token=T1Bj0aYRbYBu0y0AvVq6CMe63ZEiGhb6RcYu3d7apdMFfK_Dlg_q
	WxDSHaSPlAu2P3aS4KROIgGOJh4kZUZtJAvg--&amp;oauth_consumer_key=v9s778n692e9qvd83wfj9t8c&amp;
	output=atom"  rel="http://schemas.netflix.com/feed.rental_history.shipped"  
	title="Titles  Shipped"></link>
  <link href="http://api.netflix.com/users/T1tareQFowlmc8aiTEXBcQ5aed9h_Z8zdmSX1SnrKoOCA-/
	rental_history/watched?feed_token=T1Bj0aYRbYBu0y0AvVq6CMe63ZEiGhb6RcYu3d7apdMFfK_Dlg_q
	WxDSHaSPlAu2P3aS4KROIgGOJh4kZUZtJAvg--&amp;oauth_consumer_key=v9s778n692e9qvd83wfj9t8c&amp;
	output=atom"  rel="http://schemas.netflix.com/feed.rental_history.watched"  title="Titles  
	Watched Recently"></link>
  <link href="http://api.netflix.com/users/T1tareQFowlmc8aiTEXBcQ5aed9h_Z8zdmSX1SnrKoOCA-/
	rental_history/returned?feed_token=T1Bj0aYRbYBu0y0AvVq6CMe63ZEiGhb6RcYu3d7apdMFfK_Dlg_
	qWxDSHaSPlAu2P3aS4KROIgGOJh4kZUZtJAvg--&amp;oauth_consumer_key=v9s778n692e9qvd83wfj9t8c&amp;
	output=atom"  rel="http://schemas.netflix.com/feed.rental_history.returned"  title="Titles  
	Returned Recently"></link>
  <link href="http://api.netflix.com/users/T1tareQFowlmc8aiTEXBcQ5aed9h_Z8zdmSX1SnrKoOCA-/
	at_home?feed_token=T1xAyCfQ9KxNjKvHxA3OEO1p3fDW1Y8rQlX5kyeb3Cmfn3gVSfTolF6g3cbKcdJ7RO&amp;
	oauth_consumer_key=v9s778n692e9qvd83wfj9t8c&amp;output=atom"  
	rel="http://schemas.netflix.com/feed.at_home"  title="Titles  At Home"></link>
  <link href="http://api.netflix.com/users/T1tareQFowlmc8aiTEXBcQ5aed9h_Z8zdmSX1SnrKoOCA-/
	reviews?feed_token=T1VmAb9ApEYiM36d4cSLuzt4pobSXtfXhDcmLM8lwIa5Uv5EjR0Rf68w1WmnkdyDknf
	88FSQ8TT64qQ5ZlnnuGYA--&amp;oauth_consumer_key=v9s778n692e9qvd83wfj9t8c&amp;output=atom"  
	rel="http://schemas.netflix.com/feed.reviews"  title="Reviews  "></link>
  <link href="http://api.netflix.com/users/T1tareQFowlmc8aiTEXBcQ5aed9h_Z8zdmSX1SnrKoOCA-/
	recommendations?feed_token=T1PeXieDTki.jbRFpFRArljzw4fe.iTem2XYfwbv6BosZadXZFIxEQ.M8wf
	_8XvouevwsyL3B9mS8OB25crS0r0g--&amp;oauth_consumer_key=v9s778n692e9qvd83wfj9t8c&amp;
	output=atom"  rel="http://schemas.netflix.com/feed.recommendations"  
	title="Recommendations  "></link>
  <link href="http://api.netflix.com/users/T1tareQFowlmc8aiTEXBcQ5aed9h_Z8zdmSX1SnrKoOCA-/
	ratings/title/actual?feed_token=T1XOCp5.fEsLoqfkNPGxwkJdE_ZK.ryzqz7w26JW520B5mT4tTAGUq
	jBmpN9KZHIhkjuPBSafYj9cGmR8e7LPEBg--&amp;oauth_consumer_key=v9s778n692e9qvd83wfj9t8c&amp;
	output=atom"  rel="http://schemas.netflix.com/feed.ratings"  title="Ratings"></link>
</resource>

The next example shows the feed URLs when returned in OPML format:

  1. <opml version="2.0">  
  2.   <head>  
  3.     <title>Personal  Netflix Feeds</title>  
  4.     <dateCreated>Sat,  18 Jun 2005 12:11:52 GMT</dateCreated>  
  5.   </head>  
  6.   <body>  
  7.     <outline  text="DVD Queue" title="DVD Queue" type="rss"  xmlUrl="http://api.netflix.com/users/  
  8.       T1CnHNCdr7uoFZoFoTtlXxm7H_FbtMI3eaW.7rcu.ssX8-/queues/disc?feed_token=xyz"/>  
  9.     <outline text="Recent Additions to  DVD Queue" title="Recent Additions to DVD Queue"    
  10.       type="rss" xmlUrl="http://api.netflix.com/users/T1CnHNCdr7uoFZoFoTtlXxm7H_FbtMI3eaW.7rcu.ssX8-/  
  11.       queues/disc?feed_token=xyz&sort=date_added"/>  
  12.     <outline  text=“Instant Queue” title=“Instant Queue” type="rss" xmlUrl=“http://api.netflix.com/users/  
  13.       T1CnHNCdr7uoFZoFoTtlXxm7H_FbtMI3eaW.7rcu.ssX8-/queues/instant?feed_token=xyz&sort=date_added/>  
  14.     <outline  text=“Recent Additions to Instant Queue” title=“Recent Additions to Instant  Queue”   
  15.       type="rss" xmlUrl=“http://api.netflix.com/users/T1CnHNCdr7uoFZoFoTtlXxm7H_FbtMI3eaW.7rcu.ssX8-/  
  16.       queues/instant?feed_token=xyz&sort=date_added/>  
  17.     <outline  text=“Recent Rental Activity” title=“Recent Rental Activity”  type="rss"   
  18.       xmlUrl=“http://api.netflix.com/users/T1CnHNCdr7uoFZoFoTtlXxm7H_FbtMI3eaW.7rcu.ssX8-/  
  19.       rental_history?feed_token=xyz/>  
  20.     <outline  text=“Titles At Home” title=“Titles At Home” type="rss" xmlUrl=“http://api.netflix.com/  
  21.       users/T1CnHNCdr7uoFZoFoTtlXxm7H_FbtMI3eaW.7rcu.ssX8-/rental_history/at_home?feed_token=xyz/>  
  22.     <outline  text=“Titles Watched Recently” title=“Titles Watched Recently”  type="rss"   
  23.       xmlUrl=“http://api.netflix.com/users/T1CnHNCdr7uoFZoFoTtlXxm7H_FbtMI3eaW.7rcu.ssX8-/  
  24.       rental_history/watched?feed_token=xyz/>  
  25.     <outline  text=“Titles Returned Recently” title=“Titles Returned Recently”    
  26.       type="rss" xmlUrl=“http://api.netflix.com/users/T1CnHNCdr7uoFZoFoTtlXxm7H_FbtMI3eaW.7rcu.ssX8-/  
  27.       rental_history/returned?feed_token=xyz/>  
  28.     <outline  text="Recommendations" title=“Recommendations” type="rss"    
  29.       xmlUrl=“http://api.netflix.com/users/T1CnHNCdr7uoFZoFoTtlXxm7H_FbtMI3eaW.7rcu.ssX8-/  
  30.       recommendations?feed_token=xyz/>  
  31.     <outline  text=“Reviews” title=“Reviews” type="rss" xmlUrl=“http://api.netflix.com/users/  
  32.       T1CnHNCdr7uoFZoFoTtlXxm7H_FbtMI3eaW.7rcu.ssX8-/review?feed_token=xyz/>  
  33.     <outline  text=“Ratings” title=“Ratings” type="rss" xmlUrl=“http://api.netflix.com/users/  
  34.       T1CnHNCdr7uoFZoFoTtlXxm7H_FbtMI3eaW.7rcu.ssX8-/ratings/title/actual?feed_token=xyz/>  
  35.   </body>  
  36. </opml>  
<opml version="2.0">
  <head>
	<title>Personal  Netflix Feeds</title>
	<dateCreated>Sat,  18 Jun 2005 12:11:52 GMT</dateCreated>
  </head>
  <body>
	<outline  text="DVD Queue" title="DVD Queue" type="rss"  xmlUrl="http://api.netflix.com/users/
	  T1CnHNCdr7uoFZoFoTtlXxm7H_FbtMI3eaW.7rcu.ssX8-/queues/disc?feed_token=xyz"/>
	<outline text="Recent Additions to  DVD Queue" title="Recent Additions to DVD Queue"  
	  type="rss" xmlUrl="http://api.netflix.com/users/T1CnHNCdr7uoFZoFoTtlXxm7H_FbtMI3eaW.7rcu.ssX8-/
	  queues/disc?feed_token=xyz&sort=date_added"/>
	<outline  text=“Instant Queue” title=“Instant Queue” type="rss" xmlUrl=“http://api.netflix.com/users/
	  T1CnHNCdr7uoFZoFoTtlXxm7H_FbtMI3eaW.7rcu.ssX8-/queues/instant?feed_token=xyz&sort=date_added”/>
	<outline  text=“Recent Additions to Instant Queue” title=“Recent Additions to Instant  Queue” 
	  type="rss" xmlUrl=“http://api.netflix.com/users/T1CnHNCdr7uoFZoFoTtlXxm7H_FbtMI3eaW.7rcu.ssX8-/
	  queues/instant?feed_token=xyz&sort=date_added”/>
	<outline  text=“Recent Rental Activity” title=“Recent Rental Activity”  type="rss" 
	  xmlUrl=“http://api.netflix.com/users/T1CnHNCdr7uoFZoFoTtlXxm7H_FbtMI3eaW.7rcu.ssX8-/
	  rental_history?feed_token=xyz”/>
	<outline  text=“Titles At Home” title=“Titles At Home” type="rss" xmlUrl=“http://api.netflix.com/
	  users/T1CnHNCdr7uoFZoFoTtlXxm7H_FbtMI3eaW.7rcu.ssX8-/rental_history/at_home?feed_token=xyz”/>
	<outline  text=“Titles Watched Recently” title=“Titles Watched Recently”  type="rss" 
	  xmlUrl=“http://api.netflix.com/users/T1CnHNCdr7uoFZoFoTtlXxm7H_FbtMI3eaW.7rcu.ssX8-/
	  rental_history/watched?feed_token=xyz”/>
	<outline  text=“Titles Returned Recently” title=“Titles Returned Recently”  
	  type="rss" xmlUrl=“http://api.netflix.com/users/T1CnHNCdr7uoFZoFoTtlXxm7H_FbtMI3eaW.7rcu.ssX8-/
	  rental_history/returned?feed_token=xyz”/>
	<outline  text="Recommendations" title=“Recommendations” type="rss"  
	  xmlUrl=“http://api.netflix.com/users/T1CnHNCdr7uoFZoFoTtlXxm7H_FbtMI3eaW.7rcu.ssX8-/
	  recommendations?feed_token=xyz”/>
	<outline  text=“Reviews” title=“Reviews” type="rss" xmlUrl=“http://api.netflix.com/users/
	  T1CnHNCdr7uoFZoFoTtlXxm7H_FbtMI3eaW.7rcu.ssX8-/review?feed_token=xyz”/>
	<outline  text=“Ratings” title=“Ratings” type="rss" xmlUrl=“http://api.netflix.com/users/
	  T1CnHNCdr7uoFZoFoTtlXxm7H_FbtMI3eaW.7rcu.ssX8-/ratings/title/actual?feed_token=xyz”/>
  </body>
</opml>

 


Title States

Use this resource to help determine a subscriber's rental options. Each user response contains a link to a to the user's title states.

 

Due to the fluid nature of queues and title availability, complex business logic is required to determine the rental options for a subscriber.  A link to this resource can be found in any user response.

The title state resource describes the relationship between the subscriber and one or more catalog titles. The response varies depending on whether the title is delivered as a disc or is available to watch instantly.

For titles available on disc (or soon to be available on disc), the resource includes the following details:

  • Indicates if the title is in the queue (In Queue)
  • If not in the queue, indicates the appropriate action to add the title to the queue: Add, Add All, Save, or Save All for available formats and the user's active queues. The Add All and Save All actions are only indicated when the title represents a disc collection.
  • Indicates the preferred action for the user. The preferred action is based upon the user's format preference.

For titles available to watch instantly, the response includes these details:

  • If the title is in the instant watch queue (In Instant Queue)
  • If not in the instant queue, the appropriate action either to add the title to that queue (Add) or play the title (Play). 
  • Parameters

     

    title_refs

    One or more catalog title URLs for which to retrieve rental option state. Up to 500 titles states may be requested.

    OAuth access control

    Consumer key + access token + signature. (Required)

Results

Returns the relationship between the subscriber and one or more catalog titles.

Results Example

The following is an example response to this request:

  1. <title_states>  
  2.   <link href="http://api.netflix.com/catalog/titles/movies/70036143"  
  3.     rel="http://schemas.netflix.com/id"  title="title"></link>  
  4.   <title_state>  
  5.     <link href="http://api.netflix.com/users/T1DonaZPk00Jl39mXvKMpOsJ344BJtLQAh4SyvxWAV4Tk-/queues/instant"  
  6.       rel="http://schemas.netflix.com/queues/instant"  title="instant  queue"></link>  
  7.     <category scheme="http://api.netflix.com/catalog/titles/format" label="instant"></category>  
  8.     <category scheme="http://api.netflix.com/catalog/titles/title_states"  label="play"></category>  
  9.   </title_state>  
  10.   <title_state>  
  11.     <link href="http://api.netflix.com/users/T1DonaZPk00Jl39mXvKMpOsJ344BJtLQAh4SyvxWAV4Tk-/queues/disc"  
  12.       rel="http://schemas.netflix.com/queues/disc"  title="disc  queue"></link>  
  13.     <category scheme="http://api.netflix.com/catalog/titles/format" label="HD  DVD"></category>  
  14.     <category scheme="http://api.netflix.com/catalog/titles/title_states"  
  15.       label="unavailable"></category>  
  16.     <category scheme="http://api.netflix.com/catalog/titles/format" label="DVD"></category>  
  17.     <category scheme="http://api.netflix.com/catalog/titles/title_states"  label="add"></category>  
  18.   </title_state>  
  19. </title_states>
  20.  
<title_states>
  <link href="http://api.netflix.com/catalog/titles/movies/70036143"
	rel="http://schemas.netflix.com/id"  title="title"></link>
  <title_state>
	<link href="http://api.netflix.com/users/T1DonaZPk00Jl39mXvKMpOsJ344BJtLQAh4SyvxWAV4Tk-/queues/instant"
	  rel="http://schemas.netflix.com/queues/instant"  title="instant  queue"></link>
	<category scheme="http://api.netflix.com/catalog/titles/format" label="instant"></category>
	<category scheme="http://api.netflix.com/catalog/titles/title_states"  label="play"></category>
  </title_state>
  <title_state>
	<link href="http://api.netflix.com/users/T1DonaZPk00Jl39mXvKMpOsJ344BJtLQAh4SyvxWAV4Tk-/queues/disc"
	  rel="http://schemas.netflix.com/queues/disc"  title="disc  queue"></link>
	<category scheme="http://api.netflix.com/catalog/titles/format" label="HD  DVD"></category>
	<category scheme="http://api.netflix.com/catalog/titles/title_states"
	  label="unavailable"></category>
	<category scheme="http://api.netflix.com/catalog/titles/format" label="DVD"></category>
	<category scheme="http://api.netflix.com/catalog/titles/title_states"  label="add"></category>
  </title_state>
</title_states>

Managing Queues

Use the queue management API to retrieve and manipulate the contents of a user's queue. You can use these API resources (with the HTTP POST and DELETE verbs) to add and remove catalog titles to and from a queue, and also to move the title's location within the queue. You also use these resources (with the GET verb) to retrieve queue details, such as the current titles in the queue, their respective positions, and their availability

The following HTTP methods are used to invoke the queue management resources:


users/userID/queues
users/userID/queues/disc
users/userID/queues/disc/available
users/userID/queues/disc/available/entryID
users/userID/queues/disc/saved
users/userID/queues/disc/saved/entryID
users/userID/queues/instant
users/userID/queues/instant/available
users/userID/queues/instant/available/entryID
users/userID/queues/instant/saved
users/userID/queues/instant/saved/entryID

These resources return the user's disc and instant watching queues. Responses include available titles that are waiting for delivery and saved pre-release titles. Also included are the queue entry URLs for each item in the queue.

Note that the updated timestamp in Atom-formatted responses always equals the time that the queue data was requested.

Invoke these resources using either the GET, POST, or DELETE verbs. See Updating a Queue. for more information on using the queue management resources with the POST and DELETE verbs.

The following parameters apply to each queue resource. Note that these parameters are applicable for the resources when used with the GET verb.

Parameters

 

sort

Specifies the sort order for the queue entries. Sort order may be by queue_sequence, date_added, or alphabetical . The default sort order, if not specified, is queue_sequence. Note: The queue_order is always alphabetical for a saved disc queue that does not have numeric positions.

start_index

The zero-based offset into the results for the query. Use this parameter with max_results to request successive pages of search results.

max_results

The maximum number of results to return. This number cannot be greater than the 500 item queue limit. If max_results is not specified, the default value is 25.

updated_min

Filters returned items, allowing through only those items with updated dates greater than or equal to the passed value of updated_min. The value can be specified in Unix time format (seconds since epoch) or in the format defined by RFC 3339 (as used by the Atom feed standard).

OAuth access control

Consumer key + access token + signature. (Required)

Results

When used with the GET verb, these resources return details about the user's disc and instant watching queues, including available and saved pre-release titles, plus queue entry title URLs.

Results Example

This example is part of a response showing queue information retrieval:

  1. <queue>  
  2.   <etag>819873819117</etag>  
  3. <number_of_results>220</number_of_results>  
  4. <start_index>0</start_index>  
  5. <results_per_page>3</results_per_page>  
  6. <queue_item>  
  7. <id>http://api.netflix.com/users/T1DonaZPk00Jl39mXvKMpOsJ344BJtLQAh4SyvxWAV4Tk-/  
  8.   queues/disc/available/1/251454</id>  
  9. <position>1</position>  
  10. <link href="http://api.netflix.com/users/T1DonaZPk00Jl39mXvKMpOsJ344BJtLQAh4SyvxWAV4Tk-/queues/disc/available"    
  11.   rel="queue_ref"  title="Available  Queue"></link>  
  12. <category scheme="http://api.netflix.com/categories/queue_availability"  label="available_now"></category>  
  13. <updated>1204284910</updated>  
  14. <category scheme="http://api.netflix.com/catalog/titles/format"  label="DVD"></category>  
  15. <link href="http://api.netflix.com/catalog/titles/movies/251454"  rel="http://schemas.netflix.com/id"    
  16.   title="title"></link><title short="An  American in Paris" regular="An  American in Paris"></title>  
  17. <box_art small="http://alien2.netflix.com/us/boxshots/tiny/251454.jpg"    
  18.   medium="http://alien2.netflix.com/us/boxshots/small/251454.jpg"    
  19.   large="http://alien2.netflix.com/us/boxshots/large/251454.jpg"></box_art>  
  20. <link href="http://api.netflix.com/catalog/titles/movies/251454/synopsis"    
  21.   rel="http://schemas.netflix.com/catalog/titles/synopsis"  title="synopsis"></link>  
  22. <release_year>1951</release_year>  
  23. <category scheme="http://api.netflix.com/categories/mpaa_ratings"  label="UR"></category>  
  24. <category scheme="http://api.netflix.com/categories/genres"  label="Classics"></category>  
  25. <link href="http://api.netflix.com/catalog/titles/movies/251454/cast"    
  26.   rel="http://schemas.netflix.com/catalog/people.cast"  title="cast"></link>  
  27. <link href="http://api.netflix.com/catalog/titles/movies/251454/directors"    
  28.   rel="http://schemas.netflix.com/catalog/people.directors"  title="directors"></link>  
  29. <link href="http://api.netflix.com/catalog/titles/movies/251454/awards"    
  30.   rel="http://schemas.netflix.com/catalog/titles/awards"  title="awards"></link>  
  31. <link href="http://api.netflix.com/catalog/titles/movies/251454/format_availability"    
  32.   rel="http://schemas.netflix.com/catalog/titles/format_availability"  title="formats"></link>  
  33. <link href="http://api.netflix.com/catalog/titles/movies/251454/screen_formats"    
  34.   rel="http://schemas.netflix.com/catalog/titles/screen_formats"  title="screen  formats"></link>  
  35. <link href="http://api.netflix.com/catalog/titles/movies/251454/languages_and_audio"    
  36.   rel="http://schemas.netflix.com/catalog/titles/languages_and_audio"  title="languages  and audio"></link>  
  37. <average_rating>3.7</average_rating>  
  38. <link href="http://api.netflix.com/catalog/titles/movies/251454/similars"    
  39.   rel="http://schemas.netflix.com/catalog/titles.similars"  title="similars"></link>  
  40. <link href="http://www.netflix.com/Movie/An_American_in_Paris/251454"    
  41.   rel="alternate"  title="webpage"></link>  
  42. </queue_item>  
  43.   
  44. <queue_item>  
  45. <id>http://api.netflix.com/users/T1DonaZPk00Jl39mXvKMpOsJ344BJtLQAh4SyvxWAV4Tk-/queues/  
  46.   disc/available/2/70038486</id>  
  47. <position>2</position>  
  48. <link href="http://api.netflix.com/users/T1DonaZPk00Jl39mXvKMpOsJ344BJtLQAh4SyvxWAV4Tk-/  
  49.   queues/disc/available"  rel="queue_ref"  title="Available  Queue"></link>  
  50. <category scheme="http://api.netflix.com/categories/queue_availability"  label="available_now"></category>  
  51. <updated>1204284933</updated>  
  52. <category scheme="http://api.netflix.com/catalog/titles/format"  label="DVD"></category>  
  53. <link href="http://api.netflix.com/catalog/titles/movies/70038486"  rel="http://schemas.netflix.com/id"    
  54.   title="title"></link><title short="Ben-Hur:  Collector's Edition" regular="Ben-Hur: Collector's Edition"></title>  
  55. <box_art small="http://alien2.netflix.com/us/boxshots/tiny/70038486.jpg"    
  56.   medium="http://alien2.netflix.com/us/boxshots/small/70038486.jpg"    
  57.   large="http://alien2.netflix.com/us/boxshots/large/70038486.jpg"></box_art>  
  58. <link href="http://api.netflix.com/catalog/titles/movies/70038486/synopsis"    
  59.   rel="http://schemas.netflix.com/catalog/titles/synopsis"  title="synopsis"></link>  
  60. <release_year>1959</release_year>  
  61. <category scheme="http://api.netflix.com/categories/mpaa_ratings"  label="NR"></category>  
  62. <category scheme="http://api.netflix.com/categories/genres"  label="Classics"></category>  
  63. <link href="http://api.netflix.com/catalog/titles/movies/70038486/cast"    
  64.   rel="http://schemas.netflix.com/catalog/people.cast"  title="cast"></link>  
  65. <link href="http://api.netflix.com/catalog/titles/movies/70038486/directors"    
  66.   rel="http://schemas.netflix.com/catalog/people.directors"  title="directors"></link>  
  67. <link href="http://api.netflix.com/catalog/titles/movies/70038486/awards"    
  68.   rel="http://schemas.netflix.com/catalog/titles/awards"  title="awards"></link>  
  69. <link href="http://api.netflix.com/catalog/titles/movies/70038486/format_availability"    
  70.   rel="http://schemas.netflix.com/catalog/titles/format_availability"  title="formats"></link>  
  71. <link href="http://api.netflix.com/catalog/titles/movies/70038486/screen_formats"    
  72.   rel="http://schemas.netflix.com/catalog/titles/screen_formats"  title="screen  formats"></link>  
  73. <link href="http://api.netflix.com/catalog/titles/movies/70038486/languages_and_audio"    
  74.   rel="http://schemas.netflix.com/catalog/titles/languages_and_audio"  title="languages  and audio"></link>  
  75. <average_rating>4.1</average_rating>  
  76. <link href="http://api.netflix.com/catalog/titles/movies/70038486/similars"    
  77.   rel="http://schemas.netflix.com/catalog/titles.similars"  title="similars"></link>  
  78. <link href="http://www.netflix.com/Movie/Ben-Hur_Collector_s_Edition/70038486"  rel="alternate" title="webpage"></link>  
  79. </queue_item>  
  80.   
  81. <queue_item>  
  82. <id>http://api.netflix.com/users/T1DonaZPk00Jl39mXvKMpOsJ344BJtLQAh4SyvxWAV4Tk-/queues/disc/saved/70071617</id>  
  83. <link href="http://api.netflix.com/users/T1DonaZPk00Jl39mXvKMpOsJ344BJtLQAh4SyvxWAV4Tk-/queues/disc/saved"    
  84.   rel="http://schemas.netflix.com/queues"  title="Saved  Queue"></link>  
  85. <category scheme="http://api.netflix.com/categories/queue_availability"  label="saved"></category>  
  86. <updated>1217949743</updated>  
  87. <category scheme="http://api.netflix.com/catalog/titles/format"  label="DVD"></category>  
  88. <link href="http://api.netflix.com/catalog/titles/movies/70071617"  rel="http://schemas.netflix.com/id"    
  89.   title="title"></link><title short="Triangle"  regular="Triangle"></title>  
  90. <box_art small="http://alien2.netflix.com/us/boxshots/tiny/70071617.jpg"    
  91.   medium="http://alien2.netflix.com/us/boxshots/small/70071617.jpg"    
  92.   large="http://alien2.netflix.com/us/boxshots/large/70071617.jpg"></box_art>  
  93. <link href="http://api.netflix.com/catalog/titles/movies/70071617/synopsis"    
  94.   rel="http://schemas.netflix.com/catalog/titles/synopsis"  title="synopsis"></link>  
  95. <release_year>2007</release_year>  
  96. <category scheme="http://api.netflix.com/categories/mpaa_ratings"  label="NR"></category>  
  97. <category scheme="http://api.netflix.com/categories/genres"  label="Foreign"></category>  
  98. <link href="http://api.netflix.com/catalog/titles/movies/70071617/cast"  rel="http://schemas.netflix.com/catalog/people.cast"  title="cast"></link>  
  99. <link href="http://api.netflix.com/catalog/titles/movies/70071617/directors"    
  100.   rel="http://schemas.netflix.com/catalog/people.directors"  title="directors"></link>  
  101. <link href="http://api.netflix.com/catalog/titles/movies/70071617/format_availability"    
  102.   rel="http://schemas.netflix.com/catalog/titles/format_availability"  title="formats"></link>  
  103. <average_rating>3.3</average_rating>  
  104. <link href="http://api.netflix.com/catalog/titles/movies/70071617/similars"    
  105.   rel="http://schemas.netflix.com/catalog/titles.similars"  title="similars"></link>  
  106. <link href="http://www.netflix.com/Movie/Triangle/70071617"  rel="alternate"  title="webpage"></link>  
  107. </queue_item>  
  108.   
  109. </queue>
  110.  
<queue>
  <etag>819873819117</etag>
<number_of_results>220</number_of_results>
<start_index>0</start_index>
<results_per_page>3</results_per_page>
<queue_item>
<id>http://api.netflix.com/users/T1DonaZPk00Jl39mXvKMpOsJ344BJtLQAh4SyvxWAV4Tk-/
  queues/disc/available/1/251454</id>
<position>1</position>
<link href="http://api.netflix.com/users/T1DonaZPk00Jl39mXvKMpOsJ344BJtLQAh4SyvxWAV4Tk-/queues/disc/available"  
  rel="queue_ref"  title="Available  Queue"></link>
<category scheme="http://api.netflix.com/categories/queue_availability"  label="available_now"></category>
<updated>1204284910</updated>
<category scheme="http://api.netflix.com/catalog/titles/format"  label="DVD"></category>
<link href="http://api.netflix.com/catalog/titles/movies/251454"  rel="http://schemas.netflix.com/id"  
  title="title"></link><title short="An  American in Paris" regular="An  American in Paris"></title>
<box_art small="http://alien2.netflix.com/us/boxshots/tiny/251454.jpg"  
  medium="http://alien2.netflix.com/us/boxshots/small/251454.jpg"  
  large="http://alien2.netflix.com/us/boxshots/large/251454.jpg"></box_art>
<link href="http://api.netflix.com/catalog/titles/movies/251454/synopsis"  
  rel="http://schemas.netflix.com/catalog/titles/synopsis"  title="synopsis"></link>
<release_year>1951</release_year>
<category scheme="http://api.netflix.com/catalog/titles/mpaa_ratings"  label="UR"></category>
<category scheme="http://api.netflix.com/categories/genres"  label="Classics"></category>
<link href="http://api.netflix.com/catalog/titles/movies/251454/cast"  
  rel="http://schemas.netflix.com/catalog/people.cast"  title="cast"></link>
<link href="http://api.netflix.com/catalog/titles/movies/251454/directors"  
  rel="http://schemas.netflix.com/catalog/people.directors"  title="directors"></link>
<link href="http://api.netflix.com/catalog/titles/movies/251454/awards"  
  rel="http://schemas.netflix.com/catalog/titles/awards"  title="awards"></link>
<link href="http://api.netflix.com/catalog/titles/movies/251454/format_availability"  
  rel="http://schemas.netflix.com/catalog/titles/format_availability"  title="formats"></link>
<link href="http://api.netflix.com/catalog/titles/movies/251454/screen_formats"  
  rel="http://schemas.netflix.com/catalog/titles/screen_formats"  title="screen  formats"></link>
<link href="http://api.netflix.com/catalog/titles/movies/251454/languages_and_audio"  
  rel="http://schemas.netflix.com/catalog/titles/languages_and_audio"  title="languages  and audio"></link>
<average_rating>3.7</average_rating>
<link href="http://api.netflix.com/catalog/titles/movies/251454/previews"  
  rel="http://schemas.netflix.com/catalog/titles/previews"  title="previews"></link>
<link href="http://api.netflix.com/catalog/titles/movies/251454/similars"  
  rel="http://schemas.netflix.com/catalog/titles.similars"  title="similars"></link>
<link href="http://www.netflix.com/Movie/An_American_in_Paris/251454"  
  rel="alternate"  title="webpage"></link>
</queue_item>

<queue_item>
<id>http://api.netflix.com/users/T1DonaZPk00Jl39mXvKMpOsJ344BJtLQAh4SyvxWAV4Tk-/queues/
  disc/available/2/70038486</id>
<position>2</position>
<link href="http://api.netflix.com/users/T1DonaZPk00Jl39mXvKMpOsJ344BJtLQAh4SyvxWAV4Tk-/
  queues/disc/available"  rel="queue_ref"  title="Available  Queue"></link>
<category scheme="http://api.netflix.com/categories/queue_availability"  label="available_now"></category>
<updated>1204284933</updated>
<category scheme="http://api.netflix.com/catalog/titles/format"  label="DVD"></category>
<link href="http://api.netflix.com/catalog/titles/movies/70038486"  rel="http://schemas.netflix.com/id"  
  title="title"></link><title short="Ben-Hur:  Collector's Edition" regular="Ben-Hur: Collector's Edition"></title>
<box_art small="http://alien2.netflix.com/us/boxshots/tiny/70038486.jpg"  
  medium="http://alien2.netflix.com/us/boxshots/small/70038486.jpg"  
  large="http://alien2.netflix.com/us/boxshots/large/70038486.jpg"></box_art>
<link href="http://api.netflix.com/catalog/titles/movies/70038486/synopsis"  
  rel="http://schemas.netflix.com/catalog/titles/synopsis"  title="synopsis"></link>
<release_year>1959</release_year>
<category scheme="http://api.netflix.com/catalog/titles/mpaa_ratings"  label="NR"></category>
<category scheme="http://api.netflix.com/categories/genres"  label="Classics"></category>
<link href="http://api.netflix.com/catalog/titles/movies/70038486/cast"  
  rel="http://schemas.netflix.com/catalog/people.cast"  title="cast"></link>
<link href="http://api.netflix.com/catalog/titles/movies/70038486/directors"  
  rel="http://schemas.netflix.com/catalog/people.directors"  title="directors"></link>
<link href="http://api.netflix.com/catalog/titles/movies/70038486/awards"  
  rel="http://schemas.netflix.com/catalog/titles/awards"  title="awards"></link>
<link href="http://api.netflix.com/catalog/titles/movies/70038486/format_availability"  
  rel="http://schemas.netflix.com/catalog/titles/format_availability"  title="formats"></link>
<link href="http://api.netflix.com/catalog/titles/movies/70038486/screen_formats"  
  rel="http://schemas.netflix.com/catalog/titles/screen_formats"  title="screen  formats"></link>
<link href="http://api.netflix.com/catalog/titles/movies/70038486/languages_and_audio"  
  rel="http://schemas.netflix.com/catalog/titles/languages_and_audio"  title="languages  and audio"></link>
<average_rating>4.1</average_rating>
<link href="http://api.netflix.com/catalog/titles/movies/70038486/previews"  
  rel="http://schemas.netflix.com/catalog/titles/previews"  title="previews"></link>
<link href="http://api.netflix.com/catalog/titles/movies/70038486/similars"  
  rel="http://schemas.netflix.com/catalog/titles.similars"  title="similars"></link>
<link href="http://www.netflix.com/Movie/Ben-Hur_Collector_s_Edition/70038486"  rel="alternate" title="webpage"></link>
</queue_item>

<queue_item>
<id>http://api.netflix.com/users/T1DonaZPk00Jl39mXvKMpOsJ344BJtLQAh4SyvxWAV4Tk-/queues/disc/saved/70071617</id>
<link href="http://api.netflix.com/users/T1DonaZPk00Jl39mXvKMpOsJ344BJtLQAh4SyvxWAV4Tk-/queues/disc/saved"  
  rel="http://schemas.netflix.com/queues"  title="Saved  Queue"></link>
<category scheme="http://api.netflix.com/categories/queue_availability"  label="saved"></category>
<updated>1217949743</updated>
<category scheme="http://api.netflix.com/catalog/titles/format"  label="DVD"></category>
<link href="http://api.netflix.com/catalog/titles/movies/70071617"  rel="http://schemas.netflix.com/id"  
  title="title"></link><title short="Triangle"  regular="Triangle"></title>
<box_art small="http://alien2.netflix.com/us/boxshots/tiny/70071617.jpg"  
  medium="http://alien2.netflix.com/us/boxshots/small/70071617.jpg"  
  large="http://alien2.netflix.com/us/boxshots/large/70071617.jpg"></box_art>
<link href="http://api.netflix.com/catalog/titles/movies/70071617/synopsis"  
  rel="http://schemas.netflix.com/catalog/titles/synopsis"  title="synopsis"></link>
<release_year>2007</release_year>
<category scheme="http://api.netflix.com/catalog/titles/mpaa_ratings"  label="NR"></category>
<category scheme="http://api.netflix.com/categories/genres"  label="Foreign"></category>
<link href="http://api.netflix.com/catalog/titles/movies/70071617/cast"  rel="http://schemas.netflix.com/catalog/people.cast"  title="cast"></link>
<link href="http://api.netflix.com/catalog/titles/movies/70071617/directors"  
  rel="http://schemas.netflix.com/catalog/people.directors"  title="directors"></link>
<link href="http://api.netflix.com/catalog/titles/movies/70071617/format_availability"  
  rel="http://schemas.netflix.com/catalog/titles/format_availability"  title="formats"></link>
<average_rating>3.3</average_rating>
<link href="http://api.netflix.com/catalog/titles/movies/70071617/similars"  
  rel="http://schemas.netflix.com/catalog/titles.similars"  title="similars"></link>
<link href="http://www.netflix.com/Movie/Triangle/70071617"  rel="alternate"  title="webpage"></link>
</queue_item>

</queue>

Updating a Queue

You use a subset of the queue management API resources to add titles to a queue, change the queue order, or remove titles from a queue. This section provides additional information for using these resources with the POST and DELETE verbs.


users/userID/queues/disc/available/entryID
users/userID/queues/disc/saved/entryID
users/userID/queues/instant/available/entryID
users/userID/queues/instant/saved/entryID

Use these resources to delete titles from a queue. Delete a catalog title from a queue by executing an HTTP DELETE operation on the queue entry URL (the entry identifier) for any title. The response to the DELETE operation lists the queue entry URLs for each queue entry.

Results

The resource response lists the queue entry URLs for each queue entry.

users/userID/queues/disc

users/userID/queues/instant

Use these two resources with the POST verb to add catalog titles to either the disc or instant watch queues or to move titles within a queue. Add the title to the queue by doing a POST operation and pass the title URL. For discs only, include the format of the title. Optionally, you may also pass in the position of the title within the queue.

These resources automatically add the title to the saved or available queue, depending on the title's format availability. A title's format availability indicates its supported formats (such as DVD and instant watching) along with each format's availability window. To see the formats and availability for a title and correlate that with the user's preferences and limits, check the user/userID/title_states resource for the title. (See users/userID/title_states..)

For titles that span multiple discs, such as a television series season on multiple DVDs, multiple queue entries are added for each disc.

If a title already exists in a queue, then you can use the format and position parameters to modify the existing queue entry.

The ETag value you pass to the operation indicates the last time that the queue was read. (The ETag value was returned with the response to the most recent queue operation.) The POST operation fails if the queue has been updated since the creation of the ETag value you are passing in. Each successful POST response returns a new ETag value.

The following parameters apply to these queue resources when used with the POST verb.

Parameters

 

title_ref

The catalog title to be added to the queue.

format

Either DVD or Blu-ray format. (Applies to discs only.) If this value is not supplied, the subscriber's format preference is used. Note: DVD format is used if the subscriber's format preference is Blu-ray and the title is not available in Blu-ray format but it is available in DVD format.

position

The position within the queue in which to insert or move the title.

etag

The queue's ETag value that was returned the last time the queue was read. Used for concurrency control.

OAuth access control

Consumer key + access token + signature. (Required)

Results

When successful, returns the queue entries that were created or modified with the POST operation. If the operation involved moving a title within a queue, the resource returns only that queue item with its updated position.

The resource returns an error if a title is not available in a queue's designated format.

The POST operation fails if the queue has been updated subsequent to the ETag value passed in.

The resource also may return a partial success status message if an item in a multiple disc set can not be added or is already in the queue. The response example below illustrates a partial success status message.

Each successful (or partially successful) POST response includes a new ETag value.

Results Example

This example shows part of a queue POST response where there was partial success:

  1. <status>  
  2.   <status_code>201</status_code>  
  3.   <sub_code>640</sub_code>  
  4.   <message>Only some of  the titles in the series or disc set could be added.</message>  
  5.   <etag>657707210550</etag>  
  6.   <resources_created>  
  7.     <queue_item>  
  8.         <id>http://api.netflix.com/users/T1argz9Jf.Skky8UdZ4XVuNkV8MaErAMAMcbR4s2_irVY-/queues/disc/available/144/27830306</id>  
  9.         <position>144</position>  
  10.         <link href="http://api.netflix.com/users/T1argz9Jf.Skky8UdZ4XVuNkV8MaErAMAMcbR4s2_irVY-/queues/disc/available"  
  11.           rel="http://schemas.netflix.com/queues.available" title="available queue"></link>  
  12.         <category scheme="http://api.netflix.com/categories/queue_availability"  
  13.           label="awaiting release” term="awaiting_release"></category>  
  14.         <updated>1217949743</updated>  
  15.         <availability_date>1217985495</availability_date>  
  16.         <category scheme="http://api.netflix.com/catalog/titles/format" label="DVD" term="DVD"></category>  
  17.         <link href="http://api.netflix.com/catalog/titles/discs/27830306"  
  18.           rel="http://schemas.netflix.com/title" title="title"></link>  
  19.         <title short="The Larry Sanders Show: Season 1: Disc 1" regular="The Larry  Sanders Show: Season 1: Disc 1"></title>  
  20.         <box_art small="http://alien2.netflix.com/us/boxshots/tiny/60030437.jpg"  
  21.           medium="http://alien2.netflix.com/us/boxshots/small/60030437.jpg"  
  22.           large="http://alien2.netflix.com/us/boxshots/large/60030437.jpg"></box_art>  
  23.         <link href="http://api.netflix.com/catalog/titles/discs/27830306/synopsis"  
  24.           rel="http://schemas.netflix.com/catalog/titles/synopsis" title="synopsis"></link>  
  25.         <release_year>1992</release_year>  
  26.         <category scheme="http://api.netflix.com/categories/tv_ratings" label="TV-MA"  
  27.           term="TV-MA"></category>  
  28.         <category scheme="http://api.netflix.com/categories/genres" label="Television"  
  29.           term="Television"></category>  
  30.         <link href="http://api.netflix.com/catalog/titles/discs/27830306/cast"  
  31.           rel="http://schemas.netflix.com/catalog/people.cast" title="cast"></link>  
  32.         <link href="http://api.netflix.com/catalog/titles/discs/27830306/directors"  
  33.           rel="http://schemas.netflix.com/catalog/people.directors" title="directors"></link>  
  34.         <link href="http://api.netflix.com/catalog/titles/discs/27830306/format_availability"  
  35.           rel="http://schemas.netflix.com/catalog/titles/format_availability" title="formats"></link>  
  36.         <link href="http://api.netflix.com/catalog/titles/discs/27830306/screen_formats"  
  37.           rel="http://schemas.netflix.com/catalog/titles/screen_formats" title="screen formats"></link>  
  38.         <link href="http://api.netflix.com/catalog/titles/discs/27830306/languages_and_audio"  
  39.           rel="http://schemas.netflix.com/catalog/titles/languages_and_audio"  
  40.           title="languages and audio"></link>  
  41.         <link href="http://api.netflix.com/catalog/titles/discs/27830306/similars"  
  42.           rel="http://schemas.netflix.com/catalog/titles.similars" title="similars"></link>  
  43.         <link href="http://api.netflix.com/Movie/The_Larry_Sanders_Show_Season_1_Disc_1/27830306"  
  44.           rel="alternate" title="webpage"></link>  
  45.       </queue_item>  
  46.       <queue_item>  
  47.         <id>http://api.netflix.com/users/T1argz9Jf.Skky8UdZ4XVuNkV8MaErAMAMcbR4s2_irVY-/queues/disc/available/144/27830307</id>  
  48.         <position>144</position>  
  49.         <link href="http://api.netflix.com/users/T1argz9Jf.Skky8UdZ4XVuNkV8MaErAMAMcbR4s2_irVY-/queues/disc/available"  
  50.           rel="http://schemas.netflix.com/queues.available" title="available queue"></link>  
  51.         <category scheme="http://api.netflix.com/categories/queue_availability"  
  52.           label="awaiting release"  term="awaiting_release"></category>  
  53.         <availability_date>1217985495</availability_date>  
  54.         <updated>1217949743</updated>  
  55.         <category scheme="http://api.netflix.com/catalog/titles/format" label="DVD"  
  56.           term="DVD"></category>  
  57.         <link href="http://api.netflix.com/catalog/titles/discs/278303010"  
  58.           rel="http://schemas.netflix.com/title" title="title"></link>  
  59.         <title short="The Larry Sanders Show: Season 1: Disc 5"  
  60.           regular="The Larry  Sanders Show: Season 1: Disc 5"></title>  
  61.         <box_art small="http://alien2.netflix.com/us/boxshots/tiny/60030437.jpg"  
  62.           medium="http://alien2.netflix.com/us/boxshots/small/60030437.jpg"  
  63.           large="http://alien2.netflix.com/us/boxshots/large/60030437.jpg"></box_art>  
  64.         <link href="http://api.netflix.com/catalog/titles/discs/27830306/synopsis"  
  65.           rel="http://schemas.netflix.com/catalog/titles/synopsis" title="synopsis"></link>  
  66.         <release_year>1992</release_year>  
  67.         <category scheme="http://api.netflix.com/categories/tv_ratings" label="TV-MA"  
  68.           term="TV-MA"></category>  
  69.         <category scheme="http://api.netflix.com/categories/genres" label="Television"  
  70.           term="Television"></category>  
  71.         <link href="http://api.netflix.com/catalog/titles/discs/27830306/cast"  
  72.           rel="http://schemas.netflix.com/catalog/people.cast" title="cast"></link>  
  73.         <link href="http://api.netflix.com/catalog/titles/discs/27830306/directors"  
  74.           rel="http://schemas.netflix.com/catalog/people.directors" title="directors"></link>  
  75.         <link href="http://api.netflix.com/catalog/titles/discs/27830306/format_availability"  
  76.           rel="http://schemas.netflix.com/catalog/titles/format_availability" title="formats">
  77.         </link>  
  78.         <link href="http://api.netflix.com/catalog/titles/discs/27830306/screen_formats"  
  79.           rel="http://schemas.netflix.com/catalog/titles/screen_formats"  
  80.           title="screen formats"></link>  
  81.         <link href="http://api.netflix.com/catalog/titles/discs/27830306/languages_and_audio"  
  82.           rel="http://schemas.netflix.com/catalog/titles/languages_and_audio"  
  83.           title="languages and audio"></link>  
  84.         <link href="http://api.netflix.com/catalog/titles/discs/27830306/similars"  
  85.           rel="http://schemas.netflix.com/catalog/titles.similars" title="similars"></link>  
  86.         <link href="http://api.netflix.com/Movie/The_Larry_Sanders_Show_Season_1_Disc_1527830306"  
  87.           rel="alternate" title="webpage"></link>  
  88.     </queue_item>  
  89.   </resources_created>          
  90.   <failed_title_refs>  
  91.     <link href=”http://api.netflix.com/catalog/titles/discs/60022257”  
  92.       rel=”http://schemas.netflix.com/title"  titleThe Larry Sanders Show: Season 1:  Disc 2</id>  
  93.   </failed_title_refs>  
  94.   <already_in_queue>  
  95.     <link href=”http://api.netflix.com/catalog/titles/discs/60022258”  
  96.       rel=”http://schemas.netflix.com/title"  titleThe Larry Sanders Show: Season 1:  Disc 3</id>  
  97.     <link href=”http://api.netflix.com/catalog/titles/discs/60022259”  
  98.       rel=”http://schemas.netflix.com/title"  titleThe Larry Sanders Show: Season 1:  Disc 4</id>  
  99.   </already_in_queue>  
  100. </status>  

<status>
  <status_code>201</status_code>
  <sub_code>640</sub_code>
  <message>Only some of  the titles in the series or disc set could be added.</message>
  <etag>657707210550</etag>
  <resources_created>
	<queue_item>
		<id>http://api.netflix.com/users/T1argz9Jf.Skky8UdZ4XVuNkV8MaErAMAMcbR4s2_irVY-/queues/disc/available/144/27830306</id>
		<position>144</position>
		<link href="http://api.netflix.com/users/T1argz9Jf.Skky8UdZ4XVuNkV8MaErAMAMcbR4s2_irVY-/queues/disc/available"
		  rel="http://schemas.netflix.com/queues.available" title="available queue"></link>
		<category scheme="http://api.netflix.com/categories/queue_availability"
		  label="awaiting release” term="awaiting_release"></category>
		<updated>1217949743</updated>
		<availability_date>1217985495</availability_date>
		<category scheme="http://api.netflix.com/catalog/titles/format" label="DVD" term="DVD"></category>
		<link href="http://api.netflix.com/catalog/titles/discs/27830306"
		  rel="http://schemas.netflix.com/title" title="title"></link>
		<title short="The Larry Sanders Show: Season 1: Disc 1" regular="The Larry  Sanders Show: Season 1: Disc 1"></title>
		<box_art small="http://alien2.netflix.com/us/boxshots/tiny/60030437.jpg"
		  medium="http://alien2.netflix.com/us/boxshots/small/60030437.jpg"
		  large="http://alien2.netflix.com/us/boxshots/large/60030437.jpg"></box_art>
		<link href="http://api.netflix.com/catalog/titles/discs/27830306/synopsis"
		  rel="http://schemas.netflix.com/catalog/titles/synopsis" title="synopsis"></link>
		<release_year>1992</release_year>
		<category scheme="http://api.netflix.com/categories/tv_ratings" label="TV-MA"
		  term="TV-MA"></category>
		<category scheme="http://api.netflix.com/categories/genres" label="Television"
		  term="Television"></category>
		<link href="http://api.netflix.com/catalog/titles/discs/27830306/cast"
		  rel="http://schemas.netflix.com/catalog/people.cast" title="cast"></link>
		<link href="http://api.netflix.com/catalog/titles/discs/27830306/directors"
		  rel="http://schemas.netflix.com/catalog/people.directors" title="directors"></link>
		<link href="http://api.netflix.com/catalog/titles/discs/27830306/format_availability"
		  rel="http://schemas.netflix.com/catalog/titles/format_availability" title="formats"></link>
		<link href="http://api.netflix.com/catalog/titles/discs/27830306/screen_formats"
		  rel="http://schemas.netflix.com/catalog/titles/screen_formats" title="screen formats"></link>
		<link href="http://api.netflix.com/catalog/titles/discs/27830306/languages_and_audio"
		  rel="http://schemas.netflix.com/catalog/titles/languages_and_audio"
		  title="languages and audio"></link>
		<link href="http://api.netflix.com/catalog/titles/discs/27830306/similars"
		  rel="http://schemas.netflix.com/catalog/titles.similars" title="similars"></link>
		<link href="http://api.netflix.com/Movie/The_Larry_Sanders_Show_Season_1_Disc_1/27830306"
		  rel="alternate" title="webpage"></link>
	  </queue_item>
	  <queue_item>
		<id>http://api.netflix.com/users/T1argz9Jf.Skky8UdZ4XVuNkV8MaErAMAMcbR4s2_irVY-/queues/disc/available/144/27830307</id>
		<position>144</position>
		<link href="http://api.netflix.com/users/T1argz9Jf.Skky8UdZ4XVuNkV8MaErAMAMcbR4s2_irVY-/queues/disc/available"
		  rel="http://schemas.netflix.com/queues.available" title="available queue"></link>
		<category scheme="http://api.netflix.com/categories/queue_availability"
		  label="awaiting release"  term="awaiting_release"></category>
		<availability_date>1217985495</availability_date>
		<updated>1217949743</updated>
		<category scheme="http://api.netflix.com/catalog/titles/format" label="DVD"
		  term="DVD"></category>
		<link href="http://api.netflix.com/catalog/titles/discs/278303010"
		  rel="http://schemas.netflix.com/title" title="title"></link>
		<title short="The Larry Sanders Show: Season 1: Disc 5"
		  regular="The Larry  Sanders Show: Season 1: Disc 5"></title>
		<box_art small="http://alien2.netflix.com/us/boxshots/tiny/60030437.jpg"
		  medium="http://alien2.netflix.com/us/boxshots/small/60030437.jpg"
		  large="http://alien2.netflix.com/us/boxshots/large/60030437.jpg"></box_art>
		<link href="http://api.netflix.com/catalog/titles/discs/27830306/synopsis"
		  rel="http://schemas.netflix.com/catalog/titles/synopsis" title="synopsis"></link>
		<release_year>1992</release_year>
		<category scheme="http://api.netflix.com/categories/tv_ratings" label="TV-MA"
		  term="TV-MA"></category>
		<category scheme="http://api.netflix.com/categories/genres" label="Television"
		  term="Television"></category>
		<link href="http://api.netflix.com/catalog/titles/discs/27830306/cast"
		  rel="http://schemas.netflix.com/catalog/people.cast" title="cast"></link>
		<link href="http://api.netflix.com/catalog/titles/discs/27830306/directors"
		  rel="http://schemas.netflix.com/catalog/people.directors" title="directors"></link>
		<link href="http://api.netflix.com/catalog/titles/discs/27830306/format_availability"
		  rel="http://schemas.netflix.com/catalog/titles/format_availability" title="formats"></link>
		<link href="http://api.netflix.com/catalog/titles/discs/27830306/screen_formats"
		  rel="http://schemas.netflix.com/catalog/titles/screen_formats"
		  title="screen formats"></link>
		<link href="http://api.netflix.com/catalog/titles/discs/27830306/languages_and_audio"
		  rel="http://schemas.netflix.com/catalog/titles/languages_and_audio"
		  title="languages and audio"></link>
		<link href="http://api.netflix.com/catalog/titles/discs/27830306/similars"
		  rel="http://schemas.netflix.com/catalog/titles.similars" title="similars"></link>
		<link href="http://api.netflix.com/Movie/The_Larry_Sanders_Show_Season_1_Disc_1527830306"
		  rel="alternate" title="webpage"></link>
	</queue_item>
  </resources_created>        
  <failed_title_refs>
	<link href=”http://api.netflix.com/catalog/titles/discs/60022257”
	  rel=”http://schemas.netflix.com/title"  title= The Larry Sanders Show: Season 1:  Disc 2</id>
  </failed_title_refs>
  <already_in_queue>
	<link href=”http://api.netflix.com/catalog/titles/discs/60022258”
	  rel=”http://schemas.netflix.com/title"  title= The Larry Sanders Show: Season 1:  Disc 3</id>
	<link href=”http://api.netflix.com/catalog/titles/discs/60022259”
	  rel=”http://schemas.netflix.com/title"  title= The Larry Sanders Show: Season 1:  Disc 4</id>
  </already_in_queue>
</status>

Tracking Discs

This API keeps track of discs that have been sent to a subscriber's home and not yet received back to the Netflix distribution center. You might use these resources in conjunction with the rental history resources. (See Managing Rental History..)

users/userID/at_home.


users/userID/at_home

Returns a list of titles that have been shipped to a subscriber's home and not yet returned to Netflix (that is, the discs have not been received at a Netflix distribution center). When the distribution center receives a disc, the users/userID/at_home entry for the disc is purged.

Parameters

 

start_index

The zero-based offset into the results for the query. Use this parameter with max_results to request successive pages of search results.

max_results

The maximum number of results to return. This number cannot be greater than 500. If max_results is not specified, the default value is 25.

updated_min

Filters returned items, allowing through only those items with updated dates greater than or equal to the passed value of updated_min . The value can be specified in Unix time format (seconds since epoch) or in the format defined by RFC 3339 (as used by the Atom feed standard).

OAuth access control

Consumer key + access token + signature. (Required)

Results

Returns titles that have been shipped to a subscriber's home and not yet returned to Netflix.

Results Example

The following is an example response to this request.

  1. <at_home>  
  2. <number_of_results>220</number_of_results>  
  3. <start_index>0</start_index>  
  4. <results_per_page>2</results_per_page>  
  5. <at_home_item>  
  6. <id>http://api.netflix.com/users/T1DonaZPk00Jl39mXvKMpOsJ344BJtLQAh4SyvxWAV4Tk-/at_home/  70063908</id>  
  7. <updated>1217690664</updated>  
  8. <shipped_date>1217418632</shipped_date>  
  9. <estimated_arrival_date>1217487600</estimated_arrival_date>  
  10. <link href="http://api.netflix.com/catalog/titles/programs/70063908"  rel="http://schemas.netflix.com/id"    
  11.   title="title"/><title short="Pink Panther: The Pink Tail Fly" regular="The Pink  Panther Classic Cartoon   
  12.   Collection: The Pink Tail Fly" episode_short="The  Pink Tail Fly"></title>  
  13. <box_art small="http://alien2.netflix.com/us/boxshots/tiny/70035020.jpg"    
  14.   medium="http://alien2.netflix.com/us/boxshots/small/70035020.jpg"    
  15.   large="http://alien2.netflix.com/us/boxshots/large/70035020.jpg"></box_art>  
  16. <link href="http://api.netflix.com/catalog/titles/programs/70063908/synopsis"    
  17.   rel="http://schemas.netflix.com/catalog/titles/synopsis"  title="synopsis"/>  
  18. <release_year>1969</release_year>  
  19. <category scheme="http://api.netflix.com/categories/mpaa_ratings"  label="NR"></category>  
  20. <category scheme="http://api.netflix.com/categories/genres"  label="Children  &amp; Family"></category>  
  21. <link href="http://api.netflix.com/catalog/titles/programs/70063908/cast"    
  22.   rel="http://schemas.netflix.com/catalog/people.cast"  title="cast"/>  
  23. <link href="http://api.netflix.com/catalog/titles/programs/70063908/directors"    
  24.   rel="http://schemas.netflix.com/catalog/people.directors"  title="directors"/>  
  25. <link href="http://api.netflix.com/catalog/titles/programs/70063908/format_availability"    
  26.   rel="http://schemas.netflix.com/catalog/titles/format_availability"  title="formats"></link>  
  27. <link href="http://api.netflix.com/catalog/titles/programs/70063908/similars"    
  28.   rel="http://schemas.netflix.com/catalog/titles.similars"  title="similars"/>  
  29. <link href="http://www.netflix.com/Movie/The_Pink_Panther_Classic_Cartoon_Collection_The_Pink_Tail_Fly/70063908"    
  30.   rel="alternate"  title="webpage"/>  
  31. </at_home_item>  
  32.   
  33. <at_home_item>  
  34. <id>http://api.netflix.com/users/T1DonaZPk00Jl39mXvKMpOsJ344BJtLQAh4SyvxWAV4Tk-/at_home  /70063933</id>  
  35. <updated>1217665233</updated>  
  36. <shipped_date>1217346128</shipped_date>  
  37. <estimated_arrival_date>1217401200</estimated_arrival_date>  
  38. <link href="http://api.netflix.com/catalog/titles/programs/70063933"    
  39. rel="http://schemas.netflix.com/id"  title="title"/>  
  40. <title short="Pink  Panther: Dial 'P' for Pink" regular="The Pink Panther Classic Cartoon Collection: Dial P    
  41. for Pink" episode_short="Dial &quot;P&quot; for Pink"></title>  
  42. <box_art small="http://alien2.netflix.com/us/boxshots/tiny/70035020.jpg"    
  43.   medium="http://alien2.netflix.com/us/boxshots/small/70035020.jpg"    
  44.   large="http://alien2.netflix.com/us/boxshots/large/70035020.jpg"></box_art>  
  45. <link href="http://api.netflix.com/catalog/titles/programs/70063933/synopsis"    
  46.   rel="http://schemas.netflix.com/catalog/titles/synopsis"  title="synopsis"/>  
  47. <release_year>1969</release_year>  
  48. <category scheme="http://api.netflix.com/categories/mpaa_ratings"  label="NR"></category>  
  49. <category scheme="http://api.netflix.com/categories/genres"  label="Children  &amp; Family"></category>  
  50. <link href="http://api.netflix.com/catalog/titles/programs/70063933/cast"    
  51.   rel="http://schemas.netflix.com/catalog/people.cast"  title="cast"/>  
  52. <link href="http://api.netflix.com/catalog/titles/programs/70063933/directors"    
  53.   rel="http://schemas.netflix.com/catalog/people.directors"  title="directors"/>  
  54. <link href="http://api.netflix.com/catalog/titles/programs/70063933/format_availability"    
  55.   rel="http://schemas.netflix.com/catalog/titles/format_availability"  title="formats"/>  
  56. <link href="http://api.netflix.com/catalog/titles/programs/70063933/similars"    
  57.   rel="http://schemas.netflix.com/catalog/titles.similars"  title="similars"/>  
  58. <link href="http://www.netflix.com/Movie/The_Pink_Panther_Classic_Cartoon_Collection_Dial_P_for_Pink/70063933"    
  59.   rel="alternate"  title="webpage"/>  
  60. </at_home_item>  
  61.   
  62. </at_home>  
<at_home>
<number_of_results>220</number_of_results>
<start_index>0</start_index>
<results_per_page>2</results_per_page>
<at_home_item>
<id>http://api.netflix.com/users/T1DonaZPk00Jl39mXvKMpOsJ344BJtLQAh4SyvxWAV4Tk-/at_home/  70063908</id>
<updated>1217690664</updated>
<shipped_date>1217418632</shipped_date>
<estimated_arrival_date>1217487600</estimated_arrival_date>
<link href="http://api.netflix.com/catalog/titles/programs/70063908"  rel="http://schemas.netflix.com/id"  
  title="title"/><title short="Pink Panther: The Pink Tail Fly" regular="The Pink  Panther Classic Cartoon 
  Collection: The Pink Tail Fly" episode_short="The  Pink Tail Fly"></title>
<box_art small="http://alien2.netflix.com/us/boxshots/tiny/70035020.jpg"  
  medium="http://alien2.netflix.com/us/boxshots/small/70035020.jpg"  
  large="http://alien2.netflix.com/us/boxshots/large/70035020.jpg"></box_art>
<link href="http://api.netflix.com/catalog/titles/programs/70063908/synopsis"  
  rel="http://schemas.netflix.com/catalog/titles/synopsis"  title="synopsis"/>
<release_year>1969</release_year>
<category scheme="http://api.netflix.com/catalog/titles/mpaa_ratings"  label="NR"></category>
<category scheme="http://api.netflix.com/categories/genres"  label="Children  &amp; Family"></category>
<link href="http://api.netflix.com/catalog/titles/programs/70063908/cast"  
  rel="http://schemas.netflix.com/catalog/people.cast"  title="cast"/>
<link href="http://api.netflix.com/catalog/titles/programs/70063908/directors"  
  rel="http://schemas.netflix.com/catalog/people.directors"  title="directors"/>
<link href="http://api.netflix.com/catalog/titles/programs/70063908/format_availability"  
  rel="http://schemas.netflix.com/catalog/titles/format_availability"  title="formats"></link>
<link href="http://api.netflix.com/catalog/titles/programs/70063908/similars"  
  rel="http://schemas.netflix.com/catalog/titles.similars"  title="similars"/>
<link href="http://www.netflix.com/Movie/The_Pink_Panther_Classic_Cartoon_Collection_The_Pink_Tail_Fly/70063908"  
  rel="alternate"  title="webpage"/>
</at_home_item>

<at_home_item>
<id>http://api.netflix.com/users/T1DonaZPk00Jl39mXvKMpOsJ344BJtLQAh4SyvxWAV4Tk-/at_home  /70063933</id>
<updated>1217665233</updated>
<shipped_date>1217346128</shipped_date>
<estimated_arrival_date>1217401200</estimated_arrival_date>
<link href="http://api.netflix.com/catalog/titles/programs/70063933"  
rel="http://schemas.netflix.com/id"  title="title"/>
<title short="Pink  Panther: Dial 'P' for Pink" regular="The Pink Panther Classic Cartoon Collection: Dial P  
for Pink" episode_short="Dial &quot;P&quot; for Pink"></title>
<box_art small="http://alien2.netflix.com/us/boxshots/tiny/70035020.jpg"  
  medium="http://alien2.netflix.com/us/boxshots/small/70035020.jpg"  
  large="http://alien2.netflix.com/us/boxshots/large/70035020.jpg"></box_art>
<link href="http://api.netflix.com/catalog/titles/programs/70063933/synopsis"  
  rel="http://schemas.netflix.com/catalog/titles/synopsis"  title="synopsis"/>
<release_year>1969</release_year>
<category scheme="http://api.netflix.com/catalog/titles/mpaa_ratings"  label="NR"></category>
<category scheme="http://api.netflix.com/categories/genres"  label="Children  &amp; Family"></category>
<link href="http://api.netflix.com/catalog/titles/programs/70063933/cast"  
  rel="http://schemas.netflix.com/catalog/people.cast"  title="cast"/>
<link href="http://api.netflix.com/catalog/titles/programs/70063933/directors"  
  rel="http://schemas.netflix.com/catalog/people.directors"  title="directors"/>
<link href="http://api.netflix.com/catalog/titles/programs/70063933/format_availability"  
  rel="http://schemas.netflix.com/catalog/titles/format_availability"  title="formats"/>
<link href="http://api.netflix.com/catalog/titles/programs/70063933/similars"  
  rel="http://schemas.netflix.com/catalog/titles.similars"  title="similars"/>
<link href="http://www.netflix.com/Movie/The_Pink_Panther_Classic_Cartoon_Collection_Dial_P_for_Pink/70063933"  
  rel="alternate"  title="webpage"/>
</at_home_item>

</at_home>

Managing Rental History

Use the rental_history resource and its subresources to retrieve a user's rental history. You can retrieve information about titles (discs) shipped to the user for viewing at home, discs returned to Netflix, or titles the user has watched instantly.


users/userID/rental_history
users/userID/rental_history/shipped
users/userID/rental_history/returned
users/userID/rental_history/watched

These resources return a list of titles that reflect a subscriber's rental history. Depending on the subresource you invoke, the list can include discs sent to a user's home, titles returned by a user and received by Netflix, and titles that users have watched instantly. The response results are sorted by each title's entry date into each list. Note that shipped titles are not purged from the user's rental history after they are received or returned.

The parent rental history resource (users/ userID /rental_history ) returns the contents of each of the three subresource lists.

Parameters

 

start_index

The zero-based offset into the results for the query. Use this parameter with max_results to request successive pages of search results.

max_results

The maximum number of results to return. This number cannot be greater than 500. If max_results is not specified, the default value is 25.

updated_min

Filters returned items, allowing through only those items with updated dates greater than or equal to the passed value of updated_min. The value can be specified in Unix time format (seconds since epoch) or in the format defined by RFC 3339 (as used by the Atom feed standard).

OAuth access control

Consumer key + access token + signature. (Required)

Results

Returns a list of up to ten of the most recent titles that reflect a subscriber's rental history.

Results Example

The following is an example response to this request. The response lists recently watched titles.

  1. <rental_history>  
  2. <url_template>http://api.netflix.com/users/T1CnHNCdr7uoFZoFoTtlXxm7H_FbtMI3eaW.7rcu.ssX8-/  
  3.   rental_history?{-join|&amp;|start_index|max_results}</url_template>  
  4. <number_of_results>155</number_of_results>  
  5. <start_index>0</start_index>  
  6. <results_per_page>2</results_per_page>  
  7. <rental_history_item>  
  8.   <id>http://api.netflix.com/users/T1CnHNCdr7uoFZoFoTtlXxm7H_FbtMI3eaW.7rcu.ssX8-/  
  9.     rental_history/watched/70063995</id>  
  10.   <watched_date>1219775019</watched_date>  
  11.   <viewed_time>00:00:26</viewed_time>  
  12.   <updated>1219775019</updated>  
  13.   <category scheme="http://api.netflix.com/categories/rental_states"  label="Watched"  term="Watched"></category>  
  14.   <link href="http://api.netflix.com/catalog/titles/programs/70063995"  rel="http://schemas.netflix.com/id"    
  15.     title="title"></link>  
  16.   <title short="Pink Panther: Think Before You Pink" regular="The Pink  Panther Classic Cartoon Collection:   
  17.     Think Before You Pink" episode_short="Think  Before You Pink"></title>  
  18.   <box_art small="http://alien2.netflix.com/us/boxshots/tiny/70035020.jpg"    
  19.     medium="http://alien2.netflix.com/us/boxshots/small/70035020.jpg"    
  20.     large="http://alien2.netflix.com/us/boxshots/large/70035020.jpg"></box_art>  
  21.   <link href="http://api.netflix.com/catalog/titles/programs/70063995/synopsis"    
  22.     rel="http://schemas.netflix.com/catalog/titles/synopsis"  title="synopsis"></link>  
  23.   <release_year>1969</release_year>  
  24.   <category scheme="http://api.netflix.com/categories/mpaa_ratings"  label="NR"  term="NR"></category>  
  25.   <category scheme="http://api.netflix.com/categories/genres" label="Children  &amp; Family"   
  26.     term="Children &amp; Family"></category>  
  27.   <link href="http://api.netflix.com/catalog/titles/programs/70063995/cast"    
  28.     rel="http://schemas.netflix.com/catalog/people.cast"  title="cast"></link>  
  29.   <link href="http://api.netflix.com/catalog/titles/programs/70063995/directors"    
  30.     rel="http://schemas.netflix.com/catalog/people.directors"  title="directors"></link>  
  31.   <link href="http://api.netflix.com/catalog/titles/programs/70063995/format_availability"    
  32.     rel="http://schemas.netflix.com/catalog/titles/format_availability"  title="formats"></link>  
  33.   <link href="http://api.netflix.com/catalog/titles/programs/70063995/similars"    
  34.     rel="http://schemas.netflix.com/catalog/titles.similars"  title="similars"></link>  
  35.   <link href="http://api.netflix.com/Movie/The_Pink_Panther_Classic_Cartoon_Collection_Think_Before_You_Pink/  
  36.     70063995"  rel="alternate"  title="web  page"></link>  
  37. </rental_history_item>  
  38.     
  39. <rental_history_item>  
  40.   <id>http://api.netflix.com/users/T1CnHNCdr7uoFZoFoTtlXxm7H_FbtMI3eaW.7rcu.ssX8-/rental_history/  
  41.   at_home/860591</id>  
  42.   <shipped_date>1217418632</shipped_date>  
  43.   <estimated_arrival_date>1217487600</estimated_arrival_date>  
  44.   <updated>1217418632</updated>  
  45.   <category scheme="http://api.netflix.com/categories/rental_states"  label="At  Home" term="At Home"></category>  
  46.   <link href="http://api.netflix.com/catalog/titles/movies/860591"  rel="http://schemas.netflix.com/id"    
  47.     title="title"></link>  
  48.   <title short="Platoon" regular="Platoon"></title>  
  49.   <box_art small="http://alien2.netflix.com/us/boxshots/tiny/860591.jpg"    
  50.     medium="http://alien2.netflix.com/us/boxshots/small/860591.jpg"    
  51.     large="http://alien2.netflix.com/us/boxshots/large/860591.jpg"></box_art>  
  52.   <link href="http://api.netflix.com/catalog/titles/movies/860591/synopsis"    
  53.     rel="http://schemas.netflix.com/catalog/titles/synopsis"  title="synopsis"></link>  
  54.   <release_year>1986</release_year>  
  55.   <category scheme="http://api.netflix.com/categories/mpaa_ratings"  label="R"  term="R"></category>  
  56.   <category scheme="http://api.netflix.com/categories/genres" label="Drama"