omdbapi / OMDb-API

The Open Movie Database Bug Tracking
416 stars 20 forks source link

Format for some search ratings #290

Open Kingknight23 opened 1 year ago

Kingknight23 commented 1 year ago

I believe the format of the return JSON file is different for some TV shows and animated shows ie naruto -> {...."Ratings":[{"Source":"Internet Movie Database","Value":"8.4/10"}],"Metascore":"N/A","imdbRating":"8.4",.....} superman -> "Ratings":[{"Source":"Internet Movie Database","Value":"7.4/10"},{"Source":"Rotten Tomatoes","Value":"94%"},{"Source":"Metacritic","Value":"82/100"}]

both searches have different when it comes to their ratings...I do not know if that is intentional but I thought I should let you know