Endpoints
Album
Retrieve a single album by its OMID
curl -X GET "https://api.vleer.app/metadata/v1/album/string"{
"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"
}Empty