9 lines
674 B
Markdown
9 lines
674 B
Markdown
|
|
API stands fro Application Programming Interface and it's just a way to stream internet data. You can do a lot with it manipulate it though without having to dig for it all in the interwebs and so it is often compiled into an API and used often.
|
|
|
|
An API collection is further found on Postman. I've written about how to use [APIs in python here.](obsidian://open?vault=Obsidian&file=Coding%20Tips%2FComputers%2FLanguages%2FPython%2FProjects%2FAPI%20Python)
|
|
|
|
----
|
|
Here are some APIs for you to pull from:
|
|
- API for [sentiment analysis ](http://help.sentiment140.com/ap)aggregating social media data
|
|
- API for movies! [The Open Movie Database ](https://www.omdbapi.com/) |