Moderation V1
Traffic Stats by Name V1
Get subreddit traffic statistics. Requires moderator privileges.
GET /api/v1/communities/{name}/traffic
Get subreddit traffic statistics. Requires moderator privileges.
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Subreddit name (e.g. test). |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
bearer | string | No | Bearer token. Optional if stored in Token Vault. |
proxy | string | No | Proxy. Optional if stored in Token Vault. |
Authentication
| Header | Value |
|---|---|
X-RapidAPI-Key | Your RapidAPI key |
X-RapidAPI-Host | red-crawler1.p.rapidapi.com |
Example request
cURL
curl -X GET "https://red-crawler1.p.rapidapi.com/api/v1/communities/test/traffic?bearer=<bearer>&proxy=<proxy>" \
-H "X-RapidAPI-Key: YOUR_RAPIDAPI_KEY" \
-H "X-RapidAPI-Host: red-crawler1.p.rapidapi.com"JavaScript
const res = await fetch("https://red-crawler1.p.rapidapi.com/api/v1/communities/test/traffic?bearer=<bearer>&proxy=<proxy>", {
method: "GET",
headers: {
"X-RapidAPI-Key": "YOUR_RAPIDAPI_KEY",
"X-RapidAPI-Host": "red-crawler1.p.rapidapi.com"
}
});
const data = await res.json();
console.log(data);Python
import requests
url = "https://red-crawler1.p.rapidapi.com/api/v1/communities/test/traffic?bearer=<bearer>&proxy=<proxy>"
headers = {
"X-RapidAPI-Key": "YOUR_RAPIDAPI_KEY",
"X-RapidAPI-Host": "red-crawler1.p.rapidapi.com"
}
resp = requests.get(url, headers=headers)
print(resp.json())Example response
HTTP 200 — captured from a live call to the gateway.
{
"success": true,
"data": {
"day": [
[
1777420800,
0,
0,
0
],
[
1777334400,
0,
0,
0
],
[
1777248000,
0,
0,
0
],
[
1777161600,
0,
0,
0
],
[
1777075200,
0,
0,
0
],
[
1776988800,
0,
0,
0
],
[
1776902400,
0,
0,
0
],
[
1776816000,
0,
0,
0
],
[
1776729600,
0,
0,
0
],
[
1776643200,
0,
0,
0
],
[
1776556800,
0,
0,
0
],
[
1776470400,
0,
0,
0
],
[
1776384000,
0,
0,
0
],
[
1776297600,
0,
0,
0
],
[
1776211200,
0,
0,
0
],
[
1776124800,
0,
0,
0
],
[
1776038400,
0,
0,
0
],
[
1775952000,
0,
0,
0
],
[
1775865600,
0,
0,
0
],
[
1775779200,
0,
0,
0
],
[
1775692800,
0,
0,
0
],
[
1775606400,
0,
0,
0
],
[
1775520000,
0,
0,
0
],
[
1775433600,
0,
0,
0
],
[
1775347200,
0,
0,
0
],
[
1775260800,
0,
0,
0
],
[
1775174400,
0,
0,
0
],
[
1775088000,
0,
0,
0
],
[
1775001600,
0,
0,
0
],
[
1774915200,
0,
0,
0
],
[
1774828800,
0,
0,
0
],
[
1774742400,
0,
0,
0
],
[
1774656000,
0,
0,
0
],
[
1774569600,
0,
0,
0
],
[
1774483200,
0,
0,
0
],
[
1774396800,
0,
0,
0
],
[
1774310400,
0,
0,
0
],
[
1774224000,
0,
0,
0
],
[
1774137600,
0,
0,
0
],
[
1774051200,
0,
0,
0
],
[
1773964800,
0,
0,
0
],
[
1773878400,
0,
0,
0
],
[
1773792000,
0,
0,
0
],
[
1773705600,
0,
0,
0
],
[
1773619200,
0,
0,
0
],
[
1773532800,
0,
0,
0
],
[
1773446400,
0,
0,
0
],
[
1773360000,
0,
0,
0
],
[
1773273600,
0,
0,
0
],
[
1773187200,
0,
0,
0
],
[
1773100800,
0,
0,
0
],
[
1773014400,
0,
0,
0
],
[
1772928000,
0,
0,
0
],
[
1772841600,
0,
0,
0
],
[
1772755200,
0,
0,
0
],
[
1772668800,
0,
0,
0
],
[
1772582400,
0,
0,
0
]
],
"hour": [
[
1777489200,
0,
0
],
[
1777485600,
0,
0
],
[
1777482000,
0,
0
],
[
1777478400,
0,
0
],
[
1777474800,
0,
0
],
[
1777471200,
0,
0
],
[
1777467600,
0,
0
],
[
1777464000,
1,
8
],
[
1777460400,
2,
82
],
[
1777456800,
2,
72
],
[
1777453200,
0,
0
],
[
1777449600,
0,
0
],
[
1777446000,
0,
0
],
[
1777442400,
0,
0
],
[
1777438800,
0,
0
],
[
1777435200,
0,
0
],
[
1777431600,
0,
0
],
[
1777428000,
0,
0
],
[
1777424400,
0,
0
],
[
1777420800,
0,
0
],
[
1777417200,
0,
0
],
[
1777413600,
0,
0
],
[
1777410000,
0,
0
],
[
1777406400,
0,
0
],
[
1777402800,
0,
0
],
[
1777399200,
0,
0
],
[
1777395600,
0,
0
],
[
1777392000,
0,
0
],
[
1777388400,
0,
0
],
[
1777384800,
0,
0
],
[
1777381200,
0,
0
],
[
1777377600,
0,
0
],
[
1777374000,
0,
0
],
[
1777370400,
0,
0
],
[
1777366800,
0,
0
],
[
1777363200,
0,
0
],
[
1777359600,
0,
0
],
[
1777356000,
0,
0
],
[
1777352400,
0,
0
],
[
1777348800,
0,
0
],
[
1777345200,
0,
0
],
[
1777341600,
0,
0
],
[
1777338000,
0,
0
],
[
1777334400,
0,
0
],
[
1777330800,
0,
0
],
[
1777327200,
0,
0
],
[
1777323600,
0,
0
],
[
1777320000,
0,
0
],
[
1777316400,
0,
0
],
[
1777312800,
0,
0
],
[
1777309200,
0,
0
],
[
1777305600,
0,
0
],
[
1777302000,
0,
0
],
[
1777298400,
0,
0
],
[
1777294800,
0,
0
],
[
1777291200,
0,
0
],
[
1777287600,
0,
0
],
[
1777284000,
0,
0
],
[
1777280400,
0,
0
],
[
1777276800,
0,
0
],
[
1777273200,
0,
0
],
[
1777269600,
0,
0
],
[
1777266000,
0,
0
],
[
1777262400,
0,
0
],
[
1777258800,
0,
0
],
[
1777255200,
0,
0
],
[
1777251600,
0,
0
],
[
1777248000,
0,
0
],
[
1777244400,
0,
0
],
[
1777240800,
0,
0
],
[
1777237200,
0,
0
],
[
1777233600,
0,
0
],
[
1777230000,
0,
0
],
[
1777226400,
0,
0
],
[
1777222800,
0,
0
],
[
1777219200,
0,
0
],
[
1777215600,
0,
0
],
[
1777212000,
0,
0
],
[
1777208400,
0,
0
],
[
1777204800,
0,
0
],
[
1777201200,
0,
0
],
[
1777197600,
0,
0
],
[
1777194000,
0,
0
],
[
1777190400,
0,
0
],
[
1777186800,
0,
0
],
[
1777183200,
0,
0
],
[
1777179600,
0,
0
],
[
1777176000,
0,
0
],
[
1777172400,
0,
0
],
[
1777168800,
0,
0
],
[
1777165200,
0,
0
],
[
1777161600,
0,
0
],
[
1777158000,
0,
0
],
[
1777154400,
0,
0
],
[
1777150800,
0,
0
],
[
1777147200,
0,
0
],
[
1777143600,
0,
0
]
],
"month": [
[
1775001600,
0,
0
],
[
1772323200,
0,
0
],
[
1769904000,
0,
0
],
[
1767225600,
0,
0
],
[
1764547200,
0,
0
],
[
1761955200,
0,
0
],
[
1759276800,
0,
0
],
[
1756684800,
0,
0
],
[
1754006400,
0,
0
],
[
1751328000,
0,
0
],
[
1748736000,
0,
0
],
[
1746057600,
0,
0
]
]
},
"error": null,
"timestamp": "2026-04-29T19:06:01.925979+00:00"
}