stac-fastapi-extensions
Extensions for stac-fastapi apis.
What it is and what it does
stac-fastapi-extensions is a FastAPI-based implementation of the STAC API specification. It provides extension modules that build on top of stac-fastapi-api and stac-fastapi-types to enable developers to construct APIs for cataloging and serving geospatial data with temporal dimensions.
The package targets developers, researchers, and IT professionals working with geospatial data. It requires Python 3.11 or later and has low installation friction, depending only on two core runtime dependencies. The project is actively maintained with recent updates and is part of the stac-utils ecosystem.
Use it for:
- Build a geospatial data catalog API that exposes satellite imagery or spatiotemporal assets with STAC compliance
- Extend a FastAPI application to serve STAC-compliant search and discovery endpoints for scientific data
- Implement custom STAC API extensions for domain-specific metadata or query requirements
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides FastAPI extensions for the STAC API specification, enabling you to build spatiotemporal asset catalog APIs.
Yes, if you are building a STAC API with FastAPI. The package has low install friction, active maintenance, no known vulnerabilities, and permissive MIT licensing. Install only if you need STAC API extensions; if you need only the base STAC API, stac-fastapi-api may suffice.
Install
stac-fastapi-extensions on PyPI
pip
pip install stac-fastapi-extensionsuv
uv add stac-fastapi-extensionspoetry
poetry add stac-fastapi-extensionsInstalling stac-fastapi-extensions
Before you install
Low install friction with only two runtime dependencies. Active maintenance with a release 11 days ago and recent commits; supports Python 3.11, 3.12, 3.13, and 3.14.
License in practice
MIT license permits commercial and private use with minimal restrictions, suitable for most projects.
Quickstart
pip install stac-fastapi-extensions
from stac_fastapi_extensions import ...
# See documentation at https://stac-utils.github.io/stac-fastapi/
Requires Python 3.11 or later
Verify before relying
- What specific STAC API extensions are included in this package versus the base stac-fastapi-api
- Whether this package is meant to be used directly or primarily as a dependency for other packages
- Concrete usage examples beyond the summary 'Extensions for stac-fastapi apis'
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.11) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — stac-fastapi-api, stac-fastapi-types |
| Maintenance | actively maintained — 11 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 94,333/month — #13,334 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: stac_fastapi_extensions-6.5.0-py3-none-any.whl
Keywords: FastAPI, STAC, STAC-API, STAC-API-Extensions
Tags
More WWW/HTTP packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
h11h11 is a pure-Python HTTP/1.1 protocol…
permissive · top 100 on PyPI
httpxHTTPX is a fully featured HTTP client library…
permissive · top 100 on PyPI
httpcoreA minimal low-level HTTP client library that…
permissive · top 100 on PyPI
aiohttpaiohttp is an async HTTP client and server…
permissive · top 100 on PyPI
stac-fastapi-apiProvides a FastAPI-based implementation of the…
permissive · top 15,000 on PyPI
stac-fastapi-typesProvides core type definitions and data models…
permissive · top 15,000 on PyPI
stac-fastapi-pgstacProvides a FastAPI-based HTTP interface to…
permissive · top 15,000 on PyPI
stactools-met-office-deterministicGenerates STAC (SpatioTemporal Asset Catalog)…
permissive · top 5,000 on PyPI
pypgstacpypgstac provides Python bindings and utilities…
permissive · top 15,000 on PyPI
stac-pydanticProvides Pydantic models for validating and…
permissive · top 15,000 on PyPI
pystac-corePySTAC Core provides the foundational API for…
permissive · top 5,000 on PyPI
pystacPySTAC is a Python library for reading,…
permissive · top 5,000 on PyPI
pystac-clientPySTAC Client is a Python library for querying…
permissive · top 15,000 on PyPI
pystac-ext-projectionExtends PySTAC to add geospatial projection…
permissive · top 5,000 on PyPI