FastAPI | Website analytics by TrustRadar
Blurry colored background
fastapi.tiangolo.com Web Development API Framework Python Libraries

FastAPI

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.

Unique Visits

0

0 / day

Total Views

0

0 / day

Visit Duration, avg.

0 page per visit

Bounce Rate

0%

  • Domain Rating

  • Domain Authority

  • Citation Level

Founded in

2018

Supported Languages

English, etc

Key Features of the Site

Fast to code

Increase the speed to develop features by about 200% to 300%.

Fewer bugs

Reduce about 40% of human (developer) induced errors.

Easy

Designed to be easy to use and learn. Less time reading docs.

Short

Minimize code duplication. Multiple features from each parameter declaration. Fewer bugs.

Robust

Get production-ready code. With automatic interactive documentation.

Standards-based

Based on (and fully compatible with) the open standards for APIs: OpenAPI (previously known as Swagger) and JSON Schema.

Automatic docs

Interactive API documentation and exploration web user interfaces. As the framework is based on OpenAPI, there are multiple options, 2 included by default.

Type hints

Use Python type hints to declare request parameters and other data models. Get editor support, including completion and checks.

Validation

Automatic data validation, data serialization, and interactive documentation using Pydantic.

Security and authentication

Integrated security features, including support for OAuth2 with JWT tokens and HTTP Basic auth.

Dependency Injection

Simple and powerful dependency injection system, making it easy to share, reuse, and override dependencies.

Additional information

Creator

Sebastián Ramírez (tiangolo)

License

MIT

Repository

https://github.com/tiangolo/fastapi

Documentation

https://fastapi.tiangolo.com/

Community

FastAPI has a growing community of users and contributors. It's supported by a number of companies and individual contributors.

Performance

FastAPI is one of the fastest Python web frameworks, only surpassed by NodeJS and Go.

Compatibility

FastAPI is fully compatible with all versions of Python 3.7 and above.

Extensions

FastAPI supports a wide range of extensions and plugins, allowing for easy integration with other tools and services.

HTTP headers

Security headers report is a very important part of user data protection. Learn more about http headers for fastapi.tiangolo.com