Netflix API Forums

API Forum

RSS Feed

Accessing parental information

  1. I'm trying to figure out where to find parental information like the age range that shows up on the Netflix movie page. Don't see anything listed either in the docs or the catalog_title returned by a search. Am I missing something obvious?

    Message edited by Kevin Dente 3 years ago

  2. whurlston3 years ago

    Check the category tags. I know with the catalog index, the title will have them:

    <category scheme="http://api.netflix.com/catalog/genres" label="Ages 5-7" term="Ages 5-7" status="deprecated" />
    <category scheme="http://api.netflix.com/categories/genres" label="Ages 5-7" term="Ages 5-7" status="" />
    <category scheme="http://api.netflix.com/catalog/genres" label="Ages 8-10" term="Ages 8-10" status="deprecated" />
    <category scheme="http://api.netflix.com/categories/genres" label="Ages 8-10" term="Ages 8-10" status="" />
    <category scheme="http://api.netflix.com/catalog/genres" label="Ages 11-12" term="Ages 11-12" status="deprecated" />
    <category scheme="http://api.netflix.com/categories/genres" label="Ages 11-12" term="Ages 11-12" status="" />

[ Page 1 of 1 ]