---
title: "GET /api/artists"
method: GET
path: "/api/artists"
tags: ["ArtistApi"]
---

# GET /api/artists

`GET /api/artists`

## Query parameters

- `query` string
- `artistTypes` string
- `allowBaseVoicebanks` boolean
- `tagName[]` string[]
- `tagId[]` integer[]
- `childTags` boolean
- `followedByUserId` integer
- `status` 'Draft' | 'Finished' | 'Approved' | 'Locked'
- `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' | 'AdditionDate' | 'AdditionDateAsc' | 'ReleaseDate' | 'SongCount' | 'SongRating' | 'FollowerCount' | 'ArtistType'
- `preferAccurateMatches` boolean
- `nameMatchMode` 'Auto' | 'Partial' | 'StartsWith' | 'Exact' | 'Words'
- `fields` 'None' | 'AdditionalNames' | 'ArtistLinks' | 'ArtistLinksReverse' | 'BaseVoicebank' | 'Description' | 'MainPicture' | 'Names' | 'Tags' | 'WebLinks'
- `lang` 'Default' | 'Japanese' | 'Romaji' | 'English'
- `languages[]` string[]

## Response `200`

Success

- ArtistForApiContractPartialFindResult
  - `items` ArtistForApiContract[], nullable
    - `additionalNames` string, nullable
    - `artistLinks` ArtistForArtistForApiContract[], 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
      - `linkType` 'CharacterDesigner' | 'Group' | 'Illustrator' | 'Manager' | 'VoiceProvider'
    - `artistLinksReverse` ArtistForArtistForApiContract[], 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
      - `linkType` 'CharacterDesigner' | 'Group' | 'Illustrator' | 'Manager' | 'VoiceProvider'
    - `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'
    - `baseVoicebank` 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
    - `createDate` string, date-time
    - `defaultName` string, nullable
    - `defaultNameLanguage` 'Unspecified' | 'Japanese' | 'Romaji' | 'English'
    - `deleted` boolean
    - `description` string, nullable
    - `id` integer
    - `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
    - `pictureMime` string, nullable
    - `relations` ArtistRelationsForApi
      - `latestAlbums` AlbumForApiContract[], nullable
        - `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
              - …
            - `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
              - …
            - `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
              - …
          - `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
              - …
          - `urlSlug` string, nullable
          - `venue` VenueForApiContract
            - `additionalNames` string, nullable
            - `address` string, nullable
            - `addressCountryCode` string, nullable
            - `coordinates` OptionalGeoPointContract
              - …
            - `deleted` boolean
            - `description` string, nullable
            - `events` ReleaseEventContract[], nullable
              - …
            - `id` integer
            - `name` string, nullable
            - `names` LocalizedStringContract[], nullable
              - …
            - `status` 'Draft' | 'Finished' | 'Approved' | 'Locked'
            - `version` integer
            - `webLinks` WebLinkForApiContract[], 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
              - …
            - `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
              - …
            - `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
              - …
          - `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
              - …
          - `urlSlug` string, nullable
          - `venue` VenueForApiContract
            - `additionalNames` string, nullable
            - `address` string, nullable
            - `addressCountryCode` string, nullable
            - `coordinates` OptionalGeoPointContract
              - …
            - `deleted` boolean
            - `description` string, nullable
            - `events` ReleaseEventContract[], nullable
              - …
            - `id` integer
            - `name` string, nullable
            - `names` LocalizedStringContract[], nullable
              - …
            - `status` 'Draft' | 'Finished' | 'Approved' | 'Locked'
            - `version` integer
            - `webLinks` WebLinkForApiContract[], 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
              - …
            - `artists` ArtistForSongContract[], nullable
              - …
            - `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
              - …
            - `mainPicture` EntryThumbForApiContract
              - …
            - `maxMilliBpm` integer, nullable
            - `mergedTo` integer
            - `minMilliBpm` integer, nullable
            - `name` string, nullable
            - `names` LocalizedStringContract[], nullable
              - …
            - `originalVersionId` integer
            - `publishDate` string, date-time, nullable
            - `pvs` PVContract[], nullable
              - …
            - `pvServices` 'Nothing' | 'NicoNicoDouga' | 'Youtube' | 'SoundCloud' | 'Vimeo' | 'Piapro' | 'Bilibili' | 'File' | 'LocalFile' | 'Creofuga' | 'Bandcamp'
            - `ratingScore` integer
            - `releaseEvent` ReleaseEventForApiContract
              - …
            - `releaseEvents` ReleaseEventForApiContract[], 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
              - …
            - `thumbUrl` string, nullable
            - `version` integer
            - `webLinks` WebLinkForApiContract[], 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
      - `latestEvents` 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
      - `latestSongs` SongForApiContract[], nullable
        - `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
            - `day` integer, nullable
            - `isEmpty` boolean
            - `month` integer, nullable
            - `year` integer, nullable
          - `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
              - …
          - `status` 'Draft' | 'Finished' | 'Approved' | 'Locked'
          - `version` integer
        - `artists` ArtistForSongContract[], 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'
          - `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
            - `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
        - `pvServices` 'Nothing' | 'NicoNicoDouga' | 'Youtube' | 'SoundCloud' | 'Vimeo' | 'Piapro' | 'Bilibili' | 'File' | 'LocalFile' | 'Creofuga' | 'Bandcamp'
        - `ratingScore` integer
        - `releaseEvent` ReleaseEventForApiContract
          - `additionalNames` string, nullable
          - `artists` ArtistForEventContract[], nullable
            - `artist` ArtistContract
              - …
            - `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
              - …
            - `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
              - …
          - `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
              - …
          - `urlSlug` string, nullable
          - `venue` VenueForApiContract
            - `additionalNames` string, nullable
            - `address` string, nullable
            - `addressCountryCode` string, nullable
            - `coordinates` OptionalGeoPointContract
              - …
            - `deleted` boolean
            - `description` string, nullable
            - `events` ReleaseEventContract[], nullable
              - …
            - `id` integer
            - `name` string, nullable
            - `names` LocalizedStringContract[], nullable
              - …
            - `status` 'Draft' | 'Finished' | 'Approved' | 'Locked'
            - `version` integer
            - `webLinks` WebLinkForApiContract[], 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
              - …
            - `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
              - …
            - `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
              - …
          - `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
              - …
          - `urlSlug` string, nullable
          - `venue` VenueForApiContract
            - `additionalNames` string, nullable
            - `address` string, nullable
            - `addressCountryCode` string, nullable
            - `coordinates` OptionalGeoPointContract
              - …
            - `deleted` boolean
            - `description` string, nullable
            - `events` ReleaseEventContract[], nullable
              - …
            - `id` integer
            - `name` string, nullable
            - `names` LocalizedStringContract[], nullable
              - …
            - `status` 'Draft' | 'Finished' | 'Approved' | 'Locked'
            - `version` integer
            - `webLinks` WebLinkForApiContract[], 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
        - `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
            - `additionalNames` string, nullable
            - `categoryName` string, nullable
            - `id` integer
            - `name` string, nullable
            - `urlSlug` string, nullable
        - `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
      - `popularAlbums` AlbumForApiContract[], nullable
        - `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
              - …
            - `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
              - …
            - `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
              - …
          - `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
              - …
          - `urlSlug` string, nullable
          - `venue` VenueForApiContract
            - `additionalNames` string, nullable
            - `address` string, nullable
            - `addressCountryCode` string, nullable
            - `coordinates` OptionalGeoPointContract
              - …
            - `deleted` boolean
            - `description` string, nullable
            - `events` ReleaseEventContract[], nullable
              - …
            - `id` integer
            - `name` string, nullable
            - `names` LocalizedStringContract[], nullable
              - …
            - `status` 'Draft' | 'Finished' | 'Approved' | 'Locked'
            - `version` integer
            - `webLinks` WebLinkForApiContract[], 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
              - …
            - `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
              - …
            - `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
              - …
          - `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
              - …
          - `urlSlug` string, nullable
          - `venue` VenueForApiContract
            - `additionalNames` string, nullable
            - `address` string, nullable
            - `addressCountryCode` string, nullable
            - `coordinates` OptionalGeoPointContract
              - …
            - `deleted` boolean
            - `description` string, nullable
            - `events` ReleaseEventContract[], nullable
              - …
            - `id` integer
            - `name` string, nullable
            - `names` LocalizedStringContract[], nullable
              - …
            - `status` 'Draft' | 'Finished' | 'Approved' | 'Locked'
            - `version` integer
            - `webLinks` WebLinkForApiContract[], 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
              - …
            - `artists` ArtistForSongContract[], nullable
              - …
            - `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
              - …
            - `mainPicture` EntryThumbForApiContract
              - …
            - `maxMilliBpm` integer, nullable
            - `mergedTo` integer
            - `minMilliBpm` integer, nullable
            - `name` string, nullable
            - `names` LocalizedStringContract[], nullable
              - …
            - `originalVersionId` integer
            - `publishDate` string, date-time, nullable
            - `pvs` PVContract[], nullable
              - …
            - `pvServices` 'Nothing' | 'NicoNicoDouga' | 'Youtube' | 'SoundCloud' | 'Vimeo' | 'Piapro' | 'Bilibili' | 'File' | 'LocalFile' | 'Creofuga' | 'Bandcamp'
            - `ratingScore` integer
            - `releaseEvent` ReleaseEventForApiContract
              - …
            - `releaseEvents` ReleaseEventForApiContract[], 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
              - …
            - `thumbUrl` string, nullable
            - `version` integer
            - `webLinks` WebLinkForApiContract[], 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
      - `popularSongs` SongForApiContract[], nullable
        - `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
            - `day` integer, nullable
            - `isEmpty` boolean
            - `month` integer, nullable
            - `year` integer, nullable
          - `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
              - …
          - `status` 'Draft' | 'Finished' | 'Approved' | 'Locked'
          - `version` integer
        - `artists` ArtistForSongContract[], 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'
          - `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
            - `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
        - `pvServices` 'Nothing' | 'NicoNicoDouga' | 'Youtube' | 'SoundCloud' | 'Vimeo' | 'Piapro' | 'Bilibili' | 'File' | 'LocalFile' | 'Creofuga' | 'Bandcamp'
        - `ratingScore` integer
        - `releaseEvent` ReleaseEventForApiContract
          - `additionalNames` string, nullable
          - `artists` ArtistForEventContract[], nullable
            - `artist` ArtistContract
              - …
            - `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
              - …
            - `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
              - …
          - `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
              - …
          - `urlSlug` string, nullable
          - `venue` VenueForApiContract
            - `additionalNames` string, nullable
            - `address` string, nullable
            - `addressCountryCode` string, nullable
            - `coordinates` OptionalGeoPointContract
              - …
            - `deleted` boolean
            - `description` string, nullable
            - `events` ReleaseEventContract[], nullable
              - …
            - `id` integer
            - `name` string, nullable
            - `names` LocalizedStringContract[], nullable
              - …
            - `status` 'Draft' | 'Finished' | 'Approved' | 'Locked'
            - `version` integer
            - `webLinks` WebLinkForApiContract[], 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
              - …
            - `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
              - …
            - `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
              - …
          - `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
              - …
          - `urlSlug` string, nullable
          - `venue` VenueForApiContract
            - `additionalNames` string, nullable
            - `address` string, nullable
            - `addressCountryCode` string, nullable
            - `coordinates` OptionalGeoPointContract
              - …
            - `deleted` boolean
            - `description` string, nullable
            - `events` ReleaseEventContract[], nullable
              - …
            - `id` integer
            - `name` string, nullable
            - `names` LocalizedStringContract[], nullable
              - …
            - `status` 'Draft' | 'Finished' | 'Approved' | 'Locked'
            - `version` integer
            - `webLinks` WebLinkForApiContract[], 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
        - `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
            - `additionalNames` string, nullable
            - `categoryName` string, nullable
            - `id` integer
            - `name` string, nullable
            - `urlSlug` string, nullable
        - `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
    - `releaseDate` string, date-time, 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
    - `version` integer
    - `webLinks` WebLinkForApiContract[], nullable
      - `category` 'Official' | 'Commercial' | 'Reference' | 'Other'
      - `description` string, nullable
      - `descriptionOrUrl` string, nullable
      - `disabled` boolean
      - `id` integer
      - `url` 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)
