Skip to end of banner
Go to start of banner

Kijkwiser support in metadata API

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

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 seeĀ Metadata: Programs#/Programs/GetProgramIndex

The blockĀ content_flags represents the content rating information per Program.

 "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
          }
        ],
  • No labels