> ## Documentation Index
> Fetch the complete documentation index at: https://docs.konbiniapi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Reddit API

> Use the Reddit API to fetch users, subreddits, posts, comments, feeds, and search results in a consistent format.

KonbiniAPI gives you a stable way to work with Reddit data through a single,
consistent ActivityStreams 2.0 response format.

## What you can fetch

Use the Reddit API to retrieve:

* user profiles, posts, comments, and overview
* subreddit profiles, posts, comments, sticky posts, rules, and search
* individual posts, comments, replies, and duplicates
* feeds (popular, new, rising)
* search results for posts, users, and subreddits
* up to 100 subreddits, posts, or comments at once using the batch endpoints

## How to use it

Start with these pages:

* [Quickstart](/getting-started/quickstart) for your first request
* [Authentication](/getting-started/authentication) for Bearer token setup
* [Response format](/getting-started/response-format) for the shared ActivityStreams 2.0 schema
* [API overview](/reference/api/overview) for the full API reference

## Browse Reddit endpoints

Open the **Reddit** section in the API sidebar to browse the generated endpoint
reference for each route.
