The Telegram channel is the fastest route for technical questions, and emma@redditapis.com is the right address for anything about your account or billing. Both are read by the people who build the API, so a question about a specific endpoint reaches someone who can look at that endpoint.
Community and support
Telegram, email, and the contact form, all read by the people who build the API. No tiered support plan, no bot triage, and no ticket number before a human sees it.
Where do I get help with the Redditapis Reddit API?
Redditapis runs three support channels. The Telegram channel is the fastest route for technical questions about a specific endpoint, emma@redditapis.com handles account and billing questions, and the contact form covers partnerships and press. All three are read by the people who build the API. Before asking, the documentation page maps every endpoint with its cost and error codes, and the quickstart carries a known-good request you can compare against your own.
Where to reach us
Pick by what you need rather than by urgency. Every channel here is one we actually staff.
Telegram channel
Fastest answer
The main place developers reach us. Good for a question you can describe in a paragraph, an endpoint behaving unexpectedly, or checking whether something is a known issue before you spend an hour on it.
Open TelegramAccount and billing
Write to emma@redditapis.com for anything involving your account, a charge you want explained, an invoice, or something you would rather not post in a channel.
Send an emailContact form
Partnerships and press
The form on the contact page routes to the same people. Use it for volume pricing conversations, integration partnerships, or press questions.
Open the contact pageThe MCP package on npm
Agent integrations
The redditapis-mcp server is published on npm and runs through npx with no build step. If you are wiring Reddit into Claude, Cursor, or another MCP client, start there.
View on npmAnswer it yourself in a minute
Most questions that come in are already answered by one of these, and reading it is faster than waiting for a reply.
Check the endpoint reference first
The docs page maps every endpoint with its cost, and the full per-endpoint reference carries request and response schemas. Most surprises are a parameter, not a bug.
Open the docsStart from the quickstart
If the first call is not returning what you expect, the quickstart has a known-good curl, Python, and Node.js request you can diff against yours.
Open the quickstartRead the error you got
A 401 means no Authorization header, a 403 means the token was not recognised, and a 402 means the balance is empty. The errors table on the docs page covers the rest.
See the error tableKnow the rules before you write
The write and direct-message endpoints are covered by the acceptable use policy and the responsible builder policy. Read them before you build an automation that posts.
Read the policyWhat to include when something breaks
Four details turn a report into a reproduction, which is usually the difference between a same-day fix and a thread of questions:
- 1The endpoint and method, for example GET /api/reddit/search.
- 2The exact parameters you sent, with the key redacted.
- 3The status code and the error field from the response body.
- 4Roughly when it happened, so it can be matched against logs.
Never paste a working API key into a channel. If one has been exposed, say so and rotate it from the dashboard.
Follow what we publish
New endpoints, changed behaviour, and the longer technical write-ups land in these places first:
- Guides and tutorials , written against live endpoints
- Answers , short answers to common questions
- Documentation , the full endpoint map with costs
- About the team , who runs this and how we work
- Press , media resources and background
- Affiliate program , for people who recommend the API
Frequently asked questions
No. Support runs through Telegram, email, and the contact form. We would rather staff a small number of channels properly than advertise a forum nobody answers in. If that changes, this page changes with it.
We do not publish a response-time guarantee, because we would rather not promise a number we cannot hold at every hour. Telegram is consistently the fastest of the channels listed here. If something is urgent and account-related, say so in the subject line.
Send the endpoint, the exact parameters, the status code, and roughly when it happened, through Telegram or email. Those four details are usually enough to reproduce it. If the response body carried an error message, include that too.
Yes, and it is worth describing the use case rather than just the route, because the underlying Reddit surface often supports the outcome through a different path. Requests that several people ask for tend to move first.
Email emma@redditapis.com with what you saw and where. Write and direct-message access is governed by the acceptable use policy and the responsible builder policy, and accounts that breach them lose access.
Keep reading.
Continue exploring related pages.
Reddit API documentation
The complete 2026 reference: auth, all 28 endpoints, and code.
Get a Reddit API key
Instant bearer token, no waitlist and no enterprise contract.
Reddit Responsible Builder Policy
Why Reddit denies API applications, and the managed REST bypass.
Reddit API use cases
14 use cases from AI training to brand monitoring and DMs.
Reddit Search API
Search posts, comments, users, and communities over one REST endpoint.
Reddit MCP server
Wrap the REST API as MCP tools for Claude, Cursor, and any MCP client.
Reddit API for AI agents
Live Reddit context for tool calls, MCP servers, and RAG pipelines.
Redditapis pricing
Endpoint-level costs and quick monthly totals - reads from $0.002 / call.
Reddit API cost calculator
Estimate monthly spend using your request volume.
Reddit API guides and tutorials
Tutorials, walkthroughs, and API deep-dives for developers.
Reddit API alternatives
Evaluate alternatives by cost model, limits, and integration fit.
Official Reddit API vs Redditapis
Access, setup, rate limits, and pricing, side by side.
Affiliate program
Earn 20% lifetime commissions - capped at $5,000/yr.
Reddit Vote API tutorial
Upvote and downvote a post programmatically via the REST API.
Reddit Data API: REST, no PRAW
REST endpoints for Reddit data with no PRAW and no OAuth dance.
Reddit scraping benchmarks
Real throughput, error rates, and cost benchmarks for Reddit scraping.
Reddit API answers
Direct answers on cost, access, rate limits, endpoints, and auth.
How much the Reddit API costs
Per-call pricing from $0.002 a read, with $0.50 in free credits.
Reddit API in Python
One requests call with a bearer token, no PRAW and no OAuth flow.
Reddit shadowban checker
Check if a Reddit account is shadowbanned in seconds, free and no login.
Stuck on something? Ask.
The Telegram channel is the fastest way to reach the people who build the API. Bring the endpoint and the error and you will get a real answer.
