action vocadb_get_api_songs_id_ratings { label: "get_api_songs_id_ratings" provider: vocadb method: GET path: "/api/songs/{id}/ratings" encoding: json input: { type: "object" properties: { id: { type: "integer" format: "int32" } lang: { type: "string" enum: ["Default", "Japanese", "Romaji", "English"] } userFields: { type: "string" enum: ["None", "KnownLanguages", "MainPicture", "OldUsernames"] } } required: ["id"] additionalProperties: false } output: { type: "array" items: { type: "object" properties: { date: { type: "string" format: "date-time" } rating: { type: "string" enum: ["Nothing", "Dislike", "Like", "Favorite"] } song: { type: "object" properties: { additionalNames: { type: "string" } albums: { type: "array" items: { type: "object" properties: { additionalNames: { type: "string" } artistString: { type: "string" } coverPictureMime: { type: "string" } createDate: { type: "string" format: "date-time" } deleted: { type: "boolean" } discType: { type: "string" enum: ["Unknown", "Album", "Single", "EP", "SplitAlbum", "Compilation", "Video", "Artbook", "Game", "Fanmade", "Instrumental", "Other"] } id: { type: "integer" format: "int32" } name: { type: "string" } ratingAverage: { type: "number" format: "double" } ratingCount: { type: "integer" format: "int32" } releaseDate: { type: "object" properties: { day: { type: "integer" format: "int32" } formatted: { type: "string" } isEmpty: { type: "boolean" } month: { type: "integer" format: "int32" } year: { type: "integer" format: "int32" } } additionalProperties: false } releaseEvent: { type: "object" properties: { additionalNames: { type: "string" } artists: { type: "array" items: { type: "object" properties: { artist: { type: "object" additionalProperties: true } effectiveRoles: { type: "object" additionalProperties: true } id: { type: "object" additionalProperties: true } name: { type: "object" additionalProperties: true } roles: { type: "object" additionalProperties: true } } additionalProperties: false } } category: { type: "string" enum: ["Unspecified", "AlbumRelease", "Anniversary", "Club", "Concert", "Contest", "Convention", "Other", "Festival"] } date: { type: "string" format: "date-time" } description: { type: "string" } endDate: { type: "string" format: "date-time" } id: { type: "integer" format: "int32" } mainPicture: { type: "object" properties: { mime: { type: "string" } name: { type: "string" } urlOriginal: { type: "string" } urlSmallThumb: { type: "string" } urlThumb: { type: "string" } urlTinyThumb: { type: "string" } } additionalProperties: false } name: { type: "string" } names: { type: "array" items: { type: "object" properties: { language: { type: "object" additionalProperties: true } value: { type: "object" additionalProperties: true } } additionalProperties: false } } pvs: { type: "array" items: { type: "object" properties: { author: { type: "object" additionalProperties: true } createdBy: { type: "object" additionalProperties: true } disabled: { type: "object" additionalProperties: true } extendedMetadata: { type: "object" additionalProperties: true } id: { type: "object" additionalProperties: true } length: { type: "object" additionalProperties: true } name: { type: "object" additionalProperties: true } publishDate: { type: "object" additionalProperties: true } pvId: { type: "object" additionalProperties: true } pvType: { type: "object" additionalProperties: true } service: { type: "object" additionalProperties: true } thumbUrl: { type: "object" additionalProperties: true } url: { type: "object" additionalProperties: true } } additionalProperties: false } } series: { type: "object" properties: { additionalNames: { type: "string" } category: { type: "object" additionalProperties: true } deleted: { type: "boolean" } description: { type: "string" } id: { type: "integer" format: "int32" } name: { type: "string" } pictureMime: { type: "string" } status: { type: "string" enum: ["Draft", "Finished", "Approved", "Locked"] } urlSlug: { type: "string" } version: { type: "integer" format: "int32" } webLinks: { type: "array" items: { type: "object" additionalProperties: true } } } additionalProperties: false } seriesId: { type: "integer" format: "int32" } seriesNumber: { type: "integer" format: "int32" } seriesSuffix: { type: "string" } songList: { type: "object" properties: { featuredCategory: { type: "string" enum: ["Nothing", "Concerts", "VocaloidRanking", "Pools", "Other"] } id: { type: "integer" format: "int32" } name: { type: "string" } } additionalProperties: false } status: { type: "object" additionalProperties: true } tags: { type: "array" items: { type: "object" properties: { count: { type: "object" additionalProperties: true } tag: { type: "object" additionalProperties: true } } additionalProperties: false } } urlSlug: { type: "string" } venue: { type: "object" properties: { additionalNames: { type: "string" } address: { type: "string" } addressCountryCode: { type: "string" } coordinates: { type: "object" properties: { formatted: { type: "object" additionalProperties: true } hasValue: { type: "object" additionalProperties: true } latitude: { type: "object" additionalProperties: true } longitude: { type: "object" additionalProperties: true } } additionalProperties: false } deleted: { type: "boolean" } description: { type: "string" } events: { type: "array" items: { type: "object" additionalProperties: true } } id: { type: "integer" format: "int32" } name: { type: "string" } names: { type: "array" items: { type: "object" additionalProperties: true } } status: { type: "object" additionalProperties: true } version: { type: "integer" format: "int32" } webLinks: { type: "array" items: { type: "object" additionalProperties: true } } } additionalProperties: false } venueName: { type: "string" } version: { type: "integer" format: "int32" } webLinks: { type: "array" items: { type: "object" additionalProperties: true } } } additionalProperties: false } status: { type: "object" additionalProperties: true } version: { type: "integer" format: "int32" } } additionalProperties: false } } artistString: { type: "string" } artists: { type: "array" items: { type: "object" properties: { artist: { type: "object" additionalProperties: true } categories: { type: "string" enum: ["Nothing", "Vocalist", "Producer", "Animator", "Label", "Circle", "Other", "Band", "Illustrator", "Subject"] } effectiveRoles: { type: "string" enum: ["Default", "Animator", "Arranger", "Composer", "Distributor", "Illustrator", "Instrumentalist", "Lyricist", "Mastering", "Publisher", "Vocalist", "VoiceManipulator", "Other", "Mixer", "Chorus", "Encoder", "VocalDataProvider"] } id: { type: "integer" format: "int32" } isCustomName: { type: "boolean" } isSupport: { type: "boolean" } name: { type: "string" } roles: { type: "object" additionalProperties: true } } additionalProperties: false } } createDate: { type: "string" format: "date-time" } defaultName: { type: "string" } defaultNameLanguage: { type: "object" additionalProperties: true } deleted: { type: "boolean" } favoritedTimes: { type: "integer" format: "int32" } id: { type: "integer" format: "int32" } lengthSeconds: { type: "integer" format: "int32" } lyrics: { type: "array" items: { type: "object" properties: { cultureCode: { type: "string" } id: { type: "integer" format: "int32" } source: { type: "string" } translationType: { type: "string" enum: ["Original", "Romanized", "Translation"] } url: { type: "string" } value: { type: "string" } } additionalProperties: false } } mainPicture: { type: "object" additionalProperties: true } maxMilliBpm: { type: "integer" format: "int32" } mergedTo: { type: "integer" format: "int32" } minMilliBpm: { type: "integer" format: "int32" } name: { type: "string" } names: { type: "array" items: { type: "object" additionalProperties: true } } originalVersionId: { type: "integer" format: "int32" } publishDate: { type: "string" format: "date-time" } pvServices: { type: "string" enum: ["Nothing", "NicoNicoDouga", "Youtube", "SoundCloud", "Vimeo", "Piapro", "Bilibili", "File", "LocalFile", "Creofuga", "Bandcamp"] } pvs: { type: "array" items: { type: "object" additionalProperties: true } } ratingScore: { type: "integer" format: "int32" } releaseEvent: { type: "object" additionalProperties: true } songType: { type: "string" enum: ["Unspecified", "Original", "Remaster", "Remix", "Cover", "Arrangement", "Instrumental", "Mashup", "MusicPV", "DramaPV", "Live", "Illustration", "Other"] } status: { type: "object" additionalProperties: true } tags: { type: "array" items: { type: "object" additionalProperties: true } } thumbUrl: { type: "string" } version: { type: "integer" format: "int32" } webLinks: { type: "array" items: { type: "object" additionalProperties: true } } } additionalProperties: false } user: { type: "object" properties: { active: { type: "boolean" } groupId: { type: "string" enum: ["Nothing", "Limited", "Regular", "Trusted", "Moderator", "Admin"] } id: { type: "integer" format: "int32" } knownLanguages: { type: "array" items: { type: "object" properties: { cultureCode: { type: "string" } proficiency: { type: "string" enum: ["Nothing", "Basics", "Intermediate", "Advanced", "Native"] } } additionalProperties: false } } mainPicture: { type: "object" additionalProperties: true } memberSince: { type: "string" format: "date-time" } name: { type: "string" } oldUsernames: { type: "array" items: { type: "object" properties: { date: { type: "string" format: "date-time" } oldName: { type: "string" } } additionalProperties: false } } verifiedArtist: { type: "boolean" } } additionalProperties: false } } additionalProperties: false } } }