Get subreddit
curl --request GET \
--url https://api.konbiniapi.com/v1/reddit/subreddits/{subreddit} \
--header 'Authorization: Bearer <token>'{
"data": {
"@context": [
"https://www.w3.org/ns/activitystreams#",
"https://konbiniapi.com/ns/social#"
],
"id": "https://www.reddit.com/r/programming/",
"url": "https://www.reddit.com/r/programming/",
"name": "programming",
"entityId": "2fwo",
"slug": "programming",
"summary": "Subreddit dedicated to the news and discussions about the creation and use of technology and its surrounding issues.",
"description": "/r/technology is a place to share and discuss the latest developments, happenings and curiosities in the world of technology.",
"guidelines": "Please read the /r/technology sidebar for a list of our rules and guidelines.",
"published": "2008-01-24T17:36:07.000Z",
"isAdult": false,
"isSearchable": true,
"category": "Technology",
"memberCount": 5000000,
"icon": {
"type": "Image",
"url": "https://i.redd.it/post1.png",
"width": 1200,
"height": 675
},
"image": {
"type": "Image",
"url": "https://i.redd.it/post1.png",
"width": 1200,
"height": 675
}
}
}Subreddits
Get subreddit
Returns public subreddit metadata including title, description, icon, banner, and subscriber count.
GET
/
v1
/
reddit
/
subreddits
/
{subreddit}
Get subreddit
curl --request GET \
--url https://api.konbiniapi.com/v1/reddit/subreddits/{subreddit} \
--header 'Authorization: Bearer <token>'{
"data": {
"@context": [
"https://www.w3.org/ns/activitystreams#",
"https://konbiniapi.com/ns/social#"
],
"id": "https://www.reddit.com/r/programming/",
"url": "https://www.reddit.com/r/programming/",
"name": "programming",
"entityId": "2fwo",
"slug": "programming",
"summary": "Subreddit dedicated to the news and discussions about the creation and use of technology and its surrounding issues.",
"description": "/r/technology is a place to share and discuss the latest developments, happenings and curiosities in the world of technology.",
"guidelines": "Please read the /r/technology sidebar for a list of our rules and guidelines.",
"published": "2008-01-24T17:36:07.000Z",
"isAdult": false,
"isSearchable": true,
"category": "Technology",
"memberCount": 5000000,
"icon": {
"type": "Image",
"url": "https://i.redd.it/post1.png",
"width": 1200,
"height": 675
},
"image": {
"type": "Image",
"url": "https://i.redd.it/post1.png",
"width": 1200,
"height": 675
}
}
}Documentation Index
Fetch the complete documentation index at: https://docs.konbiniapi.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Send your API key in the Authorization header as a Bearer token.
Example: Authorization: Bearer <your-api-key>
Path Parameters
Subreddit name (with or without r/ prefix)
Example:
"programming"
Response
Returns the subreddit details
Show child attributes
Show child attributes
⌘I