Anonymous Interview Question

What is rest API ?

Interview Answer

Anonymous

Nov 20, 2025

A REST API (Representational State Transfer API) is a way for different software systems to communicate with each other over the internet using simple HTTP methods like GET, POST, PUT, DELETE.