---
title: "Search Reddit Subreddits"
method: GET
path: "/reddit/search/subreddit"
---

# Search Reddit Subreddits

`GET /reddit/search/subreddit`

Search Reddit Subreddits

## Query parameters

- `q` string — Search Reddit Subreddits by name
- `edge` string — Search Reddit Subreddits using edge ngrams
- `edge_reverse` string — Search Reddit Subreddits using suffic edge ngrams
- `ngram` string — Search Reddut Subreddits using standard ngrams
- `description` string — Search Reddit Subreddit description field
- `size` integer — Number of results to return
- `sort` 'id' | 'created_utc' | 'subreddit' | 'subscribers' — Choose a specific field to sort returned authors
- `order` 'asc' | 'desc' — An enumeration.
- `filter` string — Return only specific fields

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/pushshift/apis/fastapi.md) · [All operations](https://skmtc.dev/pushshift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pushshift/fastapi/revisions/e73f6bf3c833/schema)
