FastAPI is a modern, high-performance Python web framework for building APIs, built on Python type hints. It uses those hints to drive validation, serialization, and automatic documentation — giving you speed, safety, and great developer experience at once.
A complete API in a few lines
fastapi FastAPI
pydantic BaseModel
app = FastAPI()
():
name:
price:
():
{: item.name, : item.price * }
