Skip to content

Add VocaDB songs API lyrics integration #3

@shikendon

Description

@shikendon

API document: https://vocadb.net/swagger/ui/index

GET /api/songs

{
  "items": [
    {
      "lyrics": [
        {
          "cultureCode": "string",
          "id": 0,
          "source": "string",
          "translationType": "Original",
          "url": "string",
          "value": "string"
        }
      ]
    }
  ]
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions