How do I get the percentage of upvotes using the Reddit API in java -


i'm trying percentage of upvotes given reddit post, or number of downvotes. i'm getting json , parsing through it. notice upvotes readily available not sure how accurate since matches score. think getting percentage possible since reddit apps able display information.

thanks in advance help.

i figured out. turns out data upvote percentage located inside post's json , not available in feed's json. once you're inside post's json, percentage, can found under "upvote_ratio"


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

python - Django-cities exits with "killed" -

python - How to get a widget position inside it's layout in Kivy? -