S

StatSocial Platform API

by StatSocial Platform

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

authstatsocial

Quick Reference

Base URL 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
Pricing
28
Latency
4
Depth
72

Authentication

API key in the request header (api_key)

api_key: YOUR_API_KEY

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Paid social data analytics platform. Enterprise pricing on request.

Key Endpoints

MethodPathDescription
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

Sample Request

curl -X GET 'http://api.statsocial.com/api/applications/status/' \
  -H 'api_key: YOUR_API_KEY'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official StatSocial Platform documentation.