FastAPI framework, high performance, easy to learn, fast to code, ready for production| fastapi.tiangolo.com
The OpenAPI Specification defines a standard interface to RESTful APIs which allows both humans and computers to understand service capabilities without access to source code, documentation, or network traffic inspection.| swagger.io
Swagger UI allows development team to visualize and interact with the API’s resources without having any of the implementation logic in place. Learn more.| swagger.io