Skip to main content
GET
Get duplicate posts

Authorizations

Authorization
string
header
required

Send your API key in the Authorization header as a Bearer token. Example: Authorization: Bearer <your-api-key>

Path Parameters

postId
string
required

Reddit post ID (e.g. 1tlh5aj or t3_1tlh5aj)

Example:

"1tlh5aj"

Query Parameters

count
integer
default:25

Number of posts to fetch (maximum: 100)

Required range: 1 <= x <= 100
Example:

25

cursor
string

Pagination cursor

Example:

"0"

Response

Returns duplicate posts

data
object
required