APIs
An API is an Application Programming Interface, and they’re used to allow you programmatic access to data on some external web service.
APIs can be very useful tools in research, and so we want to cover a few examples to give you a feel for how they could be harnessed.
APIs to explore
- List of news media APIs
- Amazon Incentives API
- Qualtrics API
- Reddit API
- FitBit API
- OpenAI API
- Twitter API
- Facebook API
- Instagram API
- WhatsApp API
- TikTok API
- SnapChat API
Example - Reddit
Code from demo:
Learn more about the Reddit API...
Example - Amazon Gift Card incentive
Code from demo:
Learn more about the Amazon Incentives API
API usage summary
- Sign up for the API
- Familiarize yourself with the docs
- Generate access credentials
- Write code to make a request to the API
- Write code to handle response from the API