Endpoints
Song
Retrieve a single song by its OMID
curl -X GET "https://api.vleer.app/metadata/v1/song/string"{
"id": "string",
"name": "string",
"artist": [
{
"id": "string",
"name": "string",
"image": "http://example.com",
"genres": [
"string"
]
}
],
"album": [
{
"id": "string",
"name": "string",
"artist": [
{
"id": "string",
"name": "string",
"image": "http://example.com",
"genres": [
"string"
]
}
],
"genres": [
"string"
],
"image": "http://example.com",
"date": "string",
"track_count": 0,
"upc": "string",
"label": "string"
}
],
"genres": [
"string"
],
"image": "http://example.com",
"disc_number": 0,
"track_number": 0,
"duration": 0,
"isrc": "string",
"date": "string"
}Empty