skillfed

stac-fastapi-extensions

Extensions for stac-fastapi apis.

stac-fastapi-extensions v6.5.0 94.3K downloads/30d#13,334 on PyPI321
Permissive license MIT Active released

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-extensions

uv

uv add stac-fastapi-extensions

poetry

poetry add stac-fastapi-extensions

Installing 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

Intended Audience :: DevelopersIntended Audience :: Information TechnologyIntended Audience :: Science/ResearchLicense :: OSI Approved :: MIT LicenseProgramming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14

Tags

stac api fastapispatiotemporal asset catalogstac extensionsgeospatial catalog apistac-fastapi
geospatialstac-catalog

More WWW/HTTP packages