← Other topics
Coding Psych Experiments
APIs
Timecode of this content: 8:18:03
Video Notes
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
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
Unlock all notes for $4
For $4, you’ll get 6 months of unlimited access to the notes for the above video
and all of my other 200+ guides and videos.
This is a one-time payment— no subscriptions or auto-renewals to worry about cancelling.
Your support helps me continue creating free, high-quality videos. Thank you!
Questions? help@codewithsusan.com
← Other topics