Boomplay Scraper

ENDPOINTS
GET/videos/categories

Video Categories

Get every video category Boomplay offers.

QUERY PARAMS

2-letter country code of the Boomplay market to read (localizes charts, trending, rankings and what is licensed there).

Default: NG

Allowed values: Boomplay markets, e.g. NG, GH, KE, TZ, UG, ZA, CM, CI, SN, ZM, US, GB, IN

{
  "categories": [
    {
      "id": "music-videos",
      "name": "Music Videos"
    },
    {
      "id": "interviews",
      "name": "Interviews"
    },
    {
      "id": "documentaries",
      "name": "Documentaries"
    },
    {
      "id": "talk-shows",
      "name": "Talk Shows"
    },
    {
      "id": "comedy",
      "name": "Comedy"
    },
    {
      "id": "concerts",
      "name": "Concerts"
    }
  ]
}