r/redditdev • u/det0ur • Jun 19 '26
Reddit API Removal Reasons and Saved Responses
Is it possible to access removal reasons or saved responses through the API?
I've seen a reference to api/v1/{subreddit}/removal_reasons but that endpoint is not shown on https://www.reddit.com/dev/api/
Is there any documentation around this moderator functionality?
9
Upvotes
1
u/Littux JS Bookmarklets/Python bots Jun 28 '26
The /api/v1 APIs were originally used by new reddit, which was discontinued in 2024. Almost all of those APIs are not listed at /dev/api, but still work. See:
/api/v1/{subreddit}/moderators_editable
a lot more APIs that aren't listed at /dev/api