{"id":13541907,"url":"https://github.com/marshmallow-code/flask-smorest","last_synced_at":"2025-12-12T00:43:31.038Z","repository":{"id":16095231,"uuid":"67507876","full_name":"marshmallow-code/flask-smorest","owner":"marshmallow-code","description":"DB agnostic framework to build auto-documented REST APIs with Flask and marshmallow","archived":false,"fork":false,"pushed_at":"2024-10-28T13:30:03.000Z","size":1216,"stargazers_count":661,"open_issues_count":61,"forks_count":73,"subscribers_count":16,"default_branch":"main","last_synced_at":"2024-10-29T15:12:36.017Z","etag":null,"topics":["apispec","flask","marshmallow","openapi","python","python3","rest-api","webargs"],"latest_commit_sha":null,"homepage":"https://flask-smorest.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marshmallow-code.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-09-06T12:51:53.000Z","updated_at":"2024-10-28T13:30:06.000Z","dependencies_parsed_at":"2023-01-14T12:39:46.359Z","dependency_job_id":"520faccf-1719-416a-bb96-48b8572fa47e","html_url":"https://github.com/marshmallow-code/flask-smorest","commit_stats":{"total_commits":1115,"total_committers":27,"mean_commits":41.2962962962963,"dds":0.6932735426008969,"last_synced_commit":"92f77245a4eff24a45f387b49ab14aebd14bf6d1"},"previous_names":["nobatek/flask-rest-api"],"tags_count":79,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marshmallow-code%2Fflask-smorest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marshmallow-code%2Fflask-smorest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marshmallow-code%2Fflask-smorest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marshmallow-code%2Fflask-smorest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marshmallow-code","download_url":"https://codeload.github.com/marshmallow-code/flask-smorest/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247294514,"owners_count":20915340,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apispec","flask","marshmallow","openapi","python","python3","rest-api","webargs"],"created_at":"2024-08-01T10:00:58.705Z","updated_at":"2025-12-12T00:43:31.004Z","avatar_url":"https://github.com/marshmallow-code.png","language":"Python","readme":"=============\nflask-smorest \n=============\n\n.. image:: https://img.shields.io/pypi/v/flask-smorest.svg\n    :target: https://pypi.org/project/flask-smorest/\n    :alt: Latest version\n\n.. image:: https://img.shields.io/pypi/pyversions/flask-smorest.svg\n    :target: https://pypi.org/project/flask-smorest/\n    :alt: Python versions\n\n.. image:: https://img.shields.io/badge/marshmallow-3-blue.svg\n    :target: https://marshmallow.readthedocs.io/en/latest/upgrading.html\n    :alt: marshmallow 3 only\n\n.. image:: https://img.shields.io/badge/OAS-2%20|%203-green.svg\n    :target: https://github.com/OAI/OpenAPI-Specification\n    :alt: OpenAPI Specification 2/3 compatible\n\n.. image:: https://img.shields.io/pypi/l/flask-smorest.svg\n    :target: https://flask-smorest.readthedocs.io/en/latest/license.html\n    :alt: License\n\n.. image:: https://github.com/marshmallow-code/flask-smorest/actions/workflows/build-release.yml/badge.svg\n    :target: https://github.com/marshmallow-code/flask-smorest/actions?query=workflow%3Abuild\n    :alt: Build status\n\n.. image:: https://codecov.io/gh/marshmallow-code/flask-smorest/branch/master/graph/badge.svg?token=F676tOSaLF\n    :target: https://codecov.io/gh/marshmallow-code/flask-smorest\n    :alt: Code coverage\n\n.. image:: https://results.pre-commit.ci/badge/github/marshmallow-code/flask-smorest/main.svg\n   :target: https://results.pre-commit.ci/latest/github/marshmallow-code/flask-smorest/main\n   :alt: pre-commit.ci status\n\n.. image:: https://readthedocs.org/projects/flask-smorest/badge/\n    :target: http://flask-smorest.readthedocs.io/\n    :alt: Documentation\n\n'cause everybody wants s'more\n=============================\n\n**flask-smorest** (formerly known as flask-rest-api) is a REST API framework\nbuilt upon `Flask \u003chttps://palletsprojects.com/p/flask/\u003e`_ and\n`marshmallow \u003chttps://github.com/marshmallow-code/marshmallow\u003e`_.\n\nFeatures\n========\n\n- Serialization, deserialization and validation using marshmallow ``Schema``\n- Explicit validation error messages returned in response\n- Database-agnostic\n- OpenAPI (Swagger) specification automatically generated and exposed with\n  `ReDoc \u003chttps://github.com/Rebilly/ReDoc\u003e`_,\n  `Swagger UI \u003chttps://swagger.io/tools/swagger-ui/\u003e`_ or\n  `RapiDoc \u003chttps://mrin9.github.io/RapiDoc/\u003e`_\n- Pagination\n- ETag\n\nInstall\n=======\n\n::\n\n    pip install flask-smorest\n\nDocumentation\n=============\n\nFull documentation is available at http://flask-smorest.readthedocs.io/.\n\nSupport flask-smorest\n======================\n\nIf you'd like to support the future of the project, please consider\ncontributing to marshmallow's Open Collective:\n\n.. image:: https://opencollective.com/marshmallow/donate/button.png\n    :target: https://opencollective.com/marshmallow\n    :width: 200\n    :alt: Donate to our collective\n\nLicense\n=======\n\nMIT licensed. See the `LICENSE \u003chttps://github.com/marshmallow-code/flask-smorest/blob/master/LICENSE\u003e`_ file for more details.\n","funding_links":["https://opencollective.com/marshmallow"],"categories":["Python","APIs \u0026 Serialization","REST frameworks"],"sub_categories":["More"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarshmallow-code%2Fflask-smorest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarshmallow-code%2Fflask-smorest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarshmallow-code%2Fflask-smorest/lists"}