OGC API Features Installation
Installing OGC API Features extension
- Download the OGC API Features zip from the latest release (or nightly build) from http://sourceforge.net/projects/geoserver/files/GeoServer/2025.1/extensions/geoserver-2025.1-ogcapi-features-plugin.zip. - Warning - Verify that the version number in the filename corresponds to the version of GeoServer you are running (for example geoserver-2025.1-ogcapi-features-plugin.zip above). 
- Extract the contents of the archive into the - WEB-INF/libdirectory of the GeoServer installation.
- On restart the feature services is listed on the welcome page: https://instance.geocat.live/geoserver/   - GeoServer Welcome Page OGC API - Features 
- The feature service is available at: https://instance.geocat.live/geoserver/ogc/features/v1 
Docker use of OGC API Features extension
- The Docker image supports the use of OGC API Feature: - docker pull docker.osgeo.org/geoserver:2025.1 
- To run with OGC API Features: - docker run -it -p8080:8080 \ --env INSTALL_EXTENSIONS=true \ --env STABLE_EXTENSIONS="ogcapi-features" \ docker.osgeo.org/geoserver:2025.1 
- The feature service is listed on the welcome page: https://instance.geocat.live/geoserver/   - GeoServer Welcome Page OGC API - Features 
- The feature service is available at: https://instance.geocat.live/geoserver/ogc/features/v1