This document describes the kijkwiser content rating support in our metadata API. Client can able to fetch the content rating information of all the programs using our program metadata API.
For more details about retrieving Programs metadata see Metadata: Programs#/Programs/GetProgramIndex
The block content_flags
from the represents the content rating information per Program.
Code Block | ||
---|---|---|
| ||
"content_flags": [ { "content_rating_authority": "fi", "content_rating_flag": "13", "pictogram_url": "https://cdn.pixabay.com/photo/2017/06/13/15/35/18-2399207_960_720.png", "is_adult_rated": 1true } ], |
At the time of writing this document, following values were present for property content_rating_flag
from the metadata
content_rating_flag |
---|
"Seks" |
"Grof taalgebruik" |
"Geweld" |
"Drugs- en\/of alcoholmisbruik" |
"Discriminatie" |
"Angst" |
"9" |
"8" |
"7" |
"6" |
"4" |
"18" |
"16" |
"15" |
"12" |
"10" |
Info |
---|
For User Profile, the age_limit per profile can be obtained by calling User profiles#/User%20profiles/indexUserProfiles. |