Skip to main content
GET
Get Post Reactions

Authorizations

x-rapidapi-key
string
header
required

Rapid API Key

Query Parameters

post_id
string
required

Post ID containing only numbers

Pattern: ^\d+$
Example:

"1234567890"

page
integer
default:1

Page number for pagination

Example:

1

type
enum<string>
default:all

Select by reaction type

Available options:
all,
like,
praise,
empathy,
appreciation,
interest
Example:

"all"

Response

Success

success
boolean
Example:

true

cost
number

Cost of the request

Example:

1

total
number

Total number of reactions

Example:

500

has_more
boolean

Whether there are more reactions to fetch

Example:

true

data
object