List Chartmetric Genres

List Chartmetric genres, optionally filtered by name. Pass isLegacy=true to receive the legacy genre taxonomy instead of genre_v2.

Query Parameters
  • name
    Type: string
  • isLegacy
    Type: boolean
Responses
  • application/json
Request Example for get/api/genres
curl 'https://api.chartmetric.com/api/genres?name=&isLegacy=false' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
  "obj": [
    {
      "id": 462862,
      "name": "Devotional & Spiritual"
    },
    {
      "id": 462863,
      "name": "Mandopop"
    }
  ]
}