Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 463 Bytes

discogsRating.md

File metadata and controls

28 lines (23 loc) · 463 Bytes

Discogs

Get discogs album ratings from given id

URL : scraper/discogsRatings

METHOD : GET

Parameters :

Success Response Example

{
  "success": true,
  "rating": 4.22,
  "max_rating": 5,
  "number_of_ratings": 671 
}

Failure Response Example

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