API Reference: <br><br> The StatSocial API is organized around REST. Our API is designed to have predictable, resource-oriented URLs and to use HTTP response codes to indicate API errors. We use built-in HTTP features, like HTTP authentication and HTTP verbs, which can be understood by off-the-shelf
http://api.statsocial.com/api
Auth type
API Key Header
Auth header
api_key: YOUR_API_KEY
Rate limit
Based on contract
Pricing
Enterprise / contact sales
Free quota
None
Documentation
http://api.statsocial.com/api
Endpoint status
Server online — HTTP 404 — server is online but path returned an error (may require auth)10.18s
(checked Mar 29, 2026)
Builder score
D
38%
builder-friendly
API key in the request header (api_key)
api_key: YOUR_API_KEY
Paid social data analytics platform. Enterprise pricing on request.
| Method | Path | Description |
|---|---|---|
| GET | /applications/status/ |
Used to understand API usage |
| GET | /reports/ |
Obtain report output |
| POST | /reports/ |
Obtain report output |
| GET | /reports/custom/create/ |
Step 3 of executing custom report |
| POST | /reports/custom/create/ |
Step 3 of executing custom report |
| GET | /reports/custom/generate/ |
Step 1 of executing custom report |
| POST | /reports/custom/generate/ |
Step 1 of executing custom report |
| GET | /reports/custom/insert/ |
Step 2 of executing custom report |
curl -X GET 'http://api.statsocial.com/api/applications/status/' \ -H 'api_key: YOUR_API_KEY'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official StatSocial Platform documentation.