StatSocial Platform API
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 HTTP clients, and we support cross-origin resource sharing to allow you to interact securely with our API from a client-side web application (remember that you should never expose your secret API key in any public website's client-side code). JSON will be returned in all responses from the API, including errors (though if you're using API bindings, we will convert the response to the appropriate language-specific object).
Contact to obtain a test API key
- Homepage
- https://api.apis.guru/v2/specs/statsocial.com/1.0.0.json
- Provider
- statsocial.com
- OpenAPI version
- 2.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/statsocial.com/1.0.0/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/statsocial.com/1.0.0/openapi.yaml
Tools (19)
Extracted live via the executor SDK.
-
application.getApplicationsStatusRemaining window and remaining count details, also returns reports that have been generated by this account.
-
customReports.getReportsCustomCreateUsed to create a custom report. This report treats the list of ids or handles as the audience (not their followers as in the twitter report). To create follower or tweet reports other methods must be used.
-
customReports.getReportsCustomGenerateUsed to create a custom report. This report treats the list of ids or handles as the audience (not their followers as in the twitter report). To create follower or tweet reports other methods must be used.
-
customReports.getReportsCustomInsertInserting twitter ids or handles into a custom report. This is used for custom reports only
-
customReports.postReportsCustomCreateUsed to create a custom report. This report treats the list of ids or handles as the audience (not their followers as in the twitter report). To create follower or tweet reports other methods must be used.
-
customReports.postReportsCustomGenerateUsed to create a custom report. This report treats the list of ids or handles as the audience (not their followers as in the twitter report). To create follower or tweet reports other methods must be used.
-
customReports.postReportsCustomInsertInserting twitter ids or handles into a custom report. This is used for custom reports only
-
followerReports.getReportsTwitterCreateThis report uses the twitter followers as the audience. To create custom or tweet reports other methods must be used. Any report older than two days will be automatically regenerated upon create.
-
followerReports.postReportsTwitterCreateThis report uses the twitter followers as the audience. To create custom or tweet reports other methods must be used. Any report older than two days will be automatically regenerated upon create.
-
reports.getReportsOutput is ordered by Demographic and followed by Affinity information. For each data point the following metrics are provided value, count, mean, percentile, multiplicity and average. For Geographic, and Demographic data points an additional statistical_info metric will be present with information regarding statistical relevance.
-
reports.getReportsDatesGet report dates available for a specific report.
-
reports.getReportsStatusReturns a list of custom reports generated by user (report name to upload hash etc).
-
reports.postReportsOutput is ordered by Demographic and followed by Affinity information. For each data point the following metrics are provided value, count, mean, percentile, multiplicity and average. For Geographic, and Demographic data points an additional statistical_info metric will be present with information regarding statistical relevance.
-
reports.postReportsDatesGet report dates available for a specific report.
-
reports.postReportsStatusReturns a list of custom reports generated by user (report name to upload hash etc).
-
tweetReports.getReportsTweetCreateThis report details the audience of the users who have tweeted content that matches what was provided in the keywords. To create custom or twitter reports other methods must be used.
-
tweetReports.postReportsTweetCreateThis report details the audience of the users who have tweeted content that matches what was provided in the keywords. To create custom or twitter reports other methods must be used.
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools