cURL
curl --request GET \ --url https://api.zilodata.com/api/v1/reddit/subreddit \ --header 'Authorization: Bearer <token>'
{ "name": "science", "title": "Science", "description": "All about science", "subscriberCount": 25000000, "activeUserCount": 125000, "createdAt": "2023-11-07T05:31:56Z" }
Get information about a subreddit
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Subreddit name (without r/)
Successful response
"science"
"Science"
"All about science"
25000000
125000
Was this page helpful?