Home / Tools / API tester

API TESTER

The API tester

generate · test · understand

Most SMM provider APIs follow one standard shape. Pick a provider or type your endpoint, choose the call, and get the exact cURL command plus the response shape you should expect. Your key is saved only in this browser, and every generate is logged so the operator knows which providers get tested most.

Reviewed by the SMMScout data team · updated 2026-08-14 · provider API shapes from the directory data · methodology · editorial policy · disclosure

Keys are saved in this browser only and never leave it. Server-side telemetry records the endpoint host and action, not the key value itself. Use a test or read-only key here, never a master key.

Stored locally as smmscout.api.settings in this browser only.

What each call returns

Action What it is for Typical response
services Pull the provider's service list with rates and limits. The first call for any provider. [{ "service": 1, "name": "…", "rate": "0.45", "min": 10, "max": 50000 }]
balance Check your prepaid balance before ordering. { "balance": "12.50" }
add Place an order: service ID, target link, quantity. { "order": 8675309, "charge": "0.45" }
status Track an order by its ID until completed. { "status": "in progress", "charge": "0.45" }

Testing against known providers

These providers from the directory expose APIs. Open their panel page for the endpoint and documentation, then paste the values above.

Provider Latency What to test first
Ezkify ezkify.comours 0.3s measured Run services first, then balance
Smmize smmize.comours 0.1s measured Run services first, then balance
BulkFollows bulkfollows.com 0.7s measured Run services first, then balance
SMMTurk smmturk.com 0.8s measured Run services first, then balance
SMMResellerPanel smmresellerpanel.net 0.8s measured Run services first, then balance
InstantPanel instantpanel.net 0.7s measured Run services first, then balance