Get posts in batch
curl --request POST \
--url https://api.konbiniapi.com/v1/reddit/posts/batch \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"entityIds": [
"1tgywrw",
"1t4mguu",
"1t6ddw2"
]
}
'{
"data": {
"@context": [
"https://www.w3.org/ns/activitystreams#",
"https://konbiniapi.com/ns/social#"
],
"type": "Collection",
"itemCount": 10,
"items": [
{
"id": "https://www.reddit.com/r/programming/comments/post_1/launch_day/",
"url": "https://www.reddit.com/r/programming/comments/post_1/launch_day/",
"content": "We shipped Reddit support.",
"likeCount": 93210,
"entityId": "post_1",
"name": "Launch day",
"published": "2026-02-27T20:37:38.000Z",
"isEdited": false,
"isLocked": false,
"isOriginal": false,
"isPinned": false,
"isSponsored": false,
"isAdult": false,
"isSpoiler": false,
"isSearchable": true,
"voteCount": 118,
"commentCount": 15,
"shareCount": 8,
"attributedTo": {
"id": "https://www.reddit.com/user/spez/",
"url": "https://www.reddit.com/user/spez/",
"entityId": "t2_4x25quk",
"preferredUsername": "spez",
"name": "Steve Huffman",
"icon": {
"type": "Image",
"url": "https://i.redd.it/post1.png",
"width": 1200,
"height": 675
},
"role": "admin",
"summary": "Reddit CEO",
"published": "2005-12-08T07:46:43.000Z",
"isVerified": true,
"isEmployee": true,
"isMod": false,
"isPremium": false,
"isSearchable": true,
"isFollowable": true,
"isAdult": false,
"score": 999999,
"postScore": 555555,
"commentScore": 444444,
"awarderScore": 123,
"awardeeScore": 321,
"status": "active",
"image": {
"type": "Image",
"url": "https://i.redd.it/post1.png",
"width": 1200,
"height": 675
}
},
"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
}
],
"attachment": [
{
"type": "Image",
"url": "https://i.redd.it/post1.png",
"width": 1200,
"height": 675
}
],
"tag": [
{
"type": "Tag",
"name": "programming",
"href": "https://www.reddit.com/r/programming/"
}
],
"quote": {
"id": "https://www.reddit.com/r/programming/comments/post_1/launch_day/",
"url": "https://www.reddit.com/r/programming/comments/post_1/launch_day/",
"content": "We shipped Reddit support.",
"likeCount": 93210,
"entityId": "post_1",
"name": "Launch day",
"published": "2026-02-27T20:37:38.000Z",
"isEdited": false,
"isLocked": false,
"isOriginal": false,
"isPinned": false,
"isSponsored": false,
"isAdult": false,
"isSpoiler": false,
"isSearchable": true,
"voteCount": 118,
"commentCount": 15,
"shareCount": 8,
"attributedTo": {
"id": "https://www.reddit.com/user/spez/",
"url": "https://www.reddit.com/user/spez/",
"entityId": "t2_4x25quk",
"preferredUsername": "spez",
"name": "Steve Huffman",
"icon": {
"type": "Image",
"url": "https://i.redd.it/post1.png",
"width": 1200,
"height": 675
},
"role": "admin",
"summary": "Reddit CEO",
"published": "2005-12-08T07:46:43.000Z",
"isVerified": true,
"isEmployee": true,
"isMod": false,
"isPremium": false,
"isSearchable": true,
"isFollowable": true,
"isAdult": false,
"score": 999999,
"postScore": 555555,
"commentScore": 444444,
"awarderScore": 123,
"awardeeScore": 321,
"status": "active",
"image": {
"type": "Image",
"url": "https://i.redd.it/post1.png",
"width": 1200,
"height": 675
}
},
"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
}
],
"attachment": [
{
"type": "Image",
"url": "https://i.redd.it/post1.png",
"width": 1200,
"height": 675
}
],
"tag": [
{
"type": "Tag",
"name": "programming",
"href": "https://www.reddit.com/r/programming/"
}
]
}
}
]
}
}Posts
Get posts in batch
Returns up to 100 Reddit posts by ID in a single request. Costs 1 credit per ID submitted.
POST
/
v1
/
reddit
/
posts
/
batch
Get posts in batch
curl --request POST \
--url https://api.konbiniapi.com/v1/reddit/posts/batch \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"entityIds": [
"1tgywrw",
"1t4mguu",
"1t6ddw2"
]
}
'{
"data": {
"@context": [
"https://www.w3.org/ns/activitystreams#",
"https://konbiniapi.com/ns/social#"
],
"type": "Collection",
"itemCount": 10,
"items": [
{
"id": "https://www.reddit.com/r/programming/comments/post_1/launch_day/",
"url": "https://www.reddit.com/r/programming/comments/post_1/launch_day/",
"content": "We shipped Reddit support.",
"likeCount": 93210,
"entityId": "post_1",
"name": "Launch day",
"published": "2026-02-27T20:37:38.000Z",
"isEdited": false,
"isLocked": false,
"isOriginal": false,
"isPinned": false,
"isSponsored": false,
"isAdult": false,
"isSpoiler": false,
"isSearchable": true,
"voteCount": 118,
"commentCount": 15,
"shareCount": 8,
"attributedTo": {
"id": "https://www.reddit.com/user/spez/",
"url": "https://www.reddit.com/user/spez/",
"entityId": "t2_4x25quk",
"preferredUsername": "spez",
"name": "Steve Huffman",
"icon": {
"type": "Image",
"url": "https://i.redd.it/post1.png",
"width": 1200,
"height": 675
},
"role": "admin",
"summary": "Reddit CEO",
"published": "2005-12-08T07:46:43.000Z",
"isVerified": true,
"isEmployee": true,
"isMod": false,
"isPremium": false,
"isSearchable": true,
"isFollowable": true,
"isAdult": false,
"score": 999999,
"postScore": 555555,
"commentScore": 444444,
"awarderScore": 123,
"awardeeScore": 321,
"status": "active",
"image": {
"type": "Image",
"url": "https://i.redd.it/post1.png",
"width": 1200,
"height": 675
}
},
"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
}
],
"attachment": [
{
"type": "Image",
"url": "https://i.redd.it/post1.png",
"width": 1200,
"height": 675
}
],
"tag": [
{
"type": "Tag",
"name": "programming",
"href": "https://www.reddit.com/r/programming/"
}
],
"quote": {
"id": "https://www.reddit.com/r/programming/comments/post_1/launch_day/",
"url": "https://www.reddit.com/r/programming/comments/post_1/launch_day/",
"content": "We shipped Reddit support.",
"likeCount": 93210,
"entityId": "post_1",
"name": "Launch day",
"published": "2026-02-27T20:37:38.000Z",
"isEdited": false,
"isLocked": false,
"isOriginal": false,
"isPinned": false,
"isSponsored": false,
"isAdult": false,
"isSpoiler": false,
"isSearchable": true,
"voteCount": 118,
"commentCount": 15,
"shareCount": 8,
"attributedTo": {
"id": "https://www.reddit.com/user/spez/",
"url": "https://www.reddit.com/user/spez/",
"entityId": "t2_4x25quk",
"preferredUsername": "spez",
"name": "Steve Huffman",
"icon": {
"type": "Image",
"url": "https://i.redd.it/post1.png",
"width": 1200,
"height": 675
},
"role": "admin",
"summary": "Reddit CEO",
"published": "2005-12-08T07:46:43.000Z",
"isVerified": true,
"isEmployee": true,
"isMod": false,
"isPremium": false,
"isSearchable": true,
"isFollowable": true,
"isAdult": false,
"score": 999999,
"postScore": 555555,
"commentScore": 444444,
"awarderScore": 123,
"awardeeScore": 321,
"status": "active",
"image": {
"type": "Image",
"url": "https://i.redd.it/post1.png",
"width": 1200,
"height": 675
}
},
"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
}
],
"attachment": [
{
"type": "Image",
"url": "https://i.redd.it/post1.png",
"width": 1200,
"height": 675
}
],
"tag": [
{
"type": "Tag",
"name": "programming",
"href": "https://www.reddit.com/r/programming/"
}
]
}
}
]
}
}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>
Body
application/json
Required array length:
1 - 100 elementsPattern:
^(t3_)?[a-z0-9]+$/iExample:
["1tgywrw", "1t4mguu", "1t6ddw2"]Response
Returns the found Reddit posts
Show child attributes
Show child attributes
⌘I