React 19 Tutorial in Hindi #55 What is API
What is API
Why we need it
Interview Question
- Application Programming Interface.
- We need data from DB when making projects
- But JS can not connect with Database
- So we make api in other language as Java, PHP or node etc
- We need same data in multiple platform
- Like Web app, mobile app, Windos OS etc.
- So we make API in one language
- And use same api with all platforms
- API use JSON data