Fugue API v1.0.0
This is a public version of the Fugue API.
You can authenticate using one of the following methods:
- An Api-Key header. For example, Api-Key: YOUR_API_KEY.
- A token query parameter. For example, if you want to make a request to a resource with URL /endpoint, you can specify your key as /endpoint?token=YOUR_API_KEY
Make sure that each request you perform includes your API key in one of the specified formats. Otherwise, the request will fail.
Get list of tracks
search optional string
Text search query
artist optional string
Artist
genres optional array of string
Coma separated genre
instruments optional array of string
Coma separated instrument
moods optional array of string
Coma separated mood
tags optional array of string
Coma separated tag
tempos optional array of string
Coma separated tempo
themes optional array of string
Coma separated theme
contentId optional boolean
Content ID registered
pro optional boolean
Performing Rights Organization (P.R.O.) registered
orderBy optional string default latest one of latestoldestrating
page optional integer default 1
Page number
perPage optional integer default 10
Number of results per page. Max: 100
fields optional string default id,artist,name,preview(url)
Return only specified fields. Example: "id,preview(url)". Please request only needed fields.
Get a link to a high resolution asset of track
id required string
ID
mediaFormat optional string default mp3 one of wavmp3
200 - High-resolution track
mediaFormat optional string one of wavmp3
name optional string
channels optional integer
size optional integer
sampleRate optional integer
bitrate optional integer
url optional string