Get subreddit traffic stats
documentedRetrieve subreddit traffic statistics.
GET /r/subreddit/about/trafficSubredditsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://oauth.reddit.com/r/{{$subreddit}}/about/traffic" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "User-Agent: keychains-reddit-traffic/1.0 (by /u/yourredditusername)" \
-H "Accept: application/json"