The docs are still under work. Please bear with us ๐โโ๏ธ
Fetch public information about a subreddit
cURL
curl --request GET \ --url https://api-kaori.mikabot.xyz/v1/utils/subreddit \ --header 'Authorization: Bearer <token>'
{ "success": true, "code": 123, "message": { "id": "<string>", "name": "<string>", "title": "<string>", "description": "<string>", "subscribers": 123, "nsfw": true, "created_utc": 123, "icon": "<string>" } }
Authorization: Bearer sk_kaori_*
Subreddit name (without r/)
Response for status 200
Show child attributes
Was this page helpful?