FreeAPI.watch

Reddit JSON API

Unofficial read-only access to Reddit posts and comments by appending .json to any Reddit URL. No key required.

Status
🔴 Offline · 202 ms
30-day uptime
4.22%
Free tier
60 requests/min, no key, must set User-Agent
Auth
No key required
Last 30 days

Free alternatives (live ranking)

Compare Reddit JSON API with…

Paid alternatives

Official docs ↗

Frequently Asked Questions

Does Reddit JSON API require an API key?

No, Reddit JSON API is freely accessible without registration or an API key.

What is Reddit JSON API's free tier?

60 requests/min, no key, must set User-Agent

Is Reddit JSON API currently online?

We check Reddit JSON API every hour. The current status is shown at the top of this page. You can also see the 30-day uptime history in the chart above.

Implementation notes

When to use Reddit JSON API

Appending `.json` to any Reddit URL gives read access to posts and comments without authentication. This is the right approach for read-only applications that need community discussion data from specific subreddits and can live with a 60 req/min unauthenticated rate limit.

Common pitfalls

Quick start (bash)

curl -H "User-Agent: my-app/1.0" "https://www.reddit.com/r/programming/top.json?limit=5&t=week"

Embed this badge

Add a live status badge to your README, docs, or website.

Reddit JSON API status badge

Markdown

[![Reddit JSON API Status](https://freeapi-builder.a10ayassine.workers.dev/badge/reddit-json.svg)](https://freeapi.watch/reddit-json)

HTML

<a href="https://freeapi.watch/reddit-json"><img src="https://freeapi-builder.a10ayassine.workers.dev/badge/reddit-json.svg" alt="Reddit JSON API Status"/></a>

Further reading