Common/video/v1.1/Keywords

Jump to: navigation, search

Keywords

Contains keywords that apply to a movie, TV series, or TV program.

Elements

NameTypeDescription
characteristics Keyword [ ] Keywords from our television database that apply to the movie, TV series, or TV program specified in request.
keywords Keyword [ ] Keywords from our television database that apply to the movie, TV series, or TV program specified in request.

XML Response Example

  <keywords>
    <keywords>
      <Keyword>
        <id>16</id>
        <keyword>drama</keyword>
        <weight/>
      </Keyword>
      <Keyword>
        <id>186</id>
        <keyword>series finale</keyword>
        <weight/>
      </Keyword>
    </keywords>
    <characteristics i:nil="true"/>
  </keywords>

JSON Response Example

   {
      "keywords":[
         {
            "id":"32",
            "keyword":"cartoon",
            "weight":""
         },
         {
            "id":"65",
            "keyword":"animated comedy",
            "weight":""
         },
         {
            "id":"178",
            "keyword":"satire",
            "weight":""
         },
         {
            "id":"190",
            "keyword":"sitcom",
            "weight":""
         },
         {
            "id":"355",
            "keyword":"cult classic",
            "weight":""
         }
      ],
      "characteristics":[
         {
            "id":"K 1458",
            "keyword":"family",
            "weight":"8"
         },
         {
            "id":"K 28964",
            "keyword":"townspeople",
            "weight":"6"
         },
         {
            "id":"K 29472",
            "keyword":"mischief",
            "weight":"5"
         },
         {
            "id":"K 28174",
            "keyword":"nuclear-power-plant",
            "weight":"5"
         },
         {
            "id":"K 4744",
            "keyword":"working-class",
            "weight":"5"
         }
       ]
    }
 
Personal tools