Difference between revisions of "MusicBrainz API/Search/AreaSearch"
From MusicBrainz Wiki
< MusicBrainz API | Search
m (Legoktm moved page XML Web Service/Version 2/Search/AreaSearch to MusicBrainz API/Search/AreaSearch: Bot: Moved page) |
Reosarevok (talk | contribs) m |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
====Search Fields==== | ====Search Fields==== | ||
− | The [[Area | + | The [[Area]] index contains the following fields you can search |
{| border="1" class="wikitable sortable" | {| border="1" class="wikitable sortable" | ||
|- | |- | ||
− | ! Field | + | ! Field !! Description |
+ | |||
+ | |- | ||
+ | | aid || the area's MBID | ||
+ | |- | ||
+ | | alias || (part of) any [[Aliases|alias]] attached to the artist (diacritics are ignored) | ||
|- | |- | ||
− | | | + | | area || (part of) the area's name (diacritics are ignored) |
|- | |- | ||
− | | | + | | areaaccent || (part of) the area's name (with the specified diacritics) |
|- | |- | ||
− | | | + | | begin || the area's begin date (e.g. "1980-01-22") |
|- | |- | ||
− | | | + | | comment || (part of) the area's disambiguation comment |
|- | |- | ||
− | | | + | | end || the area's end date (e.g. "1980-01-22") |
|- | |- | ||
− | | | + | | ended || a boolean flag (true/false) indicating whether or not the area has ended (is no longer current) |
|- | |- | ||
− | | | + | | iso || an [[wikipedia:ISO_3166|ISO 3166-1, 3166-2 or 3166-3]] code attached to the area |
|- | |- | ||
− | | | + | | iso1 || an [[wikipedia:ISO_3166|ISO 3166-1]] code attached to the area |
|- | |- | ||
− | | | + | | iso2 || an [[wikipedia:ISO_3166|ISO 3166-2]] code attached to the area |
|- | |- | ||
− | | | + | | iso3 || an [[wikipedia:ISO_3166|ISO 3166-3]] code attached to the area |
|- | |- | ||
− | | | + | | sortname || equivalent to name (areas no longer have separate sort names) |
|- | |- | ||
− | | | + | | tag || (part of) a tag attached to the area |
|- | |- | ||
− | | type | + | | type || the area's [[Area#Type|type]] |
|} | |} | ||
− | + | If you don't specify a field, the terms will be searched for in the ''area'' field. |
Latest revision as of 12:19, 22 January 2021
Search Fields
The Area index contains the following fields you can search
Field | Description |
---|---|
aid | the area's MBID |
alias | (part of) any alias attached to the artist (diacritics are ignored) |
area | (part of) the area's name (diacritics are ignored) |
areaaccent | (part of) the area's name (with the specified diacritics) |
begin | the area's begin date (e.g. "1980-01-22") |
comment | (part of) the area's disambiguation comment |
end | the area's end date (e.g. "1980-01-22") |
ended | a boolean flag (true/false) indicating whether or not the area has ended (is no longer current) |
iso | an ISO 3166-1, 3166-2 or 3166-3 code attached to the area |
iso1 | an ISO 3166-1 code attached to the area |
iso2 | an ISO 3166-2 code attached to the area |
iso3 | an ISO 3166-3 code attached to the area |
sortname | equivalent to name (areas no longer have separate sort names) |
tag | (part of) a tag attached to the area |
type | the area's type |
If you don't specify a field, the terms will be searched for in the area field.