Boomplay Scraper

ENDPOINTS
GET/playlists/genres

Playlist Genres

Get the genre IDs Browse Playlists can filter by.

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

{
  "genres": [
    {
      "id": 0,
      "name": "All"
    },
    {
      "id": 53,
      "name": "Afrobeats"
    },
    {
      "id": 54,
      "name": "Afropop"
    },
    {
      "id": 42,
      "name": "Gospel"
    },
    {
      "id": 38179,
      "name": "Amapiano"
    },
    {
      "id": 1975,
      "name": "Hip Hop & Rap"
    },
    {
      "id": 34,
      "name": "Electronic"
    },
    {
      "id": 95,
      "name": "R&B"
    },
    {
      "id": 59,
      "name": "Dancehall"
    },
    {
      "id": 31,
      "name": "Reggae"
    },
    {
      "id": 60,
      "name": "Fuji"
    },
    {
      "id": 75,
      "name": "Juju"
    },
    {
      "id": 22,
      "name": "Pop"
    },
    {
      "id": 67,
      "name": "Traditional"
    }
  ]
}