Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 465 Bytes

rateYourMusicRating.md

File metadata and controls

28 lines (23 loc) · 465 Bytes

RateYourMuisc

Get RateYourMuisc album ratings from given partial

URL : scraper/rateYourMusicRatings

METHOD : GET

Parameters :

  • url=[string] * Album ratings will be fetched from the given url

Success Response Example

{
  "success": true,
  "rating": 3.14,
  "max_rating": 5,
  "number_of_ratings": 3051
}

Failure Response Example

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