RedCrawler API
Account V1

My Upvoted V1

Get posts the authenticated user has upvoted. Returns a paginated list of upvoted content. This data is private and only visible to the account owner. Require

GET /api/v1/my/upvoted

Get posts the authenticated user has upvoted.

Returns a paginated list of upvoted content. This data is private and only visible to the account owner.

Requires bearer token (Token Vault or explicit).

Query parameters

NameTypeRequiredDescription
limitnumberNoNumber of items to return (1-100, default 25).
time_filterstringNoTime filter for top/controversial: hour, day, week, month, year, all.
proxystringNoProxy ip:port:user:pass. Auto-resolves from Token Vault if omitted.
bearerstringNoReddit bearer token. Auto-resolves from Token Vault if omitted.
sortstringNoSort order: new, hot, top, controversial.

Authentication

HeaderValue
X-RapidAPI-KeyYour RapidAPI key
X-RapidAPI-Hostred-crawler1.p.rapidapi.com

Example request

cURL

curl -X GET "https://red-crawler1.p.rapidapi.com/api/v1/my/upvoted?limit=25&time_filter=<time_filter>&proxy=<proxy>&bearer=<bearer>&sort=new" \
  -H "X-RapidAPI-Key: YOUR_RAPIDAPI_KEY" \
  -H "X-RapidAPI-Host: red-crawler1.p.rapidapi.com"

JavaScript

const res = await fetch("https://red-crawler1.p.rapidapi.com/api/v1/my/upvoted?limit=25&time_filter=<time_filter>&proxy=<proxy>&bearer=<bearer>&sort=new", {
  method: "GET",
  headers: {
      "X-RapidAPI-Key": "YOUR_RAPIDAPI_KEY",
    "X-RapidAPI-Host": "red-crawler1.p.rapidapi.com"
    }
});
const data = await res.json();
console.log(data);

Python

import requests

url = "https://red-crawler1.p.rapidapi.com/api/v1/my/upvoted?limit=25&time_filter=<time_filter>&proxy=<proxy>&bearer=<bearer>&sort=new"
headers = {
    "X-RapidAPI-Key": "YOUR_RAPIDAPI_KEY",
    "X-RapidAPI-Host": "red-crawler1.p.rapidapi.com"
}
resp = requests.get(url, headers=headers)
print(resp.json())

Example response

HTTP 200 — captured from a live call to the gateway.

{
  "success": true,
  "data": {
    "items": [
      {
        "subreddit": "test",
        "selftext": "",
        "author_fullname": "t2_exampleu",
        "location_lat": null,
        "saved": false,
        "gilded": 0,
        "clicked": false,
        "title": "text post",
        "link_flair_richtext": [],
        "subreddit_name_prefixed": "r/test",
        "hidden": false,
        "link_flair_css_class": null,
        "downs": 0,
        "thumbnail_height": null,
        "hide_score": false,
        "name": "t3_1sys4r2",
        "quarantine": false,
        "link_flair_text_color": "dark",
        "upvote_ratio": 1.0,
        "author_flair_background_color": null,
        "ups": 1,
        "total_awards_received": 0,
        "media_embed": {},
        "thumbnail_width": null,
        "is_original_content": false,
        "secure_media": null,
        "is_reddit_media_domain": false,
        "is_meta": false,
        "category": null,
        "secure_media_embed": {},
        "link_flair_text": null,
        "score": 1,
        "is_created_from_ads_ui": false,
        "author_premium": false,
        "thumbnail": "self",
        "edited": false,
        "author_flair_css_class": null,
        "author_flair_richtext": [],
        "websocket_url": "wss://k8s-lb.wss.redditmedia.com/link/1syt6xi?m=AQAAvRnzacBLUBKn8MXeIjFErLTq9oxZwxRancvxIQWgg5iANONp",
        "gildings": {},
        "content_categories": null,
        "is_self": true,
        "created": 1777452814.0,
        "link_flair_type": "text",
        "removed_by_category": null,
        "send_replies": true,
        "author_flair_type": "text",
        "domain": "self.test",
        "allow_live_comments": false,
        "selftext_html": null,
        "likes": true,
        "suggested_sort": null,
        "archived": false,
        "is_crosspostable": true,
        "pinned": false,
        "over_18": false,
        "all_awardings": [],
        "spoiler": false,
        "locked": false,
        "author_flair_text": null,
        "rte_mode": "markdown",
        "visited": false,
        "removed_by": null,
        "distinguished": null,
        "subreddit_id": "t5_examples",
        "author_is_blocked": false,
        "link_flair_background_color": "",
        "id": "1syt6xi",
        "location_name": null,
        "author": "Motor_Tip8865",
        "num_comments": 0,
        "location_long": null,
        "contest_mode": false,
        "author_flair_text_color": null,
        "permalink": "https://www.reddit.com/r/test/comments/1sys4r2/image_post/",
        "stickied": false,
        "url": "https://www.reddit.com/r/test/comments/1sys4r2/image_post/",
        "subreddit_subscribers": 41527,
        "created_utc": 1777452814.0,
        "num_crossposts": 0,
        "media": null,
        "is_video": false
      },
      {
        "subreddit": "test",
        "selftext": "Poll post body\n\n[View Poll](https://www.reddit.com/poll/1sysc7p)",
        "author_fullname": "t2_exampleu",
        "location_lat": null,
        "saved": false,
        "gilded": 0,
        "clicked": false,
        "title": "Poll post",
        "link_flair_richtext": [],
        "subreddit_name_prefixed": "r/test",
        "hidden": false,
        "link_flair_css_class": null,
        "downs": 0,
        "thumbnail_height": null,
        "hide_score": false,
        "name": "t3_1sys4r2",
        "quarantine": false,
        "link_flair_text_color": "dark",
        "upvote_ratio": 1.0,
        "author_flair_background_color": null,
        "ups": 1,
        "total_awards_received": 0,
        "media_embed": {},
        "thumbnail_width": null,
        "is_original_content": false,
        "secure_media": null,
        "is_reddit_media_domain": false,
        "is_meta": false,
        "category": null,
        "secure_media_embed": {},
        "link_flair_text": null,
        "score": 1,
        "is_created_from_ads_ui": false,
        "author_premium": false,
        "thumbnail": "self",
        "edited": false,
        "author_flair_css_class": null,
        "author_flair_richtext": [],
        "websocket_url": "wss://k8s-lb.wss.redditmedia.com/link/1sysc7p?m=AQAAvRnzaUFbq6rjRugtonF67h8jLvdhWWjSwYB3InoeoTyRvY2M",
        "gildings": {},
        "content_categories": null,
        "is_self": true,
        "created": 1777449763.0,
        "link_flair_type": "text",
        "removed_by_category": null,
        "send_replies": true,
        "author_flair_type": "text",
        "domain": "self.test",
        "allow_live_comments": false,
        "selftext_html": "&lt;!-- SC_OFF --&gt;&lt;div class=\"md\"&gt;&lt;p&gt;Poll post body&lt;/p&gt;\n\n&lt;p&gt;&lt;a href=\"https://www.reddit.com/poll/1sysc7p\"&gt;View Poll&lt;/a&gt;&lt;/p&gt;\n&lt;/div&gt;&lt;!-- SC_ON --&gt;",
        "likes": true,
        "suggested_sort": null,
        "archived": false,
        "is_crosspostable": true,
        "pinned": false,
        "over_18": false,
        "all_awardings": [],
        "spoiler": false,
        "locked": false,
        "author_flair_text": null,
        "rte_mode": "markdown",
        "visited": false,
        "removed_by": null,
        "distinguished": null,
        "subreddit_id": "t5_examples",
        "author_is_blocked": false,
        "link_flair_background_color": "",
        "id": "1sysc7p",
        "location_name": null,
        "author": "Motor_Tip8865",
        "num_comments": 0,
        "location_long": null,
        "contest_mode": false,
        "poll_data": {
          "prediction_status": null,
          "total_stake_amount": null,
          "voting_end_timestamp": 1778054563859,
          "options": [
            {
              "text": "Option A",
              "vote_count": 1,
              "id": "32526818"
            },
            {
              "text": "Option B",
              "vote_count": 0,
              "id": "32526819"
            },
            "\u2026 (1 more items)"
          ],
          "vote_updates_remained": null,
          "is_prediction": false,
          "resolved_option_id": null,
          "user_won_amount": null,
          "user_selection": null,
          "total_vote_count": 1,
          "tournament_id": null
        },
        "author_flair_text_color": null,
        "permalink": "https://www.reddit.com/r/test/comments/1sys4r2/image_post/",
        "stickied": false,
        "url": "https://www.reddit.com/r/test/comments/1sys4r2/image_post/",
        "subreddit_subscribers": 41527,
        "created_utc": 1777449763.0,
        "num_crossposts": 0,
        "media": null,
        "is_video": false
      },
      "\u2026 (8 more items)"
    ],
    "cursor": null
  },
  "error": null,
  "timestamp": "2026-04-29T08:58:37.643693+00:00"
}

On this page