Boomplay Scraper

ENDPOINTS
GET/artists/browse-filters

Artist Browse Filters

Get the filters Browse Artists accepts: genre IDs, genders, regions and first letters.

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"
    }
  ],
  "genders": [
    "all",
    "male",
    "female",
    "group"
  ],
  "regions": [
    "all",
    "nigeria",
    "kenya",
    "tanzania",
    "ghana",
    "europe-north-america",
    "other"
  ],
  "letters": [
    "all",
    "A",
    "B",
    "C",
    "D",
    "E",
    "F",
    "G",
    "H",
    "I",
    "J",
    "K",
    "L",
    "M",
    "N",
    "O",
    "P",
    "Q",
    "R",
    "S",
    "T",
    "U",
    "V",
    "W",
    "X",
    "Y",
    "Z",
    "#"
  ]
}