-
New Feature
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
City
Originally requested by okno at https://github.com/oknozor/musicbrainz_rs/pull/70#issuecomment-973844792.
Entity attributes are manually documented for humans only, usually on the entity documentation page, for example https://musicbrainz.org/doc/Series#Type.
Attributes for a given entity are already returned with name and MBID in API responses. But the API doesn’t provide neither more info about these attributes (description, hierarchy…) nor the full list of these attributes. So it seems useful to provide lookup endpoints (or what we did for genres) for these attributes.
Here is the full list of attributes currently editable by admins at least:
- AreaType
- ArtistType
- CollectionType
- CoverArtType
- EventType
- Gender
- InstrumentType
- LabelType
- Language
- MediumFormat
- PlaceType
- ReleaseGroupType
- ReleaseGroupSecondaryType
- ReleaseStatus
- ReleasePackaging
- Script
- SeriesType
- WorkType
- WorkAttributeType
- is related to
-
MBS-9880 Make genre list available through the API
- Closed