Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (55.6k points)

Can anyone explain the Rest API in python?

1 Answer

0 votes
by (119k points)

Rest API is an acronym for Representational State Transfer API is an architectural style used for creating modern web services. It defines a set of rules and constraints to create web services to send and receive data. REST technology is robust using less bandwidth, simple, and flexible makes it better for internet usage. REST is used to fetch and send the messages between client and server using HTTP requests like POST, GET, PUT, PATCH, and DELETE.

Flask is a micro-framework that is simple, fast, easy, and lightweight with various libraries is used for building REST APIs in Python.

Also, watch this video on building Rest API in Python:

Related questions

0 votes
1 answer
0 votes
1 answer
asked Jan 13, 2021 in Python by ashely (50.2k points)
0 votes
1 answer

Browse Categories

...