Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add VocaDB songs API lyrics integration #3

Open
shikendon opened this issue Feb 28, 2019 · 0 comments
Open

Add VocaDB songs API lyrics integration #3

shikendon opened this issue Feb 28, 2019 · 0 comments
Assignees

Comments

@shikendon
Copy link
Member

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"
        }
      ]
    }
  ]
}
@shikendon shikendon self-assigned this Feb 28, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant