Insight API
HomeContact Us
HomeContact Us
LinkedIn
Github
  1. Genres
  • Getting Started with Insight
  • Example Requests
  • Recognition & Branding Requirements
  • Discovery
    • Generate New Discovery
      POST
    • Get a Specific Discovery
      GET
    • Get All Discoveries
      GET
  • Genres
    • Get Genres
      GET
  • Artists
    • Search Artists
      GET
    • Get a Specific Artist
      GET
  • Venues
    • Search Venues
      GET
    • Get a Specific Venue
      GET
  • Pulse AI
    • Chat Completions API
    • Get Models
      GET
    • Chat Completions Endpoint
      POST
    • Healthcheck
      GET
  1. Genres

Get Genres

Testing
GET
https://insight.lineupiq.io/api/v1/genres
InsightDiscoveryPredictionsArtist Intelligence
Retrieves the full master list of recognized music genres used in LineupIQ Insight, ensuring standardized classification for artists, events, and music analytics.

Request

Header Params
x-app-id
stringΒ <password>
required
Default:
{{x-app-id}}
x-api-key
stringΒ <password>
required
Default:
{{x-api-key}}
Content-Type
stringΒ 
optional
Default:
application/json

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://insight.lineupiq.io/api/v1/genres' \
--header 'x-app-id;' \
--header 'x-api-key;' \
--header 'Content-Type: application/json'

Responses

🟒200OK
application/json
Body
code
stringΒ 
required
message
stringΒ 
required
timestamp
stringΒ 
required
genres
array[string]
required
Example
{
  "code": "MSG_01285",
  "message": "Success",
  "timestamp": "2025-03-15T15:22:18.447421+00:00",
  "genres": [
    "alternative",
    "country",
    "house",
    "gospel",
    "k-pop",
    "pop",
    "pagode",
    "bossanova",
    "mpb",
    "j-pop",
    "j-rock",
    "moody",
    "romance",
    "holidays",
    "jamband",
    "rap",
    "ambient",
    "comedy",
    "electronic",
    "hardcore",
    "folk",
    "hip-hop",
    "r-n-b",
    "show-tunes",
    "philippines-opm",
    "iranian",
    "german",
    "cantopop",
    "british",
    "j-dance",
    "hawaiian",
    "funk",
    "ai",
    "chinese",
    "misc",
    "acoustic",
    "dubstep",
    "opera",
    "punk",
    "reggae",
    "mandopop",
    "forro",
    "afrobeat",
    "soundtracks",
    "americana",
    "indigenous",
    "blues",
    "children",
    "classical",
    "grunge",
    "metal",
    "hard-rock",
    "latin",
    "turkish",
    "swedish",
    "malay",
    "brazil",
    "world-music",
    "new-age",
    "indie",
    "acappella",
    "dancehall",
    "disco",
    "jazz",
    "rock",
    "middle-eastern",
    "soul",
    "french",
    "sertanejo",
    "new-release",
    "african"
  ]
}
🟠403Forbidden
🟠422Invalid input
🟠401Unauthorized
Previous
Genres
Next
Artists
Built with