GET
/
voices
curl --request GET \
  --url https://api.musicfy.lol/v1/voices
[
  [
    {
      "artist": "Spongebob Squarepants",
      "audioPreviewUrl": null,
      "gender": null,
      "genre": null,
      "id": "72bc01b0-0b34-4d04-9217-3487d69185cc",
      "thumbnail": "https://pub-1de51ae1e68144d78f7c582e1dda3ab1.r2.dev/SB-Standees-Spong-3_800x.webp",
      "type": "parody",
      "usageScore": 0.1,
      "trendingScore": 1.5
    },
    {
      "artist": "Plankton",
      "audioPreviewUrl": null,
      "gender": null,
      "genre": null,
      "id": "21f132b3-2d70-44a7-a297-4dab179fa56a",
      "thumbnail": "https://pub-1de51ae1e68144d78f7c582e1dda3ab1.r2.dev/Plankton.webp",
      "type": "parody",
      "usageScore": 0.1,
      "trendingScore": 1.5
    },
    {
      "artist": "Acoustic Guitar",
      "audioPreviewUrl": null,
      "gender": null,
      "genre": null,
      "id": "84a7fef1-c721-42b9-b3c5-35244bd5851b",
      "thumbnail": "https://pub-1de51ae1e68144d78f7c582e1dda3ab1.r2.dev/acoustic_guitar.jpg",
      "type": "instrument",
      "usageScore": 0.1,
      "trendingScore": 1.5
    },
    {
      "artist": "Breakbeats",
      "audioPreviewUrl": null,
      "gender": null,
      "genre": null,
      "id": "02991970-30ec-482e-b514-0093965718ff",
      "thumbnail": "https://pub-1de51ae1e68144d78f7c582e1dda3ab1.r2.dev/breakbeats.webp",
      "type": "instrument",
      "usageScore": 0.1,
      "trendingScore": 1.5
    }
  ]
]

Query Parameters

voice_types
string

Filter for which category of voices to include in response.

Response

200 - application/json
Successful Response
artist
string
audioPreviewUrl
any | null
gender
any | null
genre
any | null
id
string
thumbnail
string
type
string
usageScore
number