Skip to main content

Label Browse

Label Browse

This page lists the filters and sorts the label browse accepts. Refer to the main Api Browse methods page for how to send them.

API methods using this browse

labels

Available browse filters

Send filters in the cond parameter as filter,value pairs, separated by ;

e.g. cond=starts_with,a

FilterValueDescription
alpha_matchstringAlias of like.
equalstringThe label name is exactly this value. Matching is case insensitive.
exact_matchstringAlias of equal.
idarrayOnly these label ids. It takes a list, which cond cannot send, so cond=id,1 builds an empty list and the browse returns nothing.
likestringThe label name contains this value.
not_likestringThe label name does not contain this value.
not_starts_withstringThe label name does not start with this value.
regex_matchregexThe label name matches this MySQL regular expression. Setting it clears any regex_not_match filter.
regex_not_matchregexThe label name does not match this MySQL regular expression. Setting it clears any regex_match filter.
starts_withstringThe label name starts with this value.

Available browse sorts

Send a single sort in the sort parameter as name,order, where order is ASC or DESC.

e.g. sort=name,DESC

SortDescription
activeWhether the label is still active.
categoryEpisode category.
countryLabel country.
creation_dateWhen it was created.
idThe label id, which is the order they were created in.
mbidMusicBrainz id.
nameLabel name.
ratingYour own rating, then when you set it. Labels you have not rated group together.
titleAlias of name.
userThe id of the user who added the label.
user_flagWhen you added it to your favourites. This is a date, not a flag, so everything you have not favourited groups together.
user_flag_ratingWhen you added it to your favourites, then your rating.
userflagAlias of user_flag.