Logo

Docs

Endpoints

Song

Retrieve a single song by its OMID

GET
/song/{id}

Path Parameters

id*string

Song OMID

Match^[0-9a-z]{16}$

Response Body

application/json

curl -X GET "https://api.vleer.app/metadata/v1/song/string"
{
  "id": "string",
  "name": "string",
  "artist": "string",
  "album": "string",
  "image": "http://example.com",
  "disc_number": 0,
  "track_number": 0,
  "duration": 0,
  "isrc": "string",
  "date": "string"
}
Empty