Intro to API Flashcards
1
Q
What does API stand for?
A
Application Programming Interface
2
Q
What are API’s?
A
API’s are interfaces for code/computers to talk to one another.
3
Q
API’s generally communicate via that?
A
HTTP
4
Q
API’s respond with what and not what?
A
data not structure(HTML)
5
Q
When we use the internet, we make HTTP request and get what back?
A
HTML
6
Q
XML and JSON are examples of what?
A
Data formats