v1

latestOpenAPI 3.0.12026-08-0623870.1 KB
Search

Perform track search - with main tracks info only

get/api/v1/tracks/simplified_search

Query parameters

pagestring

Page of the results you want to retrieve.

sortstring

Sorting of results, possible values are "latest", "shuffle" and "featured" (used by default).

qstring

General search query for all track data, including but not limited to track titles, composers, genres, moods, and more.

genreGroup[]string

Array of genre groups to search for.

genreGroupOperatorstring

Logic operator for genre groups, can be AND or OR (default, also selected if invalid value is provided). Operator is case sensitive!

notGenreGroup[]string

Array of genre groups to exclude from the search.

genre[]string

Array of genres to search for.

genreOperatorstring

Logic operator for genres, can be AND or OR (default, also selected if invalid value is provided). Operator is case sensitive!

notGenre[]string

Array of genres to exclude from the search.

mood[]string

Array of moods to search for.

notMood[]string

Array of moods to exclude from the search.

instrument[]string

Array of instruments to search for.

notInstrument[]string

Array of instruments to exclude from the search.

purpose[]string

Array of purposes to search for. Purposes are like 'TV production genres'.

notPurpose[]string

Array of purposes to exclude from the search.

variable_tempostring

True/false; Should return tracks with variable tempo or not.

min_tempostring

Minimal tempo in BPM for searched tracks (must be used together with max_tempo).

max_tempostring

Maximal tempo in BPM for searched tracks (must be used together with min_tempo).

min_durationstring

Minimal duration in seconds for searched tracks (must be used together with max_duration).

max_durationstring

Maximal duration in seconds for searched tracks (must be used together with min_duration).

key[]string

Array of desired keys of the tracks.

per_pageinteger

Amount of results per page (default is 15, max is 200)

Headers

Authorizationstring required

Your API token.

Response

Search results