Reddit GraphQL Proxy

FREE
GraphQL
By RapidAPI | Updated 14 days ago | Social
Popularity

0.1 / 10

Latency

39ms

Service Level

100%

Health Check

N/A

Followers: 1
Resources:
Product Website
API Creator:
Rapid account: Rapid API
RapidAPI
rapidapi
Log In to Rate API
Rating: 5 - Votes: 1

README

Example Queries

{
 	reddit {
    user(username: "kn0thing") {
      username
      commentKarma
      createdISO
    }
    subreddit(name: "movies"){
      newListings(limit: 2) {
        title
        comments {
          body
          author { 
            username
          	commentKarma
          }
        }
      }
    }
  }
}