---
title: "GET /api/users/{id}/albums"
method: GET
path: "/api/users/{id}/albums"
tags: ["UserApi"]
---

# GET /api/users/{id}/albums

`GET /api/users/{id}/albums`

## Path parameters

- `id` integer, required

## Query parameters

- `query` string
- `tagId` integer
- `tag` string
- `artistId` integer
- `purchaseStatuses` 'Nothing' | 'Wishlisted' | 'Ordered' | 'Owned' | 'All'
- `releaseEventId` integer
- `albumTypes` 'Unknown' | 'Album' | 'Single' | 'EP' | 'SplitAlbum' | 'Compilation' | 'Video' | 'Artbook' | 'Game' | 'Fanmade' | 'Instrumental' | 'Other' | 'Drama'
- `advancedFilters` AdvancedSearchFilterParams[]
  - `filterType` 'Nothing' | 'ArtistType' | 'WebLink' | 'HasUserAccount' | 'RootVoicebank' | 'VoiceProvider' | 'HasStoreLink' | 'HasTracks' | 'NoCoverPicture' | 'HasAlbum' | 'HasOriginalMedia' | 'HasMedia' | 'HasMultipleVoicebanks' | 'HasPublishDate' | 'Lyrics' | 'LyricsContent'
  - `negate` boolean
  - `param` string, nullable
- `start` integer
- `maxResults` integer
- `getTotalCount` boolean
- `sort` 'None' | 'Name' | 'ReleaseDate' | 'ReleaseDateWithNulls' | 'AdditionDate' | 'RatingAverage' | 'RatingTotal' | 'NameThenReleaseDate' | 'CollectionCount'
- `nameMatchMode` 'Auto' | 'Partial' | 'StartsWith' | 'Exact' | 'Words'
- `fields` 'None' | 'AdditionalNames' | 'Artists' | 'Description' | 'Discs' | 'Identifiers' | 'MainPicture' | 'Names' | 'PVs' | 'ReleaseEvent' | 'Tags' | 'Tracks' | 'WebLinks'
- `lang` 'Default' | 'Japanese' | 'Romaji' | 'English'
- `mediaType` 'PhysicalDisc' | 'DigitalDownload' | 'Other'

## Response `200`

Success

- AlbumForUserForApiContractPartialFindResult
  - `items` AlbumForUserForApiContract[], nullable
    - `album` AlbumForApiContract
      - `additionalNames` string, nullable
      - `artists` ArtistForAlbumForApiContract[], nullable
        - `artist` ArtistContract
          - `additionalNames` string, nullable
          - `artistType` 'Unknown' | 'Circle' | 'Label' | 'Producer' | 'Animator' | 'Illustrator' | 'Lyricist' | 'Vocaloid' | 'UTAU' | 'CeVIO' | 'OtherVoiceSynthesizer' | 'OtherVocalist' | 'OtherGroup' | 'OtherIndividual' | 'Utaite' | 'Band' | 'Vocalist' | 'Character' | 'SynthesizerV' | 'CoverArtist' | 'NEUTRINO' | 'VoiSona' | 'NewType' | 'Voiceroid' | 'Instrumentalist' | 'Designer' | 'VOICEVOX' | 'ACEVirtualSinger' | 'AIVOICE'
          - `deleted` boolean
          - `id` integer
          - `name` string, nullable
          - `pictureMime` string, nullable
          - `releaseDate` string, date-time, nullable
          - `status` 'Draft' | 'Finished' | 'Approved' | 'Locked'
          - `version` integer
        - `categories` 'Nothing' | 'Vocalist' | 'Producer' | 'Animator' | 'Label' | 'Circle' | 'Other' | 'Band' | 'Illustrator' | 'Subject'
        - `effectiveRoles` 'Default' | 'Animator' | 'Arranger' | 'Composer' | 'Distributor' | 'Illustrator' | 'Instrumentalist' | 'Lyricist' | 'Mastering' | 'Publisher' | 'Vocalist' | 'VoiceManipulator' | 'Other' | 'Mixer' | 'Chorus' | 'Encoder' | 'VocalDataProvider' | 'RecordingEngineer'
        - `isSupport` boolean
        - `name` string, nullable
        - `roles` 'Default' | 'Animator' | 'Arranger' | 'Composer' | 'Distributor' | 'Illustrator' | 'Instrumentalist' | 'Lyricist' | 'Mastering' | 'Publisher' | 'Vocalist' | 'VoiceManipulator' | 'Other' | 'Mixer' | 'Chorus' | 'Encoder' | 'VocalDataProvider' | 'RecordingEngineer'
      - `artistString` string, nullable
      - `barcode` string, nullable
      - `catalogNumber` string, nullable
      - `createDate` string, date-time
      - `defaultName` string, nullable
      - `defaultNameLanguage` 'Unspecified' | 'Japanese' | 'Romaji' | 'English'
      - `deleted` boolean
      - `description` string, nullable
      - `discs` AlbumDiscPropertiesContract[], nullable
        - `discNumber` integer
        - `id` integer
        - `mediaType` 'Audio' | 'Video'
        - `name` string, nullable
      - `discType` 'Unknown' | 'Album' | 'Single' | 'EP' | 'SplitAlbum' | 'Compilation' | 'Video' | 'Artbook' | 'Game' | 'Fanmade' | 'Instrumental' | 'Other' | 'Drama'
      - `id` integer
      - `identifiers` AlbumIdentifierContract[], nullable
        - `value` string, nullable
      - `mainPicture` EntryThumbForApiContract
        - `mime` string, nullable
        - `name` string, nullable
        - `urlOriginal` string, nullable
        - `urlSmallThumb` string, nullable
        - `urlThumb` string, nullable
        - `urlTinyThumb` string, nullable
      - `mergedTo` integer
      - `name` string, nullable
      - `names` LocalizedStringContract[], nullable
        - `language` 'Unspecified' | 'Japanese' | 'Romaji' | 'English'
        - `value` string, nullable
      - `pvs` PVContract[], nullable
        - `author` string, nullable
        - `createdBy` integer, nullable
        - `description` string, nullable
        - `disabled` boolean
        - `extendedMetadata` PVExtendedMetadata
          - `json` string, nullable
        - `id` integer
        - `length` integer
        - `name` string, nullable
        - `publishDate` string, date-time, nullable
        - `pvId` string, nullable
        - `service` 'NicoNicoDouga' | 'Youtube' | 'SoundCloud' | 'Vimeo' | 'Piapro' | 'Bilibili' | 'File' | 'LocalFile' | 'Creofuga' | 'Bandcamp'
        - `pvType` 'Original' | 'Reprint' | 'Other'
        - `thumbUrl` string, nullable
        - `url` string, nullable
      - `ratingAverage` number, double
      - `ratingCount` integer
      - `releaseDate` OptionalDateTimeContract
        - `day` integer, nullable
        - `isEmpty` boolean
        - `month` integer, nullable
        - `year` integer, nullable
      - `releaseEvent` ReleaseEventForApiContract
        - `additionalNames` string, nullable
        - `artists` ArtistForEventContract[], nullable
          - `artist` ArtistContract
            - `additionalNames` string, nullable
            - `artistType` 'Unknown' | 'Circle' | 'Label' | 'Producer' | 'Animator' | 'Illustrator' | 'Lyricist' | 'Vocaloid' | 'UTAU' | 'CeVIO' | 'OtherVoiceSynthesizer' | 'OtherVocalist' | 'OtherGroup' | 'OtherIndividual' | 'Utaite' | 'Band' | 'Vocalist' | 'Character' | 'SynthesizerV' | 'CoverArtist' | 'NEUTRINO' | 'VoiSona' | 'NewType' | 'Voiceroid' | 'Instrumentalist' | 'Designer' | 'VOICEVOX' | 'ACEVirtualSinger' | 'AIVOICE'
            - `deleted` boolean
            - `id` integer
            - `name` string, nullable
            - `pictureMime` string, nullable
            - `releaseDate` string, date-time, nullable
            - `status` 'Draft' | 'Finished' | 'Approved' | 'Locked'
            - `version` integer
          - `effectiveRoles` 'Default' | 'Dancer' | 'DJ' | 'Instrumentalist' | 'Organizer' | 'Promoter' | 'VJ' | 'Vocalist' | 'VoiceManipulator' | 'OtherPerformer' | 'Other'
          - `id` integer
          - `name` string, nullable
          - `roles` 'Default' | 'Dancer' | 'DJ' | 'Instrumentalist' | 'Organizer' | 'Promoter' | 'VJ' | 'Vocalist' | 'VoiceManipulator' | 'OtherPerformer' | 'Other'
        - `category` 'Unspecified' | 'AlbumRelease' | 'Anniversary' | 'Club' | 'Concert' | 'Contest' | 'Convention' | 'Other' | 'Festival'
        - `date` string, date-time, nullable
        - `description` string, nullable
        - `endDate` string, date-time, nullable
        - `id` integer
        - `mainPicture` EntryThumbForApiContract
          - `mime` string, nullable
          - `name` string, nullable
          - `urlOriginal` string, nullable
          - `urlSmallThumb` string, nullable
          - `urlThumb` string, nullable
          - `urlTinyThumb` string, nullable
        - `name` string, nullable
        - `names` LocalizedStringContract[], nullable
          - `language` 'Unspecified' | 'Japanese' | 'Romaji' | 'English'
          - `value` string, nullable
        - `pvs` PVContract[], nullable
          - `author` string, nullable
          - `createdBy` integer, nullable
          - `description` string, nullable
          - `disabled` boolean
          - `extendedMetadata` PVExtendedMetadata
            - `json` string, nullable
          - `id` integer
          - `length` integer
          - `name` string, nullable
          - `publishDate` string, date-time, nullable
          - `pvId` string, nullable
          - `service` 'NicoNicoDouga' | 'Youtube' | 'SoundCloud' | 'Vimeo' | 'Piapro' | 'Bilibili' | 'File' | 'LocalFile' | 'Creofuga' | 'Bandcamp'
          - `pvType` 'Original' | 'Reprint' | 'Other'
          - `thumbUrl` string, nullable
          - `url` string, nullable
        - `series` ReleaseEventSeriesContract
          - `additionalNames` string, nullable
          - `category` 'Unspecified' | 'AlbumRelease' | 'Anniversary' | 'Club' | 'Concert' | 'Contest' | 'Convention' | 'Other' | 'Festival'
          - `deleted` boolean
          - `description` string, nullable
          - `id` integer
          - `name` string, nullable
          - `pictureMime` string, nullable
          - `status` 'Draft' | 'Finished' | 'Approved' | 'Locked'
          - `urlSlug` string, nullable
          - `version` integer
          - `webLinks` WebLinkContract[], nullable
            - `category` 'Official' | 'Commercial' | 'Reference' | 'Other'
            - `description` string, nullable
            - `descriptionOrUrl` string, nullable
            - `disabled` boolean
            - `id` integer
            - `url` string, nullable
        - `seriesId` integer, nullable
        - `seriesNumber` integer
        - `seriesSuffix` string, nullable
        - `songList` SongListBaseContract
          - `featuredCategory` 'Nothing' | 'Concerts' | 'VocaloidRanking' | 'Pools' | 'Other'
          - `id` integer
          - `name` string, nullable
        - `status` 'Draft' | 'Finished' | 'Approved' | 'Locked'
        - `tags` TagUsageForApiContract[], nullable
          - `count` integer
          - `tag` TagBaseContract
            - `additionalNames` string, nullable
            - `categoryName` string, nullable
            - `id` integer
            - `name` string, nullable
            - `urlSlug` string, nullable
        - `urlSlug` string, nullable
        - `venue` VenueForApiContract
          - `additionalNames` string, nullable
          - `address` string, nullable
          - `addressCountryCode` string, nullable
          - `coordinates` OptionalGeoPointContract
            - `formatted` string, nullable
            - `hasValue` boolean
            - `latitude` number, double, nullable
            - `longitude` number, double, nullable
          - `deleted` boolean
          - `description` string, nullable
          - `events` ReleaseEventContract[], nullable
            - `additionalNames` string, nullable
            - `category` 'Unspecified' | 'AlbumRelease' | 'Anniversary' | 'Club' | 'Concert' | 'Contest' | 'Convention' | 'Other' | 'Festival'
            - `customName` boolean
            - `date` string, date-time, nullable
            - `deleted` boolean
            - `description` string, nullable
            - `endDate` string, date-time, nullable
            - `hasVenueOrVenueName` boolean
            - `id` integer
            - `inheritedCategory` 'Unspecified' | 'AlbumRelease' | 'Anniversary' | 'Club' | 'Concert' | 'Contest' | 'Convention' | 'Other' | 'Festival'
            - `name` string, nullable
            - `pictureMime` string, nullable
            - `series` ReleaseEventSeriesContract
              - …
            - `songList` SongListBaseContract
              - …
            - `status` 'Draft' | 'Finished' | 'Approved' | 'Locked'
            - `urlSlug` string, nullable
            - `venue` VenueContract
              - …
            - `venueName` string, nullable
            - `version` integer
          - `id` integer
          - `name` string, nullable
          - `names` LocalizedStringContract[], nullable
            - `language` 'Unspecified' | 'Japanese' | 'Romaji' | 'English'
            - `value` string, nullable
          - `status` 'Draft' | 'Finished' | 'Approved' | 'Locked'
          - `version` integer
          - `webLinks` WebLinkForApiContract[], nullable
            - `category` 'Official' | 'Commercial' | 'Reference' | 'Other'
            - `description` string, nullable
            - `descriptionOrUrl` string, nullable
            - `disabled` boolean
            - `id` integer
            - `url` string, nullable
        - `venueName` string, nullable
        - `version` integer
        - `webLinks` WebLinkForApiContract[], nullable
          - `category` 'Official' | 'Commercial' | 'Reference' | 'Other'
          - `description` string, nullable
          - `descriptionOrUrl` string, nullable
          - `disabled` boolean
          - `id` integer
          - `url` string, nullable
      - `releaseEvents` ReleaseEventForApiContract[], nullable
        - `additionalNames` string, nullable
        - `artists` ArtistForEventContract[], nullable
          - `artist` ArtistContract
            - `additionalNames` string, nullable
            - `artistType` 'Unknown' | 'Circle' | 'Label' | 'Producer' | 'Animator' | 'Illustrator' | 'Lyricist' | 'Vocaloid' | 'UTAU' | 'CeVIO' | 'OtherVoiceSynthesizer' | 'OtherVocalist' | 'OtherGroup' | 'OtherIndividual' | 'Utaite' | 'Band' | 'Vocalist' | 'Character' | 'SynthesizerV' | 'CoverArtist' | 'NEUTRINO' | 'VoiSona' | 'NewType' | 'Voiceroid' | 'Instrumentalist' | 'Designer' | 'VOICEVOX' | 'ACEVirtualSinger' | 'AIVOICE'
            - `deleted` boolean
            - `id` integer
            - `name` string, nullable
            - `pictureMime` string, nullable
            - `releaseDate` string, date-time, nullable
            - `status` 'Draft' | 'Finished' | 'Approved' | 'Locked'
            - `version` integer
          - `effectiveRoles` 'Default' | 'Dancer' | 'DJ' | 'Instrumentalist' | 'Organizer' | 'Promoter' | 'VJ' | 'Vocalist' | 'VoiceManipulator' | 'OtherPerformer' | 'Other'
          - `id` integer
          - `name` string, nullable
          - `roles` 'Default' | 'Dancer' | 'DJ' | 'Instrumentalist' | 'Organizer' | 'Promoter' | 'VJ' | 'Vocalist' | 'VoiceManipulator' | 'OtherPerformer' | 'Other'
        - `category` 'Unspecified' | 'AlbumRelease' | 'Anniversary' | 'Club' | 'Concert' | 'Contest' | 'Convention' | 'Other' | 'Festival'
        - `date` string, date-time, nullable
        - `description` string, nullable
        - `endDate` string, date-time, nullable
        - `id` integer
        - `mainPicture` EntryThumbForApiContract
          - `mime` string, nullable
          - `name` string, nullable
          - `urlOriginal` string, nullable
          - `urlSmallThumb` string, nullable
          - `urlThumb` string, nullable
          - `urlTinyThumb` string, nullable
        - `name` string, nullable
        - `names` LocalizedStringContract[], nullable
          - `language` 'Unspecified' | 'Japanese' | 'Romaji' | 'English'
          - `value` string, nullable
        - `pvs` PVContract[], nullable
          - `author` string, nullable
          - `createdBy` integer, nullable
          - `description` string, nullable
          - `disabled` boolean
          - `extendedMetadata` PVExtendedMetadata
            - `json` string, nullable
          - `id` integer
          - `length` integer
          - `name` string, nullable
          - `publishDate` string, date-time, nullable
          - `pvId` string, nullable
          - `service` 'NicoNicoDouga' | 'Youtube' | 'SoundCloud' | 'Vimeo' | 'Piapro' | 'Bilibili' | 'File' | 'LocalFile' | 'Creofuga' | 'Bandcamp'
          - `pvType` 'Original' | 'Reprint' | 'Other'
          - `thumbUrl` string, nullable
          - `url` string, nullable
        - `series` ReleaseEventSeriesContract
          - `additionalNames` string, nullable
          - `category` 'Unspecified' | 'AlbumRelease' | 'Anniversary' | 'Club' | 'Concert' | 'Contest' | 'Convention' | 'Other' | 'Festival'
          - `deleted` boolean
          - `description` string, nullable
          - `id` integer
          - `name` string, nullable
          - `pictureMime` string, nullable
          - `status` 'Draft' | 'Finished' | 'Approved' | 'Locked'
          - `urlSlug` string, nullable
          - `version` integer
          - `webLinks` WebLinkContract[], nullable
            - `category` 'Official' | 'Commercial' | 'Reference' | 'Other'
            - `description` string, nullable
            - `descriptionOrUrl` string, nullable
            - `disabled` boolean
            - `id` integer
            - `url` string, nullable
        - `seriesId` integer, nullable
        - `seriesNumber` integer
        - `seriesSuffix` string, nullable
        - `songList` SongListBaseContract
          - `featuredCategory` 'Nothing' | 'Concerts' | 'VocaloidRanking' | 'Pools' | 'Other'
          - `id` integer
          - `name` string, nullable
        - `status` 'Draft' | 'Finished' | 'Approved' | 'Locked'
        - `tags` TagUsageForApiContract[], nullable
          - `count` integer
          - `tag` TagBaseContract
            - `additionalNames` string, nullable
            - `categoryName` string, nullable
            - `id` integer
            - `name` string, nullable
            - `urlSlug` string, nullable
        - `urlSlug` string, nullable
        - `venue` VenueForApiContract
          - `additionalNames` string, nullable
          - `address` string, nullable
          - `addressCountryCode` string, nullable
          - `coordinates` OptionalGeoPointContract
            - `formatted` string, nullable
            - `hasValue` boolean
            - `latitude` number, double, nullable
            - `longitude` number, double, nullable
          - `deleted` boolean
          - `description` string, nullable
          - `events` ReleaseEventContract[], nullable
            - `additionalNames` string, nullable
            - `category` 'Unspecified' | 'AlbumRelease' | 'Anniversary' | 'Club' | 'Concert' | 'Contest' | 'Convention' | 'Other' | 'Festival'
            - `customName` boolean
            - `date` string, date-time, nullable
            - `deleted` boolean
            - `description` string, nullable
            - `endDate` string, date-time, nullable
            - `hasVenueOrVenueName` boolean
            - `id` integer
            - `inheritedCategory` 'Unspecified' | 'AlbumRelease' | 'Anniversary' | 'Club' | 'Concert' | 'Contest' | 'Convention' | 'Other' | 'Festival'
            - `name` string, nullable
            - `pictureMime` string, nullable
            - `series` ReleaseEventSeriesContract
              - …
            - `songList` SongListBaseContract
              - …
            - `status` 'Draft' | 'Finished' | 'Approved' | 'Locked'
            - `urlSlug` string, nullable
            - `venue` VenueContract
              - …
            - `venueName` string, nullable
            - `version` integer
          - `id` integer
          - `name` string, nullable
          - `names` LocalizedStringContract[], nullable
            - `language` 'Unspecified' | 'Japanese' | 'Romaji' | 'English'
            - `value` string, nullable
          - `status` 'Draft' | 'Finished' | 'Approved' | 'Locked'
          - `version` integer
          - `webLinks` WebLinkForApiContract[], nullable
            - `category` 'Official' | 'Commercial' | 'Reference' | 'Other'
            - `description` string, nullable
            - `descriptionOrUrl` string, nullable
            - `disabled` boolean
            - `id` integer
            - `url` string, nullable
        - `venueName` string, nullable
        - `version` integer
        - `webLinks` WebLinkForApiContract[], nullable
          - `category` 'Official' | 'Commercial' | 'Reference' | 'Other'
          - `description` string, nullable
          - `descriptionOrUrl` string, nullable
          - `disabled` boolean
          - `id` integer
          - `url` string, nullable
      - `status` 'Draft' | 'Finished' | 'Approved' | 'Locked'
      - `tags` TagUsageForApiContract[], nullable
        - `count` integer
        - `tag` TagBaseContract
          - `additionalNames` string, nullable
          - `categoryName` string, nullable
          - `id` integer
          - `name` string, nullable
          - `urlSlug` string, nullable
      - `tracks` SongInAlbumForApiContract[], nullable
        - `discNumber` integer
        - `id` integer
        - `name` string, nullable
        - `rating` 'Nothing' | 'Dislike' | 'Like' | 'Favorite'
        - `song` SongForApiContract
          - `additionalNames` string, nullable
          - `albums` AlbumContract[], nullable
            - `additionalNames` string, nullable
            - `artistString` string, nullable
            - `coverPictureMime` string, nullable
            - `createDate` string, date-time
            - `deleted` boolean
            - `discType` 'Unknown' | 'Album' | 'Single' | 'EP' | 'SplitAlbum' | 'Compilation' | 'Video' | 'Artbook' | 'Game' | 'Fanmade' | 'Instrumental' | 'Other' | 'Drama'
            - `id` integer
            - `name` string, nullable
            - `ratingAverage` number, double
            - `ratingCount` integer
            - `releaseDate` OptionalDateTimeContract
              - …
            - `releaseEvent` ReleaseEventForApiContract
              - …
            - `status` 'Draft' | 'Finished' | 'Approved' | 'Locked'
            - `version` integer
          - `artists` ArtistForSongContract[], nullable
            - `artist` ArtistContract
              - …
            - `categories` 'Nothing' | 'Vocalist' | 'Producer' | 'Animator' | 'Label' | 'Circle' | 'Other' | 'Band' | 'Illustrator' | 'Subject'
            - `effectiveRoles` 'Default' | 'Animator' | 'Arranger' | 'Composer' | 'Distributor' | 'Illustrator' | 'Instrumentalist' | 'Lyricist' | 'Mastering' | 'Publisher' | 'Vocalist' | 'VoiceManipulator' | 'Other' | 'Mixer' | 'Chorus' | 'Encoder' | 'VocalDataProvider' | 'RecordingEngineer'
            - `id` integer
            - `isCustomName` boolean
            - `isSupport` boolean
            - `name` string, nullable
            - `roles` 'Default' | 'Animator' | 'Arranger' | 'Composer' | 'Distributor' | 'Illustrator' | 'Instrumentalist' | 'Lyricist' | 'Mastering' | 'Publisher' | 'Vocalist' | 'VoiceManipulator' | 'Other' | 'Mixer' | 'Chorus' | 'Encoder' | 'VocalDataProvider' | 'RecordingEngineer'
          - `artistString` string, nullable
          - `createDate` string, date-time
          - `defaultName` string, nullable
          - `defaultNameLanguage` 'Unspecified' | 'Japanese' | 'Romaji' | 'English'
          - `deleted` boolean
          - `favoritedTimes` integer
          - `id` integer
          - `lengthSeconds` integer
          - `lyrics` LyricsForSongContract[], nullable
            - `cultureCodes` string[], nullable
            - `id` integer
            - `source` string, nullable
            - `translationType` 'Original' | 'Romanized' | 'Translation'
            - `url` string, nullable
            - `value` string, nullable
          - `mainPicture` EntryThumbForApiContract
            - `mime` string, nullable
            - `name` string, nullable
            - `urlOriginal` string, nullable
            - `urlSmallThumb` string, nullable
            - `urlThumb` string, nullable
            - `urlTinyThumb` string, nullable
          - `maxMilliBpm` integer, nullable
          - `mergedTo` integer
          - `minMilliBpm` integer, nullable
          - `name` string, nullable
          - `names` LocalizedStringContract[], nullable
            - `language` 'Unspecified' | 'Japanese' | 'Romaji' | 'English'
            - `value` string, nullable
          - `originalVersionId` integer
          - `publishDate` string, date-time, nullable
          - `pvs` PVContract[], nullable
            - `author` string, nullable
            - `createdBy` integer, nullable
            - `description` string, nullable
            - `disabled` boolean
            - `extendedMetadata` PVExtendedMetadata
              - …
            - `id` integer
            - `length` integer
            - `name` string, nullable
            - `publishDate` string, date-time, nullable
            - `pvId` string, nullable
            - `service` 'NicoNicoDouga' | 'Youtube' | 'SoundCloud' | 'Vimeo' | 'Piapro' | 'Bilibili' | 'File' | 'LocalFile' | 'Creofuga' | 'Bandcamp'
            - `pvType` 'Original' | 'Reprint' | 'Other'
            - `thumbUrl` string, nullable
            - `url` string, nullable
          - `pvServices` 'Nothing' | 'NicoNicoDouga' | 'Youtube' | 'SoundCloud' | 'Vimeo' | 'Piapro' | 'Bilibili' | 'File' | 'LocalFile' | 'Creofuga' | 'Bandcamp'
          - `ratingScore` integer
          - `releaseEvent` ReleaseEventForApiContract
            - `additionalNames` string, nullable
            - `artists` ArtistForEventContract[], nullable
              - …
            - `category` 'Unspecified' | 'AlbumRelease' | 'Anniversary' | 'Club' | 'Concert' | 'Contest' | 'Convention' | 'Other' | 'Festival'
            - `date` string, date-time, nullable
            - `description` string, nullable
            - `endDate` string, date-time, nullable
            - `id` integer
            - `mainPicture` EntryThumbForApiContract
              - …
            - `name` string, nullable
            - `names` LocalizedStringContract[], nullable
              - …
            - `pvs` PVContract[], nullable
              - …
            - `series` ReleaseEventSeriesContract
              - …
            - `seriesId` integer, nullable
            - `seriesNumber` integer
            - `seriesSuffix` string, nullable
            - `songList` SongListBaseContract
              - …
            - `status` 'Draft' | 'Finished' | 'Approved' | 'Locked'
            - `tags` TagUsageForApiContract[], nullable
              - …
            - `urlSlug` string, nullable
            - `venue` VenueForApiContract
              - …
            - `venueName` string, nullable
            - `version` integer
            - `webLinks` WebLinkForApiContract[], nullable
              - …
          - `releaseEvents` ReleaseEventForApiContract[], nullable
            - `additionalNames` string, nullable
            - `artists` ArtistForEventContract[], nullable
              - …
            - `category` 'Unspecified' | 'AlbumRelease' | 'Anniversary' | 'Club' | 'Concert' | 'Contest' | 'Convention' | 'Other' | 'Festival'
            - `date` string, date-time, nullable
            - `description` string, nullable
            - `endDate` string, date-time, nullable
            - `id` integer
            - `mainPicture` EntryThumbForApiContract
              - …
            - `name` string, nullable
            - `names` LocalizedStringContract[], nullable
              - …
            - `pvs` PVContract[], nullable
              - …
            - `series` ReleaseEventSeriesContract
              - …
            - `seriesId` integer, nullable
            - `seriesNumber` integer
            - `seriesSuffix` string, nullable
            - `songList` SongListBaseContract
              - …
            - `status` 'Draft' | 'Finished' | 'Approved' | 'Locked'
            - `tags` TagUsageForApiContract[], nullable
              - …
            - `urlSlug` string, nullable
            - `venue` VenueForApiContract
              - …
            - `venueName` string, nullable
            - `version` integer
            - `webLinks` WebLinkForApiContract[], nullable
              - …
          - `songType` 'Unspecified' | 'Original' | 'Remaster' | 'Remix' | 'Cover' | 'Arrangement' | 'Instrumental' | 'Mashup' | 'MusicPV' | 'DramaPV' | 'Live' | 'Illustration' | 'Other' | 'Rearrangement' | 'ShortVersion'
          - `status` 'Draft' | 'Finished' | 'Approved' | 'Locked'
          - `tags` TagUsageForApiContract[], nullable
            - `count` integer
            - `tag` TagBaseContract
              - …
          - `thumbUrl` string, nullable
          - `version` integer
          - `webLinks` WebLinkForApiContract[], nullable
            - `category` 'Official' | 'Commercial' | 'Reference' | 'Other'
            - `description` string, nullable
            - `descriptionOrUrl` string, nullable
            - `disabled` boolean
            - `id` integer
            - `url` string, nullable
          - `cultureCodes` string[], nullable
        - `trackNumber` integer
        - `computedCultureCodes` string[], nullable
      - `version` integer
      - `webLinks` WebLinkForApiContract[], nullable
        - `category` 'Official' | 'Commercial' | 'Reference' | 'Other'
        - `description` string, nullable
        - `descriptionOrUrl` string, nullable
        - `disabled` boolean
        - `id` integer
        - `url` string, nullable
    - `mediaType` 'PhysicalDisc' | 'DigitalDownload' | 'Other'
    - `purchaseStatus` 'Nothing' | 'Wishlisted' | 'Ordered' | 'Owned'
    - `rating` integer
    - `user` UserForApiContract
      - `active` boolean
      - `groupId` 'Nothing' | 'Limited' | 'Regular' | 'Trusted' | 'Moderator' | 'Admin'
      - `knownLanguages` UserKnownLanguageContract[], nullable
        - `cultureCode` string, nullable
        - `proficiency` 'Nothing' | 'Basics' | 'Intermediate' | 'Advanced' | 'Native'
      - `mainPicture` EntryThumbForApiContract
        - `mime` string, nullable
        - `name` string, nullable
        - `urlOriginal` string, nullable
        - `urlSmallThumb` string, nullable
        - `urlThumb` string, nullable
        - `urlTinyThumb` string, nullable
      - `memberSince` string, date-time
      - `oldUsernames` OldUsernameContract[], nullable
        - `date` string, date-time
        - `oldName` string, nullable
      - `verifiedArtist` boolean
      - `id` integer
      - `name` string, nullable
  - `term` string, nullable
  - `totalCount` integer

---

[API](https://skmtc.net/vocadb/apis/vocadbweb.md) · [All operations](https://skmtc.net/vocadb/apis/vocadbweb/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vocadb/vocadbweb/versions/d1328dfaa36f/schema)
