Here, you can find the specification for our API, including information on the endpoints (Search, Handle, Person, and Topic), example code, and expected responses. Soon, we will provide libraries for easy integration with your programming language of choice, and a community forum to interact with fellow developers.
If you have any questions, feel free to contact us.
Thanks!
The Spot Influence Team
Spot Influence data can be accessed via our REST API based at http://api.spotinfluence.com.
http://api.spotinfluence.com/<version>/<api_key>/<endpoint>/<arg>
curl http://api.spotinfluence.com/v1/XXX/search/spot+influence
...would return an ordered list of the top 50 influencers on the search "spot influence".
Our data is accessed by calls to the following Endpoints:
All responses are JSON and the data is encapsulated in an envelope containing meta-data about the success or failure of the call. The Response Format is available.