Data/name-api/v1.1/name/filmography

Jump to: navigation, search

Name/Filmography

Returns information about the films a person or group contributed to.

This request may return a large amount of data. To speed data transmission, do the following:

  • Request one page of data at a time, requesting only what you want to immediately display.
  • Request a compressed response by including Accept-Encoding: gzip,deflate in the HTTP header.

Syntax

name/filmography? name=name
nameid=nameid
cosmoid=cosmoid
amgpopid=amgpopid
amgmovieid=amgmovieid
amgclassicalid=amgclassicalid
&apikey=apikey&sig=sig [&format=format] [&offset=offset] [&count=count] [&country=country] [&language=language]

Request Example 1

Request the list of films that Barbra Streisand contributed to.

Request Example 2

Request the first three films in the list.

Request Example 3

Request the first three films in the list in an XML response.

Request Example 4

Request the next three films.

Request Parameters

Sort none.gif  Click to re-sort

Parameter Required Description
apikey Yes Access code that authorizes your request for data from Rovi.
sig Yes A calculated, 32-hex-digit authorization code. To perform the calculation, execute the MD5 function on the concatenation of the following three ASCII strings:
  • Your API key.
  • The secret key you received with your API key.
  • The Unix time. Unix time is a timestamp supported in most development environments, and is generally defined as the number of seconds since January 1, 1970 00:00:00 GMT.

Express the alpha hex digits as lower case.

Perform the calculation at the time of each request to be sure it's within a five-minute window of the server time. If you're testing the call in a browser, use our online signature generator to perform the calculation.

amgclassicalid Conditional All Media Guide (AMG) ID for a classical music artist, consisting of a ten-character string that starts with Q and is followed by nine digits with leading spaces. For example: Q     9065.

When using an AMG Classical ID in a request, replace any spaces in the ID with plus (+) or percent20 (%20) symbols, like this: Q+++++9065. AMG is a legacy database of entertainment information.

Condition: The request must contain just one of these parameters:

  • name
  • nameid
  • cosmoid   
  • amgpopid
  • amgmovieid
  • amgclassicalid
amgmovieid Conditional All Media Guide (AMG) ID for a person who works in movies, consisting of a seven-character string that starts with P and is followed by 6 digits with leading spaces. For example: P 30474.

When using an AMG Movie ID in a request, replace any spaces in the ID with plus (+) or percent20 (%20) symbols, like this: P+30474.

Condition: The request must contain just one of these parameters:

  • name
  • nameid
  • cosmoid   
  • amgpopid
  • amgmovieid
  • amgclassicalid
amgpopid Conditional All Media Guide (AMG) ID for a popular music artist, consisting of a ten-character string that starts with P and is followed by 9 digits with leading spaces. For example: P    84363.

When using an AMG Pop ID in a request, replace any spaces in the ID with plus (+) or percent20 (%20) symbols, like this: P++++84363.

Condition: The request must contain just one of these parameters:

  • name
  • nameid
  • cosmoid   
  • amgpopid
  • amgmovieid
  • amgclassicalid
cosmoid Conditional Cosmo database ID for a person, group, or organization. You can get Cosmo IDs with Search requests. Cosmo is a database of television data.

Condition: The request must contain just one of these parameters:

  • name
  • nameid
  • cosmoid   
  • amgpopid
  • amgmovieid
  • amgclassicalid
name Conditional Name of the person or group. This returns the top search result for that name. Replace any spaces with plus (+) or percent20 (%20) symbols.

Condition: The request must contain just one of these parameters:

  • name
  • nameid
  • cosmoid   
  • amgpopid
  • amgmovieid
  • amgclassicalid
nameid Conditional Rovi Music ID for a person, group, or organization, consisting of the prefix MN followed by a ten-digit number. For example: MN0000114342. Your application can grab name IDs from responses to Search and from Info, Credits, Tracks, and Recommendations requests. For a complete list of requests that return name IDs, click here.

Condition: The request must contain just one of these parameters:

  • name
  • nameid
  • cosmoid   
  • amgpopid
  • amgmovieid
  • amgclassicalid
count No Number of items to be returned. The default is zero, which returns all items after the offset.
country No Country the language parameter applies to. The current release of the API supports only US.
format No Format of the returned data: json or xml. The default is JSON.
language No Language of the response data. This request supports only en (English).
offset No Number of items at the start of the available data to skip. The default is zero.

Use count and offset to paginate the data that is available to be returned.

Response

Response Header

ResponseTypeDescription
buildstringThe software release level of the API.
codeintegerHTTP status code. See the status field for the text part of the code.
durationintegerServer processing time in milliseconds. The difference between startTime and endTime.
endTimestringWhen the server sent the response (UTC time).
messagesMessage [ ]Elements of a multiple HTTP response status message.
parametersparametersThe parameters that were included in the request.
parentIdsparentIdsAll of the IDs for the requested name that are recognized by the Name API.
serverNamestringName of the server that processed the request.
startTimestringWhen the server received the request (UTC time).
statusstringText part of the HTTP status code, which is shown in the code field.
viewviewSummary of items returned in a list of items.

Response for Name/Filmography

ResponseTypeDescription
filmography NameMovie [ ] Films that the person or group specified in the request contributed to, listed in order of year starting from most recent and secondarily by title.

JSON Response Example

Here's the response to Request Example 2, which asks for first three films in the list of films that Barbra Streisand contributed to. The response is formatted with extra spaces and carriage returns to make it easy to read.
Requested with http://api.rovicorp.com/data/v1.1/name/filmography?apikey=apikey&sig=sig&
nameid=MN0000855531&count=3
.
{
   "status":"ok",
   "code":200,
   "messages":null,
   "build":"1.0",
   "parameters":{
      "apiKey":"4p1k3y",
      "id":"MN0000855531",
      "offset":0,
      "count":3,
      "format":"json"
   },
   "view":{
      "offset":0,
      "count":3,
      "total":73
   },
   "serverName":"tul1cssrcs2.corporate.local",
   "startTime":"2012-03-23T16:52:47Z",
   "endTime":"2012-03-23T16:52:47Z",
   "duration":85,
   "parentIds":{
      "amgClassicalId":"Q 55199",
      "amgMovieId":"P112652",
      "amgPopId":"P 3153",
      "cosmoId":"101344",
      "nameId":"MN0000855531"
   },
   "filmography":[
      {
         "id":"V 533277",
         "title":"The Guilt Trip",
         "altTitle":"My Mother's Curse",
         "credit":"Normal Acting",
         "rating":"",
         "year":"2012",
         "hasReview":false,
         "isPick":false,
         "type":"I"
      },
      {
         "id":"V 533277",
         "title":"The Guilt Trip",
         "altTitle":"My Mother's Curse",
         "credit":"Executive Producer",
         "rating":"",
         "year":"2012",
         "hasReview":false,
         "isPick":false,
         "type":"I"
      },
      {
         "id":"V 546793",
         "title":"Jackie Evancho: Dream With Me in Concert",
         "altTitle":"",
         "credit":"Performance",
         "rating":"",
         "year":"2011",
         "hasReview":false,
         "isPick":false,
         "type":"I"
      }
   ]
}

XML Response Example

Here's the response to Request Example 3, which asks for an XML response with first three films in the list of films that Barbra Streisand contributed to.
Requested with http://api.rovicorp.com/data/v1.1/name/filmography?apikey=apikey&sig=sig&
nameid=MN0000855531&count=3&format=xml
.
<NameFilmography xmlns="com.rovicorp.metadataservice" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <status>ok</status>
  <code>200</code>
  <messages i:nil="true"/>
  <build>1.0</build>
  <parameters>
    <apiKey>4p1k3y</apiKey>
    <id>MN0000855531</id>
    <offset>0</offset>
    <count>3</count>
    <format>xml</format>
  </parameters>
  <view>
    <offset>0</offset>
    <count>3</count>
    <total>73</total>
  </view>
  <serverName>tul1cssrcs2.corporate.local</serverName>
  <startTime>2012-03-23T16:53:43Z</startTime>
  <endTime>2012-03-23T16:53:44Z</endTime>
  <duration>117</duration>
  <parentIds>
    <amgClassicalId>Q 55199</amgClassicalId>
    <amgMovieId>P112652</amgMovieId>
    <amgPopId>P 3153</amgPopId>
    <cosmoId>101344</cosmoId>
    <nameId>MN0000855531</nameId>
  </parentIds>
  <filmography>
    <NameMovie>
      <id>V 533277</id>
      <title>The Guilt Trip</title>
      <altTitle>My Mother&apos;s Curse</altTitle>
      <credit>Normal Acting</credit>
      <rating/>
      <year>2012</year>
      <hasReview>false</hasReview>
      <isPick>false</isPick>
      <type>I</type>
    </NameMovie>
    <NameMovie>
      <id>V 533277</id>
      <title>The Guilt Trip</title>
      <altTitle>My Mother&apos;s Curse</altTitle>
      <credit>Executive Producer</credit>
      <rating/>
      <year>2012</year>
      <hasReview>false</hasReview>
      <isPick>false</isPick>
      <type>I</type>
    </NameMovie>
    <NameMovie>
      <id>V 546793</id>
      <title>Jackie Evancho: Dream With Me in Concert</title>
      <altTitle/>
      <credit>Performance</credit>
      <rating/>
      <year>2011</year>
      <hasReview>false</hasReview>
      <isPick>false</isPick>
      <type>I</type>
    </NameMovie>
  </filmography>
</NameFilmography>


See Also

↑ Top

Personal tools