V1.MetaData.NameService.Name:Info

Jump to: navigation, search

Name/Info

Returns basic information about a person, group, or organization, plus customized requests for all of the other content that is available through the Name API. These customized requests are designed to make your programming easy and efficient: in a single step you both verify availability of data and capture the request. You just add the sig parameter and execute the request.

The name/info request also provides optional arguments to include responses from any or all of the other Name API requests. This may return a large amount of data. To speed data transmission, do the following:

  • Request only data that you need to immediately display.
  • Request a compressed response by including Accept-Encoding: gzip,deflate in the HTTP header.

Optional parameters for this call give you control over several features:

Upcoming broadcast schedule  Data returned   Response format
  • sourceid
  • duration
  • starttime
  • serviceid
  • inprogress
  • sourceexclude
  • sourceinclude
  • type
  • include
  • formatid
  • serviceid
  • format

Syntax

name/info? name=name
nameid=nameid
cosmoid=cosmoid
amgpopid=amgpopid
amgmovieid=amgmovieid
amgclassicalid=amgclassicalid
&apikey=apikey&sig=sig [&include=include] [&format=format] [&country=country] [&language=language] [&type=type] [&formatid=formatid] [&serviceid=serviceid] [&starttime=starttime] [&duration=duration] [&inprogress=inprogress] [&sourceid=sourceid] [&sourceinclude=sourceinclude] [&sourceexclude=sourceexclude]

Request Example 1

Request information about Ice-T.

Request Example 2

Request information about Ice-T using his Cosmo ID and ask for an XML response and the customized URL to a request for a schedule of the television broadcasts he appears in during the next two weeks on Time Warner Cable in Beverly Hills, California.

Request Example 3

Request information about Ice-T and include his movie and television credits and the schedule of television programs he appears in during the next week on SaskTel Max Cable in Moose Jaw, Saskatchewan.

Request Example 4

Request information about Eric Clapton using his AMG Pop ID and include his music biography and links to images of him.

Request Parameters

Sort none.gif  Click to re-sort      Music-related requests      DVDs-related requests    ⊑⊒  Video-related requests

Parameter ⊑⊒Required Description
apikey ⊑⊒ Yes Access code that authorizes your request for data from Rovi.
sig ⊑⊒ Yes A calculated authorization code. To perform the calculation, execute the MD5 function on the concatenation of the following three 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.

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
serviceid ⊑⊒ Conditional Database ID of a television service for an area. Returns a schedule, or a request for a schedule, of upcoming broadcasts the person appears in. You can get service IDs of television services for an area with Services or GetServices.

You can limit a returned schedule with the following optional parameters:

  • duration
  • sourceid
  • starttime
  • inprogress

Condition: Required to return:

  • A customized request for a schedule.
  • The schedule if you request Schedule in the include parameter.
  • The schedule if you request All in the include parameter.
country ⊑⊒ No Country of the language of the response. The current release of the API supports only US.
duration ⊑⊒ No If you specify a serviceid for a schedule of broadcasts the person appears in, duration determines the number of minutes the schedule will cover. You can specify 1 to 20160; the default is 20160 (14 days).

Note: The schedule is determined by duration, inprogress, and starttime. A duration shorter than 5 minutes may miss shows starting just before or after a half-hour point.

format ⊑⊒ No Format of the returned data: json or xml. The default is JSON.
formatid ⊑⊒ No If you specify All or Images in the include parameter, formatid specifies the size and file format of returned images. The format IDs available are shown in the Format IDs table. To select multiple format IDs, specify the IDs as a comma-separated list like this formatid=36,44,51.

Note: Your access to images is governed by your subscription level.

include ⊑⊒ No Any content to include from other Name API requests. For example, to include the list of songs in the response, add include=songs. For multiple include values, separate the values with commas like this: include=songs,musiccredits. You can also include the contents of all Name API requests with include=all. The possible values are:

For information about a request, please see the documentation for the request.

Reminder: These options may return a large amount of data. To speed data transmission, do the following:

  • Request only data that you need to immediately display.
  • Request a compressed response by including Accept-Encoding: gzip,deflate in the HTTP header.
inprogress ⊑⊒ No If you specify serviceid for a schedule of broadcasts the person appears in, inprogress determines whether shows that are in progress at starttime are included in the schedule: true or false. Default is false.

Note: The schedule is determined by duration, inprogress, and starttime.

language ⊑⊒ No Language of the response data. This request supports only en (English).
sourceid ⊑⊒ No If you specify serviceid for a schedule of broadcasts the person appears in, sourceid determines which channels will appear on the schedule. You can get source IDs from responses to a GetServiceDetails request. Note: a single television source may supply content to multiple channels.

You can specify multiple source IDs in either of the following ways:

  • In multiple arguments, like this: sourceid=14019&sourceid=11284&sourceid=10395.
  • In a single argument as a comma-separated list, like this: sourceid=14019,11284,10395.
sourceexclude ⊑⊒ No If you specify sourceid to select the television sources to be returned, sourceexclude specifies attributes of the channels in the source ID list that you want to eliminate from the channels returned. The possible values are:
  • HD
  • PPV
  • Music

You can specify multiple sourceexclude values in either of the following ways:

  • In multiple arguments, like this: sourceexclude=HD&sourceexclude=PPV.
  • In a single argument as a comma-separated list, like this: sourceexclude=HD,PPV.
sourceinclude ⊑⊒ No If you specify sourceid to select the television sources to be returned, sourceinclude specifies an attribute of the channels in the source ID list that you want to include in the list of channels returned. The possible values are:
  • HD
  • PPV
  • Music
Only channels in the source ID list that meet that attribute will be returned.
starttime ⊑⊒ No If you specify serviceid for a schedule of broadcasts the person appears in, starttime determines the starting time of the schedule. The time must be specified as a DateTime value between the time of the request and two weeks in the future. The default is the time of the request.

Note: The schedule is determined by duration, inprogress, and starttime.

type No If you request Discography in the include parameter, type specifies what types of discography to return. To include only videos, for example, add type=video. For multiple filters, separate the values with commas like this: type=video,singles. The possible values are:
  • Main
Albums in an artist's main body of work.
  • Video
Music videos and DVD performance videos.
  • Singles
Singles and EPs.
  • Compilations
Albums that feature a single-artist retrospective or a multiple-artist collection around a common theme.
  • Others
Bootleg, karaoke, interview, and promotional.

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.
parametersparametersList of the parameters included in the request.
serverNameStringName of the server that processed the request.
startTimeStringWhen the server received the request (UTC time).
statusStringText part of the HTTP status code that is shown in the code field.

Response for Name/Info

ResponseTypeDescription
active String [ ] Decades in which the person or group was active in music.
aliases String [ ] Other names the person or group has been known by, returned only if the request specified an include=aliases argument.
aliasesUri String The customized Name/Aliases request, returned only if the data is available.
associatedWith NameAssociatedWith [ ] People who participated in the work of the person or group, returned only if the request specified an include=associatedwith argument.
associatedWithUri String The customized Name/AssociatedWith request, returned only if the data is available.
birth Birth Birth date and birth place of an individual, or founding date and founding place of a group or organization.
classicalBio classicalBio Biography of a person, group, or organization involved in classical music, returned only if the request specified an include=classicalbio argument.
classicalBioUri String The customized Name/ClassicalBio request, returned only if the data is available.
collaboratorWith NameCollaboratorWith [ ] Those who collaborated with the person or group, returned only if the request specified an include=collaboratorwith argument.
collaboratorWithUri String The customized Name/CollaboratorWith request, returned only if the data is available.
compositions NameComposition [ ] Classical compositions by the person or group, returned only if the request specified an include=compositions argument.
compositionsUri String The customized Name/Compositions request, returned only if the data is available.
contemporaries NameContemporary [ ] People doing comparable work and living during the same time as the person or group, returned only if the request specified an include=contemporaries argument.
contemporariesUri String The customized Name/Contemporaries request, returned only if the data is available.
country String A group or individual's country of citizenship or an organization's country of incorporation.
credits NameCredit [ ] Movie and television credits the person earned, returned only if the request specified an include=credits argument.
creditsUri String The customized Name/Credits request, returned only if movie or television credits are available.
death Death Date and place of the death of an individual or the dissolution of a group or organization.
discography NameAlbum [ ] Albums the person, group, or organization contributed to, returned only if the request specified an include=discography argument.
discographyUri String The customized Name/Discography request, returned only if the data is available.
factsheets NameFactsheet [ ] Information about the person or group in a fact-sheet format, returned only if the request specified an include=factsheets argument.
factsheetsUri String The customized Name/Factsheets request, returned only if fact sheets are available.
filmography NameMovie [ ] Films the person, group, or organization contributed to, returned only if the request specified an include=filmography argument.
filmographyUri String The customized Name/Filmography request, returned only if the data is available.
followers NameFollower [ ] Those who followed the person or group and were influenced by them, returned only if the request specified an include=followers argument.
followersUri String The customized Name/Followers request, returned only if the data is available.
groupMembers NameGroupMember [ ] Names of members of the group, returned only if the request specified an include=groupmembers argument.
groupMembersUri String The customized Name/GroupMembers request, returned only if the data is available.
headlineBio String Statement that can be used to introduce a feature about the person, group, or organization.
ids ids All of the IDs that are recognized by the API for a person or group. The possible IDs are:
  • nameId
  • cosmoId
  • amgPopId
  • amgMovieId
  • amgClassicalId
images Image [ ] URLs to images of the person, group, or organization, returned only if the request specified an include=images argument and your subscription level enables access to images.
imagesUri String The customized Name/Images request, returned only if the data is available.
influencers NameInfluencer [ ] Those who influenced a person or group, returned only if the request specified an include=influencers argument.
influencersUri String The customized Name/Influencers request, returned only if the data is available.
isGroup Boolean Whether the name is that of a group: true or false.
memberOf NameMemberOf [ ] Groups that a person has been a member of, returned only if the request specified an include=memberof argument.
memberOfUri String The customized Name/MemberOf request, returned only if the data is available.
moods Mood [ ] Terms that describe expressive characteristics of the work of the person, group, or organization, returned only if the request specified an include=moods argument.
moodsUri String The customized Name/Moods request, returned only if the data is available.
movieBio MovieBio [ ] Biography of a person or group involved in movies, returned only if the request specified an include=moviebio argument.
movieBioUri String The customized Name/MovieBio request, returned only if the data is available.
movieGenres Genre [ ] Genres of the films the person, group, or organization has been involved in, along with weightings that reflect the relative importance of each genre.
movieStyles Style [ ] Styles relevant to the work of a person or group in movies, returned only if the request specified an include=moviestyles argument.
movieStylesUri String The customized Name/MovieStyles request, returned only if the data is available.
musicBio MusicBio [ ] Biography of a person or group involved in music, returned only if the request specified an include=musicbio argument.
musicBioUri String The customized Name/MusicBio request, returned only if the data is available.
musicCredits NameMusicCredit [ ] Music production credits of a person, group, or organization, returned only if the request specified an include=musiccredits argument.
musicCreditsUri String The customized Name/MusicCredits request, returned only if the data is available.
musicGenres Genre [ ] Genres of music the person, group, or organization has been involved in.
musicStyles Style [ ] Musical styles of a person, group, or organization, returned only if the request specified an include=musicstyles argument.
musicStylesUri String The customized Name/MusicStyles request, returned only if the data is available.
name String Name of the person, group, or organization.
period String Musical period associated with the person, group, or organization.
primaryMedia String The primary entertainment media the person, group, or organization has been involved in:
  • Movies
  • Popular
  • Classical
schedule schedule Upcoming television broadcasts a person or group appears in, returned only if the request specified the serviceid and include=schedule arguments.
scheduleUri String The customized Name/Schedule request, returned only if serviceid is specified in the request and the person or group is appearing in an upcoming broadcast on the television service.
similars NameSimilar [ ] Similar individuals and groups, returned only if the request specified an include=similars argument.
similarsUri String The customized Name/Similars request, returned only if the data is available.
songs NameSong [ ] Songs a person, group, or organization contributed to, returned only if the request specified an include=songs argument.
songsUri String The customized Name/Songs request, returned only if the data is available.
themes Theme [ ] Topics, feelings, and circumstances that motivate or fit with the person, group, or organization, returned only if the request specified an include=themes argument.
themesUri String The customized Name/Themes request, returned only if the data is available.
videos NameVideo [ ] Data for constructing links to music videos and video clips that are associated with the person or group, returned only if the request specified an include=videos argument.
videosUri String The customized Name/Videos request, returned only if the data is available.
web NameTwitter [ ] Internet information resources about a person or group, returned only if the request specified an include=web argument.
webUri String The customized Name/Web request, returned only if the data is available.

JSON Response Example

Here's the response to Request Example 1. It is formatted with extra spaces and carriage returns to make it easy to read.
{
   "status":"ok",
   "code":200,
   "messages":null,
   "build":"1.6.1.8",
   "parameters":{
      "apiKey":"4p1k3y",
      "id":"Ice-T"
   },
   "serverName":"tul1cstw4",
   "startTime":"2011-06-27T22:37:04.4257416Z",
   "endTime":"2011-06-27T22:37:04.5976188Z",
   "duration":171,
   "name":{
      "ids":{
         "amgClassicalId":"Q 300636",
         "amgMovieId":"P 34312",
         "amgPopId":"P 89063",
         "cosmoId":"101086",
         "nameId":"MN0000072003"
      },
      "name":"Ice-T",
      "isGroup":false,
      "primaryMedia":"Popular",
      "musicGenres":[
         {
            "id":"MA0000002816",
            "name":"Rap",
            "weight":10
         }
      ],
      "movieGenres":[
         {
            "id":"D 646",
            "name":"Action",
            "weight":63
         },
         {
            "id":"D 1659",
            "name":"Culture & Society [nf]",
            "weight":45
         },
         {
            "id":"D 649",
            "name":"Drama",
            "weight":85
         },
         {
            "id":"D 1776",
            "name":"Music [nf]",
            "weight":99
         },
         {
            "id":"D 942",
            "name":"Thriller",
            "weight":45
         }
      ],
      "active":[
         "1980s",
         "1990s",
         "2000s"
      ],
      "birth":{
         "date":"1958-02-16",
         "place":"Newark, NJ"
      },
      "death":{
         "date":"",
         "place":""
      },
      "country":"United States of America",
      "period":"",
      "headlineBio":"One of the most outspoken rappers to emerge from the '80s west coast hip-hop scene, and one of the founding fathers of gangster rap.",
      "classicalBio":null,
      "classicalBioUri":null,
      "discography":null,
      "discographyUri":"http:\/\/api.rovicorp.com\/v1\/name\/discography?format=json&apikey=4p1k3y&nameid=MN0000072003",
      "filmography":null,
      "filmographyUri":"http:\/\/api.rovicorp.com\/v1\/name\/filmography?format=json&apikey=4p1k3y&nameid=MN0000072003",
      "followers":null,
      "followersUri":"http:\/\/api.rovicorp.com\/v1\/name\/followers?format=json&apikey=4p1k3y&nameid=MN0000072003",
      "groupMembers":null,
      "groupMembersUri":null,
      "memberOf":null,
      "memberOfUri":"http:\/\/api.rovicorp.com\/v1\/name\/memberOf?format=json&apikey=4p1k3y&nameid=MN0000072003",
      "images":null,
      "imagesUri":"http:\/\/api.rovicorp.com\/v1\/name\/images?format=json&apikey=4p1k3y&nameid=MN0000072003",
      "influencers":null,
      "influencersUri":"http:\/\/api.rovicorp.com\/v1\/name\/influencers?format=json&apikey=4p1k3y&nameid=MN0000072003",
      "similars":null,
      "similarsUri":"http:\/\/api.rovicorp.com\/v1\/name\/similars?format=json&apikey=4p1k3y&nameid=MN0000072003",
      "moods":null,
      "moodsUri":"http:\/\/api.rovicorp.com\/v1\/name\/moods?format=json&apikey=4p1k3y&nameid=MN0000072003",
      "movieBio":null,
      "movieBioUri":"http:\/\/api.rovicorp.com\/v1\/name\/movieBio?format=json&apikey=4p1k3y&nameid=MN0000072003",
      "musicBio":null,
      "musicBioUri":"http:\/\/api.rovicorp.com\/v1\/name\/musicBio?format=json&apikey=4p1k3y&nameid=MN0000072003",
      "musicCredits":null,
      "musicCreditsUri":"http:\/\/api.rovicorp.com\/v1\/name\/musicCredits?format=json&apikey=4p1k3y&nameid=MN0000072003",
      "songs":null,
      "songsUri":"http:\/\/api.rovicorp.com\/v1\/name\/songs?format=json&apikey=4p1k3y&nameid=MN0000072003",
      "musicStyles":null,
      "musicStylesUri":"http:\/\/api.rovicorp.com\/v1\/name\/musicStyles?format=json&apikey=4p1k3y&nameid=MN0000072003",
      "themes":null,
      "themesUri":"http:\/\/api.rovicorp.com\/v1\/name\/themes?format=json&apikey=4p1k3y&nameid=MN0000072003",
      "videos":null,
      "videosUri":"http:\/\/api.rovicorp.com\/v1\/name\/videos?format=json&apikey=4p1k3y&nameid=MN0000072003",
      "movieStyles":null,
      "movieStylesUri":"http:\/\/api.rovicorp.com\/v1\/name\/movieStyles?format=json&apikey=4p1k3y&nameid=MN0000072003",
      "contemporaries":null,
      "contemporariesUri":"http:\/\/api.rovicorp.com\/v1\/name\/contemporaries?format=json&apikey=4p1k3y&nameid=MN0000072003",
      "associatedWith":null,
      "associatedWithUri":"http:\/\/api.rovicorp.com\/v1\/name\/associatedwith?format=json&apikey=4p1k3y&nameid=MN0000072003",
      "collaboratorWith":null,
      "collaboratorWithUri":"http:\/\/api.rovicorp.com\/v1\/name\/collaboratorWith?format=json&apikey=4p1k3y&nameid=MN0000072003",
      "compositions":null,
      "compositionsUri":null,
      "aliases":null,
      "aliasesUri":"http:\/\/api.rovicorp.com\/v1\/name\/aliases?format=json&apikey=4p1k3y&nameid=MN0000072003",
      "web":null,
      "webUri":"http:\/\/api.rovicorp.com\/v1\/name\/web?format=json&apikey=4p1k3y&nameid=MN0000072003",
      "factsheets":null,
      "factsheetsUri":"http:\/\/api.rovicorp.com\/v1\/name\/factsheets?format=json&apikey=4p1k3y&nameid=MN0000072003",
      "schedule":null,
      "scheduleUri":null,
      "credits":null,
      "creditsUri":"http:\/\/api.rovicorp.com\/v1\/name\/credits?format=json&apikey=4p1k3y&nameid=MN0000072003"
   }
}

XML Response Example

Here's the response to Request Example 2.
<NameDetail 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.6.1.8</build>
  <parameters>
    <apiKey>4p1k3y</apiKey>
    <id>101086</id>
    <format>xml</format>
    <serviceid>360861</serviceid>
  </parameters>
  <serverName>tul1cstw1</serverName>
  <startTime>2011-06-27T22:16:00.1067046Z</startTime>
  <endTime>2011-06-27T22:16:01.6691146Z</endTime>
  <duration>1562</duration>
  <name>
    <ids>
      <amgClassicalId>Q 300636</amgClassicalId>
      <amgMovieId>P 34312</amgMovieId>
      <amgPopId>P 89063</amgPopId>
      <cosmoId>101086</cosmoId>
      <nameId>MN0000072003</nameId>
    </ids>
    <name>Ice-T</name>
    <isGroup>false</isGroup>
    <primaryMedia>Popular</primaryMedia>
    <musicGenres>
      <Genre>
        <id>MA0000002816</id>
        <name>Rap</name>
        <weight>10</weight>
      </Genre>
    </musicGenres>
    <movieGenres>
      <Genre>
        <id>D 646</id>
        <name>Action</name>
        <weight>63</weight>
      </Genre>
      <Genre>
        <id>D 1659</id>
        <name>Culture &amp; Society [nf]</name>
        <weight>45</weight>
      </Genre>
      <Genre>
        <id>D 649</id>
        <name>Drama</name>
        <weight>85</weight>
      </Genre>
      <Genre>
        <id>D 1776</id>
        <name>Music [nf]</name>
        <weight>99</weight>
      </Genre>
      <Genre>
        <id>D 942</id>
        <name>Thriller</name>
        <weight>45</weight>
      </Genre>
    </movieGenres>
    <active xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <a:string>1980s</a:string>
      <a:string>1990s</a:string>
      <a:string>2000s</a:string>
    </active>
    <birth>
      <date>1958-02-16</date>
      <place>Newark, NJ</place>
    </birth>
    <death>
      <date/>
      <place/>
    </death>
    <country>United States of America</country>
    <period/>
    <headlineBio>One of the most outspoken rappers to emerge from the &apos;80s west coast hip-hop scene, and one of the founding fathers of gangster rap.</headlineBio>
    <classicalBio i:nil="true"/>
    <classicalBioUri i:nil="true"/>
    <discography i:nil="true"/>
    <discographyUri>http://api.rovicorp.com/v1/name/discography?format=xml&amp;apikey=4p1k3y&amp;nameid=MN0000072003</discographyUri>
    <filmography i:nil="true"/>
    <filmographyUri>http://api.rovicorp.com/v1/name/filmography?format=xml&amp;apikey=4p1k3y&amp;nameid=MN0000072003</filmographyUri>
    <followers i:nil="true"/>
    <followersUri>http://api.rovicorp.com/v1/name/followers?format=xml&amp;apikey=4p1k3y&amp;nameid=MN0000072003</followersUri>
    <groupMembers i:nil="true"/>
    <groupMembersUri i:nil="true"/>
    <memberOf i:nil="true"/>
    <memberOfUri>http://api.rovicorp.com/v1/name/memberOf?format=xml&amp;apikey=4p1k3y&amp;nameid=MN0000072003</memberOfUri>
    <images i:nil="true"/>
    <imagesUri>http://api.rovicorp.com/v1/name/images?format=xml&amp;apikey=4p1k3y&amp;nameid=MN0000072003</imagesUri>
    <influencers i:nil="true"/>
    <influencersUri>http://api.rovicorp.com/v1/name/influencers?format=xml&amp;apikey=4p1k3y&amp;nameid=MN0000072003</influencersUri>
    <similars i:nil="true"/>
    <similarsUri>http://api.rovicorp.com/v1/name/similars?format=xml&amp;apikey=4p1k3y&amp;nameid=MN0000072003</similarsUri>
    <moods i:nil="true"/>
    <moodsUri>http://api.rovicorp.com/v1/name/moods?format=xml&amp;apikey=4p1k3y&amp;nameid=MN0000072003</moodsUri>
    <movieBio i:nil="true"/>
    <movieBioUri>http://api.rovicorp.com/v1/name/movieBio?format=xml&amp;apikey=4p1k3y&amp;nameid=MN0000072003</movieBioUri>
    <musicBio i:nil="true"/>
    <musicBioUri>http://api.rovicorp.com/v1/name/musicBio?format=xml&amp;apikey=4p1k3y&amp;nameid=MN0000072003</musicBioUri>
    <musicCredits i:nil="true"/>
    <musicCreditsUri>http://api.rovicorp.com/v1/name/musicCredits?format=xml&amp;apikey=4p1k3y&amp;nameid=MN0000072003</musicCreditsUri>
    <songs i:nil="true"/>
    <songsUri>http://api.rovicorp.com/v1/name/songs?format=xml&amp;apikey=4p1k3y&amp;nameid=MN0000072003</songsUri>
    <musicStyles i:nil="true"/>
    <musicStylesUri>http://api.rovicorp.com/v1/name/musicStyles?format=xml&amp;apikey=4p1k3y&amp;nameid=MN0000072003</musicStylesUri>
    <themes i:nil="true"/>
    <themesUri>http://api.rovicorp.com/v1/name/themes?format=xml&amp;apikey=4p1k3y&amp;nameid=MN0000072003</themesUri>
    <videos i:nil="true"/>
    <videosUri>http://api.rovicorp.com/v1/name/videos?format=xml&amp;apikey=4p1k3y&amp;nameid=MN0000072003</videosUri>
    <movieStyles i:nil="true"/>
    <movieStylesUri>http://api.rovicorp.com/v1/name/movieStyles?format=xml&amp;apikey=4p1k3y&amp;nameid=MN0000072003</movieStylesUri>
    <contemporaries i:nil="true"/>
    <contemporariesUri>http://api.rovicorp.com/v1/name/contemporaries?format=xml&amp;apikey=4p1k3y&amp;nameid=MN0000072003</contemporariesUri>
    <associatedWith i:nil="true"/>
    <associatedWithUri>http://api.rovicorp.com/v1/name/associatedwith?format=xml&amp;apikey=4p1k3y&amp;nameid=MN0000072003</associatedWithUri>
    <collaboratorWith i:nil="true"/>
    <collaboratorWithUri>http://api.rovicorp.com/v1/name/collaboratorWith?format=xml&amp;apikey=4p1k3y&amp;nameid=MN0000072003</collaboratorWithUri>
    <compositions i:nil="true"/>
    <compositionsUri i:nil="true"/>
    <aliases i:nil="true"/>
    <aliasesUri>http://api.rovicorp.com/v1/name/aliases?format=xml&amp;apikey=4p1k3y&amp;nameid=MN0000072003</aliasesUri>
    <web i:nil="true"/>
    <webUri>http://api.rovicorp.com/v1/name/web?format=xml&amp;apikey=4p1k3y&amp;nameid=MN0000072003</webUri>
    <factsheets i:nil="true"/>
    <factsheetsUri>http://api.rovicorp.com/v1/name/factsheets?format=xml&amp;apikey=4p1k3y&amp;nameid=MN0000072003</factsheetsUri>
    <schedule i:nil="true"/>
    <scheduleUri>http://api.rovicorp.com/v1/name/schedule?duration=20160&amp;format=xml&amp;apikey=4p1k3y&amp;cosmoid=101086&amp;serviceid=360861</scheduleUri>
    <credits i:nil="true"/>
    <creditsUri>http://api.rovicorp.com/v1/name/credits?format=xml&amp;apikey=4p1k3y&amp;nameid=MN0000072003</creditsUri>
  </name>
</NameDetail>


See Also

↑ Top

Personal tools