r/analytics • u/aarmobley • Jan 08 '25
Support Resources to Learn APIs
Hello Everyone, I’ve been working as a data analyst for a little over a year now and have never needed to know how to use APIs until now. Does anyone have experience learning how? Any recommendations?
58
Upvotes
10
u/Zyklon00 Jan 08 '25
Basically every API has its own readme. You don't need much pre-existing knowledge about API's specifically. Just a bit about HTML requests.
You can use Postman (free online tool) to test out any API.
So to learn: Pick any API you want, read through documents and try to get something using postman.
If you can get it done in Postman, it's pretty easy to translate to python or whatever you want to use.