---
title: "GET /api/songs/{id}"
method: GET
path: "/api/songs/{id}"
tags: ["SongApi"]
---

# GET /api/songs/{id}

`GET /api/songs/{id}`

## Path parameters

- `id` integer, required

## Query parameters

- `fields` 'None' | 'AdditionalNames' | 'Albums' | 'Artists' | 'Lyrics' | 'MainPicture' | 'Names' | 'PVs' | 'ReleaseEvent' | 'Tags' | 'ThumbUrl' | 'WebLinks' | 'Bpm' | 'CultureCodes'
- `lang` 'Default' | 'Japanese' | 'Romaji' | 'English'

## Response `200`

Success

- 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
      - `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
            - `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
              - …
          - `songList` SongListBaseContract
            - `featuredCategory` 'Nothing' | 'Concerts' | 'VocaloidRanking' | 'Pools' | 'Other'
            - `id` integer
            - `name` string, nullable
          - `status` 'Draft' | 'Finished' | 'Approved' | 'Locked'
          - `urlSlug` string, nullable
          - `venue` VenueContract
            - `additionalNames` string, nullable
            - `address` string, nullable
            - `addressCountryCode` string, nullable
            - `coordinates` OptionalGeoPointContract
              - …
            - `deleted` boolean
            - `description` string, nullable
            - `id` integer
            - `name` string, nullable
            - `status` 'Draft' | 'Finished' | 'Approved' | 'Locked'
            - `version` integer
            - `webLinks` WebLinkContract[], nullable
              - …
          - `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'
    - `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
        - `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
          - `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
        - `songList` SongListBaseContract
          - `featuredCategory` 'Nothing' | 'Concerts' | 'VocaloidRanking' | 'Pools' | 'Other'
          - `id` integer
          - `name` string, nullable
        - `status` 'Draft' | 'Finished' | 'Approved' | 'Locked'
        - `urlSlug` string, nullable
        - `venue` VenueContract
          - `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
          - `id` integer
          - `name` string, nullable
          - `status` 'Draft' | 'Finished' | 'Approved' | 'Locked'
          - `version` integer
          - `webLinks` WebLinkContract[], nullable
            - `category` 'Official' | 'Commercial' | 'Reference' | 'Other'
            - `description` string, nullable
            - `descriptionOrUrl` string, nullable
            - `disabled` boolean
            - `id` integer
            - `url` string, nullable
        - `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
          - `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
        - `songList` SongListBaseContract
          - `featuredCategory` 'Nothing' | 'Concerts' | 'VocaloidRanking' | 'Pools' | 'Other'
          - `id` integer
          - `name` string, nullable
        - `status` 'Draft' | 'Finished' | 'Approved' | 'Locked'
        - `urlSlug` string, nullable
        - `venue` VenueContract
          - `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
          - `id` integer
          - `name` string, nullable
          - `status` 'Draft' | 'Finished' | 'Approved' | 'Locked'
          - `version` integer
          - `webLinks` WebLinkContract[], nullable
            - `category` 'Official' | 'Commercial' | 'Reference' | 'Other'
            - `description` string, nullable
            - `descriptionOrUrl` string, nullable
            - `disabled` boolean
            - `id` integer
            - `url` string, nullable
        - `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
  - `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

---

[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)
