Tuned Global Metadata aAPIs

Sections

AdvancedSongSearch

Header Parameters

StoreIdstring Required

API Key provided by Tuned Global for accessing the service

Query Parameters

filter.namestring

Name of the song.

filter.tagsarray

Tags.

filter.releaseYearinteger

The release year of the song, e.g. 2016.

filter.releaseDecadeinteger

The decade in which the song was released, e.g. 1980.

filter.tempoMininteger

The min value of BPM (Beats per minute).

filter.tempoMaxinteger

The max value of BPM (Beats per minute).

filter.durationMininteger

The min value of Duration.

filter.durationMaxinteger

The max value of Duration.

filter.musiioBpmMininteger

The min value of Musiio BPM.

filter.musiioBpmMaxinteger

The max value of Musiio BPM.

filter.keyinteger

The key of the song.

filter.artistNamestring

Name of the artist.

filter.albumTitlestring

Title of the album.

filter.newReleasesOnlyboolean

Songs which are released in the last 90 days.

filter.labelstring

Name of the label.

filter.thematicstring

Thematic of the track.

filter.offsetinteger

Record number to start at, for paging (default 1).

filter.countinteger

Max number of results to return (default 10).

filter.applyCountryFilterboolean

Flag to determine whether to filter results by country or not.

filter.lyricsboolean

Flag to determine whether to filter results by haslyrics or not

filter.explicitboolean

Flag to determine whether to include explicit tracks or not

filter.ownerstring

The owner of the song

filter.allTagsMustPresentboolean

Flag to determine whether to filter results by matching all tags or not

filter.contentLanguagestring

Language of track

filter.sortTypestring

The type of sorting to be applied. The default value is Relevance.

Default value
Relevance
Enum values:
RelevanceAToZZToAOldToNewNewToOld
filter.enableArtistNameMatchboolean

A flag indicating whether the artist name should also be included in the search when querying the song name. Defaults to false.

Response

200
Object
OK

Response Attributes

Offsetinteger

The number of items to skip before starting to collect the results for the current page.

Totalinteger

The total number of items across all pages that match the search criteria.

Countinteger

The number of items returned in the current page of results.

readOnly
Resultsarray

Collection of song objects matching the search criteria

Show child attributes

Was this section helpful?

What made this section helpful for you?

What made this section unhelpful for you?

GET

/

Select
1

Response

Was this section helpful?

What made this section helpful for you?

What made this section unhelpful for you?

View as Markdown

Ask an AI

Open in ChatGPTOpen in ClaudeOpen in Perplexity

Code with AI

Open in Copilot