integrations.sh
← all integrations

StatSocial Platform API

OpenAPI apis-guru socialmarketing

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.getApplicationsStatus

    Remaining window and remaining count details, also returns reports that have been generated by this account.

  • customReports.getReportsCustomCreate

    Used 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.getReportsCustomGenerate

    Used 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.getReportsCustomInsert

    Inserting twitter ids or handles into a custom report. This is used for custom reports only

  • customReports.postReportsCustomCreate

    Used 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.postReportsCustomGenerate

    Used 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.postReportsCustomInsert

    Inserting twitter ids or handles into a custom report. This is used for custom reports only

  • followerReports.getReportsTwitterCreate

    This 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.postReportsTwitterCreate

    This 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.getReports

    Output 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.getReportsDates

    Get report dates available for a specific report.

  • reports.getReportsStatus

    Returns a list of custom reports generated by user (report name to upload hash etc).

  • reports.postReports

    Output 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.postReportsDates

    Get report dates available for a specific report.

  • reports.postReportsStatus

    Returns a list of custom reports generated by user (report name to upload hash etc).

  • tweetReports.getReportsTweetCreate

    This 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.postReportsTweetCreate

    This 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.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools