Files
fastapi/docs/en/docs/external-links.md
Yurii Motov da9d05bc7a ✏️ Fix grammar, typos, and broken links in docs (#15694)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2026-06-19 09:29:44 +00:00

926 B

include_yaml
include_yaml
topic_repos
data/topic_repos.yml

External Links

FastAPI has a great community constantly growing.

There are many posts, articles, tools, and projects related to FastAPI.

You could easily use a search engine or video platform to find many resources related to FastAPI.

/// note

Before, this page used to list links to external articles.

But now that FastAPI is the backend framework with the most GitHub stars across languages, and the most starred and used framework in Python, it no longer makes sense to attempt to list all articles written about it.

///

GitHub Repositories

Most starred GitHub repositories with the topic fastapi:

{% for repo in topic_repos %}

★ {{repo.stars}} - {{repo.name}} by @{{repo.owner_login}}.

{% endfor %}