flask-api/flask-api
Browsable web APIs for Flask. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 21
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4582
- days_rel: n/a
- days_push: 477
- n_releases_24m: 0
Adoption not part of the score
1474 stars · 196 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Flask API is a drop-in replacement for Flask that adds browsable web APIs with content negotiation and smart request parsing, similar to Django REST framework. It lets you return plain dicts or lists from views and automatically renders JSON or an HTML browsable API based on the client's Accept header.
Use cases
- build browsable REST APIs with Flask
- return JSON from Flask views without manual serialization
- add content negotiation to a Flask app
- parse JSON and form request data in Flask
- create a Django REST framework-like API in Flask
When to choose
- you want a quick, minimal way to expose browsable APIs from an existing Flask app
- you like DRF's browsable API but prefer Flask's simplicity
- you need automatic content negotiation between JSON and HTML responses
When to avoid
- you need a full-featured REST toolkit with serializers, auth, and viewsets - use Flask-RESTful or DRF instead
- you are starting a new project - the project is in maintenance mode and the author recommends API Star
- you need support for recent Flask versions beyond the pinned 1.1+ requirement
Facets
library · maturity maintenance
api-framework web-framework http-server serialization middleware web-development backend apis python flask browsable-api content-negotiation rest django-rest-framework-style web-server
2 sources
- readme: https://github.com/flask-api/flask-api · fetched 2026-08-28 · f37df5334919
- homepage: https://flask-api.github.io/flask-api/ · fetched 2026-08-29 · 7d7f1e6881cd
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| flask-api/flask-api | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="flask-api/flask-api")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem