Posts
List Posts
Get posts from your OnlyFans account.
GET
Authorizations
You can retrieve your token by visiting the OnlyFansAPI Console and clicking API Keys -> Create API Key.
Path Parameters
The Account ID
Query Parameters
Search query to filter posts
Example:
"Hello"
Number of posts to return (default = 10)
Example:
10
Number of posts to skip for pagination
Example:
0
Order the returned posts (default = publish_date)
Available options:
publish_date
, favorites_count
, tips_summ
Example:
"publish_date"
Sort the returned posts (default = desc)
Available options:
desc
, asc
Example:
"desc"
Set to true to only show pinned posts
Example:
true
Set to true to include an array of counters (see example responses)
Example:
true
Filter posts by minimum publish date
Example:
"2025-06-26"
Response
200 - application/json
Success
The response is of type object
.