Moderation V1
Mod Log by Subreddit Name V1
Get moderator action log. Returns action type, timestamp, acting moderator, target content, and details. Default 25. Requires bearer token with moderator priv
GET /api/v1/moderate/log/{subreddit}
Get moderator action log.
Returns action type, timestamp, acting moderator, target content, and details. Default 25.
Requires bearer token with moderator privileges.
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
subreddit | 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. |
limit | string | No | Number of items to return (1-1000, default 25). Auto-paginates internally. |
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/moderate/log/test?bearer=<bearer>&proxy=<proxy>&limit=25" \
-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/moderate/log/test?bearer=<bearer>&proxy=<proxy>&limit=25", {
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/moderate/log/test?bearer=<bearer>&proxy=<proxy>&limit=25"
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": {
"actions": [
{
"description": "Page: index, Changed from 2 to 1",
"target_body": null,
"mod_id36": "29onm7dc32",
"created_utc": 1777488383,
"subreddit": "RedCrawlerAPI",
"target_title": null,
"target_permalink": null,
"subreddit_name_prefixed": "r/RedCrawlerAPI",
"details": "",
"action": "wikipermlevel",
"target_author": "",
"target_fullname": null,
"sr_id36": "hmeujo",
"id": "ModAction_b86e2a90-43fb-11f1-a9cb-b54696d98f5d",
"mod": "Motor_Tip8865"
},
{
"description": "Page: index, Changed from 0 to 2",
"target_body": null,
"mod_id36": "29onm7dc32",
"created_utc": 1777488146,
"subreddit": "RedCrawlerAPI",
"target_title": null,
"target_permalink": null,
"subreddit_name_prefixed": "r/RedCrawlerAPI",
"details": "",
"action": "wikipermlevel",
"target_author": "",
"target_fullname": null,
"sr_id36": "hmeujo",
"id": "ModAction_2b00ca33-43fb-11f1-a2c6-8f72313f8f20",
"mod": "Motor_Tip8865"
},
{
"description": "just test ",
"target_body": null,
"mod_id36": "29onm7dc32",
"created_utc": 1777487302,
"subreddit": "RedCrawlerAPI",
"target_title": null,
"target_permalink": null,
"subreddit_name_prefixed": "r/RedCrawlerAPI",
"details": "Page index edited",
"action": "wikirevise",
"target_author": "",
"target_fullname": null,
"sr_id36": "hmeujo",
"id": "ModAction_33d21828-43f9-11f1-a244-c9e4a5f56b98",
"mod": "Motor_Tip8865"
},
{
"description": "test",
"target_body": null,
"mod_id36": "29onm7dc32",
"created_utc": 1777487165,
"subreddit": "RedCrawlerAPI",
"target_title": null,
"target_permalink": null,
"subreddit_name_prefixed": "r/RedCrawlerAPI",
"details": "Page index edited",
"action": "wikirevise",
"target_author": "",
"target_fullname": null,
"sr_id36": "hmeujo",
"id": "ModAction_e2596607-43f8-11f1-bc6c-f15261562e68",
"mod": "Motor_Tip8865"
},
{
"description": "textarea",
"target_body": null,
"mod_id36": "29onm7dc32",
"created_utc": 1777487032,
"subreddit": "RedCrawlerAPI",
"target_title": null,
"target_permalink": null,
"subreddit_name_prefixed": "r/RedCrawlerAPI",
"details": "edited_widget",
"action": "community_widgets",
"target_author": "",
"target_fullname": null,
"sr_id36": "hmeujo",
"id": "ModAction_934a11a9-43f8-11f1-bc83-df072c67b1c4",
"mod": "Motor_Tip8865"
},
{
"description": "textarea",
"target_body": null,
"mod_id36": "29onm7dc32",
"created_utc": 1777486845,
"subreddit": "RedCrawlerAPI",
"target_title": null,
"target_permalink": null,
"subreddit_name_prefixed": "r/RedCrawlerAPI",
"details": "added_widget",
"action": "community_widgets",
"target_author": "",
"target_fullname": null,
"sr_id36": "hmeujo",
"id": "ModAction_23e005cb-43f8-11f1-8ce9-e1aa40a082e1",
"mod": "Motor_Tip8865"
},
{
"description": "textarea",
"target_body": null,
"mod_id36": "29onm7dc32",
"created_utc": 1777486832,
"subreddit": "RedCrawlerAPI",
"target_title": null,
"target_permalink": null,
"subreddit_name_prefixed": "r/RedCrawlerAPI",
"details": "added_widget",
"action": "community_widgets",
"target_author": "",
"target_fullname": null,
"sr_id36": "hmeujo",
"id": "ModAction_1c2e0140-43f8-11f1-ae41-9fea3ad84f2c",
"mod": "Motor_Tip8865"
},
{
"description": "textarea",
"target_body": null,
"mod_id36": "29onm7dc32",
"created_utc": 1777486687,
"subreddit": "RedCrawlerAPI",
"target_title": null,
"target_permalink": null,
"subreddit_name_prefixed": "r/RedCrawlerAPI",
"details": "removed_widget",
"action": "community_widgets",
"target_author": "",
"target_fullname": null,
"sr_id36": "hmeujo",
"id": "ModAction_c5c38cd1-43f7-11f1-a6e9-ef06043352a8",
"mod": "Motor_Tip8865"
},
{
"description": "textarea",
"target_body": null,
"mod_id36": "29onm7dc32",
"created_utc": 1777486520,
"subreddit": "RedCrawlerAPI",
"target_title": null,
"target_permalink": null,
"subreddit_name_prefixed": "r/RedCrawlerAPI",
"details": "added_widget",
"action": "community_widgets",
"target_author": "",
"target_fullname": null,
"sr_id36": "hmeujo",
"id": "ModAction_6206272e-43f7-11f1-855e-d166032d7a3a",
"mod": "Motor_Tip8865"
},
{
"description": "",
"target_body": "body test",
"mod_id36": "29onm7dc32",
"created_utc": 1777482362,
"subreddit": "RedCrawlerAPI",
"target_title": "Text Post",
"target_permalink": "/r/RedCrawlerAPI/comments/1sz4owu/text_post/",
"subreddit_name_prefixed": "r/RedCrawlerAPI",
"details": "confirm_ham",
"action": "approvelink",
"target_author": "Motor_Tip8865",
"target_fullname": "t3_1sz4owu",
"sr_id36": "hmeujo",
"id": "ModAction_b3838ce5-43ed-11f1-aae4-2ddadd6e2818",
"mod": "Motor_Tip8865"
},
{
"description": "",
"target_body": "Video Post body",
"mod_id36": "29onm7dc32",
"created_utc": 1777482106,
"subreddit": "RedCrawlerAPI",
"target_title": "Video Post",
"target_permalink": "/r/RedCrawlerAPI/comments/1sz4qu8/video_post/",
"subreddit_name_prefixed": "r/RedCrawlerAPI",
"details": "confirm_ham",
"action": "approvelink",
"target_author": "Motor_Tip8865",
"target_fullname": "t3_1sz4qu8",
"sr_id36": "hmeujo",
"id": "ModAction_1b43478f-43ed-11f1-83ef-2f4093894ae7",
"mod": "Motor_Tip8865"
},
{
"description": "highlight color, background color, primary color",
"target_body": null,
"mod_id36": "29onm7dc32",
"created_utc": 1777481480,
"subreddit": "RedCrawlerAPI",
"target_title": null,
"target_permalink": null,
"subreddit_name_prefixed": "r/RedCrawlerAPI",
"details": "added_styling",
"action": "community_styling",
"target_author": "",
"target_fullname": null,
"sr_id36": "hmeujo",
"id": "ModAction_a626b030-43eb-11f1-a9da-3d574538024d",
"mod": "Motor_Tip8865"
},
{
"description": "",
"target_body": null,
"mod_id36": "29onm7dc32",
"created_utc": 1777480575,
"subreddit": "RedCrawlerAPI",
"target_title": null,
"target_permalink": null,
"subreddit_name_prefixed": "r/RedCrawlerAPI",
"details": "",
"action": "unmuteuser",
"target_author": "Holiday_Idea_8736",
"target_fullname": "t2_2dboe1xo5t",
"sr_id36": "hmeujo",
"id": "ModAction_8a61537c-43e9-11f1-a2d8-1f7780e32d1d",
"mod": "Motor_Tip8865"
},
{
"description": "private => public",
"target_body": null,
"mod_id36": "29onm7dc32",
"created_utc": 1777480045,
"subreddit": "RedCrawlerAPI",
"target_title": null,
"target_permalink": null,
"subreddit_name_prefixed": "r/RedCrawlerAPI",
"details": "Requested Community Type Change",
"action": "request_assistance",
"target_author": "",
"target_fullname": null,
"sr_id36": "hmeujo",
"id": "ModAction_4e4a425c-43e8-11f1-b35b-5db33df1de50",
"mod": "Motor_Tip8865"
},
{
"description": "private -> public",
"target_body": null,
"mod_id36": "29onm7dc32",
"created_utc": 1777480044,
"subreddit": "RedCrawlerAPI",
"target_title": null,
"target_permalink": null,
"subreddit_name_prefixed": "r/RedCrawlerAPI",
"details": "type",
"action": "editsettings",
"target_author": "",
"target_fullname": null,
"sr_id36": "hmeujo",
"id": "ModAction_4e17ff6b-43e8-11f1-9954-35e91387b8c8",
"mod": "Motor_Tip8865"
},
{
"description": "",
"target_body": "Image Post body",
"mod_id36": "29onm7dc32",
"created_utc": 1777479833,
"subreddit": "RedCrawlerAPI",
"target_title": "Image Post",
"target_permalink": "/r/RedCrawlerAPI/comments/1sz3oiq/image_post/",
"subreddit_name_prefixed": "r/RedCrawlerAPI",
"details": "confirm_ham",
"action": "approvelink",
"target_author": "Motor_Tip8865",
"target_fullname": "t3_1sz3oiq",
"sr_id36": "hmeujo",
"id": "ModAction_d01adc24-43e7-11f1-8806-0174a3cdbb43",
"mod": "Motor_Tip8865"
},
{
"description": "",
"target_body": "Crosspost body",
"mod_id36": "29onm7dc32",
"created_utc": 1777479416,
"subreddit": "RedCrawlerAPI",
"target_title": "Crosspost",
"target_permalink": "/r/RedCrawlerAPI/comments/1sz3i6k/crosspost/",
"subreddit_name_prefixed": "r/RedCrawlerAPI",
"details": "confirm_ham",
"action": "approvelink",
"target_author": "Motor_Tip8865",
"target_fullname": "t3_1sz3i6k",
"sr_id36": "hmeujo",
"id": "ModAction_d7dafce9-43e6-11f1-b731-c96578711a8c",
"mod": "Motor_Tip8865"
},
{
"description": "",
"target_body": null,
"mod_id36": "29onm7dc32",
"created_utc": 1777479149,
"subreddit": "RedCrawlerAPI",
"target_title": null,
"target_permalink": null,
"subreddit_name_prefixed": "r/RedCrawlerAPI",
"details": "test",
"action": "muteuser",
"target_author": "Educational_Data_269",
"target_fullname": "t2_1pmanmjd1g",
"sr_id36": "hmeujo",
"id": "ModAction_38475a79-43e6-11f1-85ab-2fb64651bb7b",
"mod": "Motor_Tip8865"
},
{
"description": "",
"target_body": null,
"mod_id36": "29onm7dc32",
"created_utc": 1777478698,
"subreddit": "RedCrawlerAPI",
"target_title": null,
"target_permalink": null,
"subreddit_name_prefixed": "r/RedCrawlerAPI",
"details": "flair_edit",
"action": "editflair",
"target_author": "Holiday_Idea_8736",
"target_fullname": "t2_2dboe1xo5t",
"sr_id36": "hmeujo",
"id": "ModAction_2bd489cb-43e5-11f1-b3af-a9583386f4f4",
"mod": "Motor_Tip8865"
},
{
"description": "",
"target_body": null,
"mod_id36": "29onm7dc32",
"created_utc": 1777478688,
"subreddit": "RedCrawlerAPI",
"target_title": null,
"target_permalink": null,
"subreddit_name_prefixed": "r/RedCrawlerAPI",
"details": "flair_self_enabled",
"action": "editflair",
"target_author": "",
"target_fullname": null,
"sr_id36": "hmeujo",
"id": "ModAction_25ce4bc1-43e5-11f1-bc73-270fad653d15",
"mod": "Motor_Tip8865"
},
{
"description": "",
"target_body": null,
"mod_id36": "29onm7dc32",
"created_utc": 1777478687,
"subreddit": "RedCrawlerAPI",
"target_title": null,
"target_permalink": null,
"subreddit_name_prefixed": "r/RedCrawlerAPI",
"details": "flair_self_enabled",
"action": "editflair",
"target_author": "",
"target_fullname": null,
"sr_id36": "hmeujo",
"id": "ModAction_2545969d-43e5-11f1-8cdf-d9ece6342a9b",
"mod": "Motor_Tip8865"
},
{
"description": "",
"target_body": null,
"mod_id36": "29onm7dc32",
"created_utc": 1777478451,
"subreddit": "RedCrawlerAPI",
"target_title": null,
"target_permalink": null,
"subreddit_name_prefixed": "r/RedCrawlerAPI",
"details": "",
"action": "removecontributor",
"target_author": "Educational_Data_269",
"target_fullname": "t2_1pmanmjd1g",
"sr_id36": "hmeujo",
"id": "ModAction_987a4509-43e4-11f1-a0fb-65c0f0347662",
"mod": "Motor_Tip8865"
},
{
"description": "",
"target_body": null,
"mod_id36": "29onm7dc32",
"created_utc": 1777477989,
"subreddit": "RedCrawlerAPI",
"target_title": null,
"target_permalink": null,
"subreddit_name_prefixed": "r/RedCrawlerAPI",
"details": "",
"action": "addcontributor",
"target_author": "Educational_Data_269",
"target_fullname": "t2_1pmanmjd1g",
"sr_id36": "hmeujo",
"id": "ModAction_85447c42-43e3-11f1-b3dd-43b5b44a165d",
"mod": "Motor_Tip8865"
},
{
"description": "",
"target_body": "body",
"mod_id36": "29onm7dc32",
"created_utc": 1777477687,
"subreddit": "RedCrawlerAPI",
"target_title": "image post",
"target_permalink": "/r/RedCrawlerAPI/comments/1sz24fg/image_post/",
"subreddit_name_prefixed": "r/RedCrawlerAPI",
"details": "lenient",
"action": "adjust_post_crowd_control_level",
"target_author": "Motor_Tip8865",
"target_fullname": "t3_1sz24fg",
"sr_id36": "hmeujo",
"id": "ModAction_d0d1906e-43e2-11f1-bc7c-31ecbfe4f12c",
"mod": "Motor_Tip8865"
},
{
"description": "",
"target_body": "body",
"mod_id36": "29onm7dc32",
"created_utc": 1777477636,
"subreddit": "RedCrawlerAPI",
"target_title": "image post",
"target_permalink": "/r/RedCrawlerAPI/comments/1sz24fg/image_post/",
"subreddit_name_prefixed": "r/RedCrawlerAPI",
"details": "",
"action": "setsuggestedsort",
"target_author": "Motor_Tip8865",
"target_fullname": "t3_1sz24fg",
"sr_id36": "hmeujo",
"id": "ModAction_b26c6ee7-43e2-11f1-81db-65d2c4af6413",
"mod": "Motor_Tip8865"
}
],
"total": 25,
"pages_fetched": 1
},
"error": null,
"timestamp": "2026-04-29T19:03:25.165681+00:00"
}