Boomplay Scraper

ENDPOINTS
GET/trending/tags

Trending Tags

Get the tags Trending Songs can filter by: hot, new and genre IDs.

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

{
  "tags": [
    {
      "id": "hot",
      "name": "Hot",
      "rule": null
    },
    {
      "id": "new",
      "name": "New",
      "rule": null
    },
    {
      "id": 42,
      "name": "Gospel",
      "rule": null
    },
    {
      "id": 1975,
      "name": "Hip Hop",
      "rule": null
    },
    {
      "id": 38179,
      "name": "Amapiano",
      "rule": null
    },
    {
      "id": 95,
      "name": "R&B",
      "rule": null
    },
    {
      "id": 53,
      "name": "Afrobeats",
      "rule": null
    },
    {
      "id": 24,
      "name": "Rock",
      "rule": null
    },
    {
      "id": 22,
      "name": "Pop",
      "rule": null
    },
    {
      "id": 31,
      "name": "Reggae",
      "rule": null
    },
    {
      "id": 54,
      "name": "Afropop",
      "rule": null
    },
    {
      "id": 155,
      "name": "K-Pop",
      "rule": null
    },
    {
      "id": 59,
      "name": "Dancehall",
      "rule": null
    },
    {
      "id": 25,
      "name": "Country",
      "rule": null
    },
    {
      "id": 23,
      "name": "Soul",
      "rule": null
    },
    {
      "id": 88,
      "name": "Funk",
      "rule": null
    },
    {
      "id": 98,
      "name": "Indian Music",
      "rule": null
    }
  ]
}