FastAPI framework, high performance, easy to learn, fast to code, ready for production
FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.7+ based on standard Python type hints. The key feature is that it's fast to code, reduces bugs, and is easy to use, yet it provides high performance, on par with NodeJS and Go (thanks to Starlette and Pydantic). It's one of the fastest Python frameworks available.
0 / day
0 / day
0 page per visit
Domain Rating
Domain Authority
Citation Level
English, etc
Increase the speed to develop features by about 200% to 300%.
Reduce about 40% of human (developer) induced errors.
Designed to be easy to use and learn. Less time reading docs.
Minimize code duplication. Multiple features from each parameter declaration. Fewer bugs.
Get production-ready code. With automatic interactive documentation.
Based on (and fully compatible with) the open standards for APIs: OpenAPI (previously known as Swagger) and JSON Schema.
Interactive API documentation and exploration web user interfaces. As the framework is based on OpenAPI, there are multiple options, 2 included by default.
Use Python type hints to declare request parameters and other data models. Get editor support, including completion and checks.
Automatic data validation, data serialization, and interactive documentation using Pydantic.
Integrated security features, including support for OAuth2 with JWT tokens and HTTP Basic auth.
Simple and powerful dependency injection system, making it easy to share, reuse, and override dependencies.
Sebastián Ramírez (tiangolo)
MIT
https://github.com/tiangolo/fastapi
https://fastapi.tiangolo.com/
FastAPI has a growing community of users and contributors. It's supported by a number of companies and individual contributors.
FastAPI is one of the fastest Python web frameworks, only surpassed by NodeJS and Go.
FastAPI is fully compatible with all versions of Python 3.7 and above.
FastAPI supports a wide range of extensions and plugins, allowing for easy integration with other tools and services.
Security headers report is a very important part of user data protection. Learn more about http headers for fastapi.tiangolo.com