Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 439 Bytes

allMusicRating.md

File metadata and controls

28 lines (23 loc) · 439 Bytes

AllMuisc

Get allmusic album ratings from given id

URL : scraper/allMusicRatings

METHOD : GET

Parameters :

Success Response Example

{
  "success": true,
  "site_rating": 8,
  "user_rating": 4,
  "max_rating": 10
}

Failure Response Example

{
	"success": false,
	"response": "Given id is invalid"
}