# StatSocial Platform API **Provider:** StatSocial Platform **Category:** social **Base URL:** `http://api.statsocial.com/api` **Auth:** api-key — `api_key: YOUR_API_KEY` **Rate Limit:** Based on contract **Free Tier:** No **Pricing:** Enterprise / contact sales (subscription) **Docs:** http://api.statsocial.com/api ## Description API Reference:

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 ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `http://api.statsocial.com/api/applications/status/` | Used to understand API usage | | GET | `http://api.statsocial.com/api/reports/` | Obtain report output | | POST | `http://api.statsocial.com/api/reports/` | Obtain report output | | GET | `http://api.statsocial.com/api/reports/custom/create/` | Step 3 of executing custom report | | POST | `http://api.statsocial.com/api/reports/custom/create/` | Step 3 of executing custom report | | GET | `http://api.statsocial.com/api/reports/custom/generate/` | Step 1 of executing custom report | | POST | `http://api.statsocial.com/api/reports/custom/generate/` | Step 1 of executing custom report | | GET | `http://api.statsocial.com/api/reports/custom/insert/` | Step 2 of executing custom report | ## Authentication API key in the request header (api_key) ``` api_key: YOUR_API_KEY ``` ## Sample Request ```bash curl -X GET 'http://api.statsocial.com/api/applications/status/' \ -H 'api_key: YOUR_API_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Paid social data analytics platform. Enterprise pricing on request. --- *Source: [API Map](https://apimap.dev/apis/statsocial-platform/) — CC BY 4.0*