MusicBrainz API/Search/ArtistSearch: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(New page: The artist index contains the following fields you can search: {| border="1" |- | '''field''' || '''Description''' |- | alias || the aliases/misspellings/artist credits for this ar...)
 
No edit summary
Line 1: Line 1:
The artist index contains the following fields you can search:
The artist index contains the following fields you can search:
{| border="1"
{| border="1" class="wikitable sortable"
|-
|-
| '''field''' || '''Description'''
! Field !! Description
|-
|-
| alias || the aliases/misspellings/artist credits for this artist
| arid || MBID of the artist
|-
|-
| arid || artist id
| artist || name of the artist
|-
|-
| alias || the aliases/misspellings for the artist
| artist || artist name
|-
|-
| begin || artist birth date/band founding date (format: YYYY-MM-DD)
| comment || artist comment to differentiate similar artists
|-
|-
| country || the [http://www.iso.org/iso/country_codes/iso_3166_code_lists/english_country_names_and_code_elements.htm two letter country code] for the artist country or 'unknown'
| comment || artist comment to differentiate similar artists
|-
|-
| gender || gender of the artist (“male”, “female”, “other”)
| country || country associated with artist
|-
|-
| ipi || IPI code for the artist
| end || artist death date/band dissolution date (format: YYYY-MM-DD)
|-
|-
| gender || gender of artist
| tag || a tag applied to the artist
|-
|-
| ipi || artist ipi code
| sortname || artist sortname
|-
|-
| type || artist type (“person”, “group”, "other" or “unknown”)
| sortname || artist sortname
|-
|-
| begin || artist birth date/band founding date
| tag || folksonomy tag
|-
|-
| type || artist type (person or group)
| end || artist death date/band dissolution date
|}
|}



Revision as of 21:02, 1 March 2012

The artist index contains the following fields you can search:

Field Description
arid MBID of the artist
artist name of the artist
alias the aliases/misspellings for the artist
comment artist comment to differentiate similar artists
country the two letter country code for the artist country or 'unknown'
gender gender of the artist (“male”, “female”, “other”)
ipi IPI code for the artist
tag a tag applied to the artist
sortname artist sortname
type artist type (“person”, “group”, "other" or “unknown”)
begin artist birth date/band founding date
end artist death date/band dissolution date

Artist search terms with no fields specified search the artist, sortname and alias fields.