Archivarix

social-reddit

Reddit Data API (official)

Reddit's own data API, where appending .json to a page URL returns its content without authentication and OAuth unlocks more. It serves live, current Reddit data, posts, comments, and profiles, but offers no deep historical search. Use it for present-day Reddit content and pair it with PullPush or Arctic Shift when you need the past.

API

Por que é útil e como funciona

Reddit's official API returns live, current data: the posts, comments, and profiles that exist on Reddit right now. You can access most public content by simply appending .json to any Reddit URL. This makes it the right tool for checking a thread's current state or pulling a user's recent activity, but it holds no deep historical record and does not show content that has been removed or deleted. For historical and deleted content, pair it with PullPush or Arctic Shift.

O que há dentro

Full coverage of Reddit's current public content, updated in real time. No historical archive; content that is removed or deleted disappears from the API.

Acesso via API

unauth https://www.reddit.com/ <path>.json ; authed https://oauth.reddit.com/

Acesso

Programmatic API access (a key may be required, see the API tag).

Página inicial

https://www.reddit.com/dev/api