What is an API?

Asked by
?
Curious Learner
2mo ago 0 views
1 answer
Best Answer
Application Programming Interface

APIs allow different software to communicate.

REST API methods:
- GET - retrieve data
- POST - create data
- PUT - update data
- DELETE - remove data

APIs power most web and mobile apps.

Your Answer

Be specific and provide details to help the person asking.