Fansly & Onlyfans API

Retrieve user data from Onlyfans and Fansly with ease. Valuable for all types of applications thanks to REST.

Access

Competitive pricing for everyone.

€ 0,005 /request
  • 10 free requests / month
  • € 0,001 / request after 5000 requests

Fill in your e-mail to start using the API.

Endpoints

GET /api/{platform}/user/{username}[?no-cache]
Fetch information from a creator on a platform.
Requires a bearer token and preferably an "accept" header set to "application/json"
GET /api/{platform}/subscriptions
Retrieve a list of your subscriptions from a platform. Uses your auth info like on the web interface.
Requires a bearer token and preferably an "accept" header set to "application/json"
POST /api/{platform}/subscriptions/{userId}/download
Download content from a subscription. Because this endpoint can take a while to complete, it returns a task object. You can check the status of the task with the task endpoint.
Requires a bearer token and preferably an "accept" header set to "application/json"
GET /api/tasks/{id}
Retrieve the status of a task. This is necessary when you want to know if a download is finished. The download task is created when you use the download endpoint and will be deleted after 24 hours after the status has changed.
Requires a bearer token and preferably an "accept" header set to "application/json"

Users in cache

18.8K
Onlyfans
352
Fansly

Example request and response