Developer API

Integrate FastFame into your panel via Client API

Sign in to get an API key
You need to sign in to create and manage API keys
Log in to account

API documentation

Client API lets you create orders, check statuses and manage balance through your own panels. Compatible with the Perfect/Soc standard.

Base URLhttps://fastfame.io/api/v2/
MethodsGET and POST
AuthorizationParameter key — your API key
Response formatJSON
Rate limit100 requests per minute

GETService list

GET /api/v2/?action=services&key=YOUR_API_KEY

Response:

[
  {
    "service": 2433,
    "name": "Bots ✅ Guarantee",
    "type": "Default",
    "network": "Instagram",
    "category": "Followers",
    "rate": "550.00",
    "min": 100,
    "max": 5000000,
    "refill": true,
    "cancel": false
  },
  {
    "service": 624,
    "name": "Fast",
    "type": "Poll",
    "network": "Telegram",
    "category": "Polls",
    "rate": "250.00",
    "min": 10,
    "max": 300000,
    "refill": false,
    "cancel": false
  }
]
FieldTypeDescription
serviceintService ID
namestringName
typestringOrder type: Default (service + link + quantity), Custom Comments, Poll (+ answer_number), Subscriptions
networkstringNetwork: Instagram, Telegram, VK, etc.
ratestringPrice per 1000 (RUB)
min / maxintMin./max. quantity
refillboolGuarantee available
cancelboolCancellation available

POSTCreate order

Standard order:

POST /api/v2/
key=YOUR_API_KEY&action=add&service=20&link=https://instagram.com/username&quantity=1000

Subscription:

POST /api/v2/
key=YOUR_API_KEY&action=add&service=200&link=https://instagram.com/username&new_posts=10&old_posts=5&activity_min=100&activity_max=500

Response:

{"order": 12345}
ParameterRequiredDescription
serviceYesService ID
linkYesTarget link
quantityYes*Quantity (* not needed for subscriptions)
commentsNoComment text (for custom comment)
answer_numberPollsAnswer number (0 — first option)
new_postsSubscriptionsNew posts count
old_postsSubscriptionsOld posts count
activity_minSubscriptionsMin. activity per post (default: service min)
activity_maxSubscriptionsMax. activity per post (default: service max)

Payment is from balance only. The order is paid and dispatched immediately.

GETOrder status

Single order:

GET /api/v2/?action=status&order=12345&key=YOUR_API_KEY
{
  "charge": "100.00",
  "start_count": "3572",
  "status": "In progress",
  "remains": "157",
  "currency": "RUB"
}

Multiple orders (up to 100):

GET /api/v2/?action=status&orders=1,2,3&key=YOUR_API_KEY

Statuses: Awaiting, In progress, Completed, Partial, Canceled, Fail, Refunded

GETBalance

GET /api/v2/?action=balance&key=YOUR_API_KEY
{"balance": "1250.50", "currency": "RUB"}

POSTGuarantee

POST /api/v2/
key=YOUR_API_KEY&action=refill&order=12345
{"refill": 1}

Only for completed/partial orders (Completed, Partial). Check status:

GET /api/v2/?action=refill_status&refill=1&key=YOUR_API_KEY
{"status": "Completed"}

Statuses: Pending, In progress, Completed, Partial, Rejected

POSTCancel order

POST /api/v2/
key=YOUR_API_KEY&action=cancel&order=12345
{"ok": "true"}

Only for orders that aren't yet completed.

Errors

All errors are returned with HTTP 200 in the format:

{"error": "Error description"}
ErrorDescription
Invalid API keyInvalid or deactivated key
Invalid actionUnknown action
Invalid service IDInvalid service ID
Not enough fundsNot enough funds
Quantity is requiredQuantity is required
Quantity must be positiveQuantity must be positive
Min quantity: 100Minimum quantity
Max quantity: 10000Maximum quantity
Link is requiredLink is required
Order not foundOrder not found
Order cannot be canceledOrder cannot be cancelled
Order is not eligible for refillOrder is not eligible for refill
Warranty period has expiredWarranty period has expired
Refill already in progressRefill already in progress
Cancel already in progressCancel already in progress
This service type is not available via APIThis service type is not available via API
Too many requests...Rate limit exceeded (100 requests/min)
Too many failed attempts...IP blocked after 10 failed attempts

Notes

  • All prices and balance are in rubles (RUB)
  • API orders are paid from balance only
  • Email/Telegram notifications are not sent for API orders — check status via the API

API for social media growth

FastFame API lets you automate growth on Instagram, TikTok, Telegram, YouTube, VK and other social networks. Connect the API to your panel or service and offer customers followers, likes, views, comments and other promotion services.

The API is compatible with the Perfect/Soc standard — if your panel already works with this format, integration takes minutes. Create an API key, set it in your panel settings and start accepting orders.

All orders via API are paid from your FastFame account balance. Top up your balance any way that works for you and manage orders programmatically — create, track, request guarantees, and cancel via simple HTTP requests.

FAQ

FastFame API is a programming interface for automating social media growth orders. With it you can integrate FastFame services into your panel, site or app and manage orders without manual work.
Sign up or log in to your FastFame account, go to “Developer API” and click “Create key”. The key is shown only once — save it right away. Up to 5 active keys per account.
FastFame API is compatible with the Perfect/Soc standard. If your panel supports this format — just add FastFame as a provider, using the URL https://fastfame.io/api/v2/ and your API key.
All API orders are paid from your FastFame account balance. Top up the balance on the site, after which funds are debited automatically when orders are created.
Yes, the limit is 100 requests per minute per API key. If you exceed it, you'll get an error asking you to wait 60 seconds.
Regenerate the key on the “Developer API” page — the old key stops working immediately and you get a new one. You can also delete the key and create a new one.

Support

Notifications

No notifications