Context Analytics API Documentation

The Context Analytics (CA) API provides the tools you need to manage your Social Media sentiment data. You can connect to our API using a simple HTTP POST. Then you can get the data back out in JSON. The API currently supports search and stream functions. This gives you the most flexibility to filter our data however you like and get data back in a form that's very easy for you to work with.

API Endpoint

All Search API URLs listed in this documentation are related to production version. For example, the /search API call is reachable at https://api.socialmarketanalytics.com/api/search.

All Cryptocurrency Search API URLs are reachable at https://api-cc.socialmarketanalytics.com/api/search.

API General

  • All API calls should be made using HTTPS.
  • You can consider any non-200 HTTP response code an error - the resultant data will contain more detailed information.

Passing Request Data

API key is required to make any call. API key and function must be sent using POST method while other function related parameters can be sent using GET or POST.

Output Formats

The API supports JSON and XML as output format.

Questions? Problems?

Contact us at support@socialmarketanalytics.com and we'll be delighted to serve you.

Provided API Functions

Search Call

  • search(string subject,string ontology,string items,string dates,string frequency,string filter,string sort,string domain,string format,integer limit,string timezone)
    Returns the CA Universe data.

Stream Call

  • detail(string subject,string ontology,string items,string sourcestring,string dates ,string format,integer limit)
    Returns the CA Universe data.