V1.Metadata.Common:Keyword

Jump to: navigation, search

Keyword

Contains information about a keyword for a movie or television program.

Elements

NameTypeDescription
id String Database ID for the keyword, a seven character string that starts with K and is followed by six digits with leading spaces.
keyword String Word that applies to the plot structure of a movie.
weight String A number from 1 to 10, where a larger number indicates a greater importance.

XML Response Example

<Keyword>
  <id>K    35</id>
  <keyword>acting</keyword>
  <weight>7</weight>
</Keyword>

JSON Response Example

{
  "id":"K    35",
  "keyword":"acting",
  "weight":"7"
}
 
Personal tools