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": 1
}
], |
Info |
---|
For User Profile, the age_limit per profile can be obtained by calling User profiles#/User%20profiles/indexUserProfiles. |