Skip to content
/ vocadb Public

VocaDB is a Vocaloid Database with translated artists, albums, music videos and more.

License

Notifications You must be signed in to change notification settings

VocaDB/vocadb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2e1ca91 · Jan 15, 2026

History

6,356 Commits
Dec 26, 2025
Sep 15, 2022
Dec 23, 2014
Nov 6, 2016
Jan 15, 2026
Jan 9, 2026
Jan 5, 2023
Jan 15, 2026
Jan 15, 2026
Dec 26, 2025
Nov 8, 2022
Oct 3, 2015
May 2, 2023
Nov 20, 2023
Apr 4, 2021
Apr 2, 2025
Apr 14, 2017
Dec 27, 2025
Jul 8, 2022
May 27, 2023
May 12, 2023

Repository files navigation

VocaDB is a Vocaloid Database with translated artists, albums, music videos and more. Our goal is to be the most accurate and complete source of Vocaloid discography and artists.

The software is based on ASP.NET Core (.NET 8), jQuery, jQuery UI, Bootstrap, React, MobX, and it uses a SQL database through the NHibernate ORM. Server side code is written in C#, most of the client side is TypeScript.

The same software is used for UtaiteDB and TouhouDB.

How to contribute

Take a look at the code and instructions for setting up the development environment (Windows or Linux).

Any bugs and change requests are to be reported here, on the issues tab. If you think you could help, take a look at the list of reported issues, create a fork and you can fix it there and create a pull request back to the main repository.

Web API

We have a comprehensive web API for programmatic access. The full list of available endpoints is documented using OpenAPI. Please take a look if you're interested.