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
Post a Comment