Download OpenAPI specification:Download
This is an OpenAPI definition of the core SpatioTemporal Asset Catalog API specification. Any service that implements this endpoint to allow search of spatiotemporal assets can be considered a STAC API. The endpoint is also available as an OpenAPI fragment that can be integrated with other OpenAPI definitions, and is designed to slot seamlessly into a WFS 3 API definition.
{- "title": "Buildings in Bonn",
- "description": "Access to data about buildings in the city of Bonn via a Web API that conforms to the OGC API Features specification.",
- "links": [
- {
- "rel": "self",
- "type": "application/json",
- "title": "this document"
}, - {
- "rel": "service-desc",
- "type": "application/vnd.oai.openapi+json;version=3.0",
- "title": "the API definition"
}, - {
- "rel": "service-doc",
- "type": "text/html",
- "title": "the API documentation"
}, - {
- "rel": "conformance",
- "type": "application/json",
- "title": "OGC API conformance classes implemented by this server"
}, - {
- "rel": "data",
- "type": "application/json",
- "title": "Information about the feature collections"
}
]
}
{- "id": "buildings",
- "title": "Buildings",
- "description": "Buildings in the city of Bonn.",
- "extent": {
- "spatial": {
- "bbox": [
- [
- 7.01,
- 50.63,
- 7.22,
- 50.78
]
]
}, - "temporal": {
- "interval": [
- [
- "2010-02-15T12:34:56Z",
- null
]
]
}
}, - "links": [
- {
- "rel": "items",
- "type": "application/geo+json",
- "title": "Buildings"
}, - {
- "rel": "items",
- "type": "text/html",
- "title": "Buildings"
}, - {
- "rel": "license",
- "type": "text/html",
- "title": "CC0-1.0"
}, - {
- "rel": "license",
- "type": "application/rdf+xml",
- "title": "CC0-1.0"
}
]
}
providerId required | string local identifier of a provider |
collections | Array of strings non-empty The collections search parameter is a list of of collection IDs for Items to match. Only items that are included in one of these collections will be returned, otherwise all collections will be searched. |
{- "links": [
- {
- "rel": "self",
- "type": "application/json",
- "title": "this document"
}, - {
- "rel": "alternate",
- "type": "text/html",
- "title": "this document as HTML"
}, - {
- "rel": "describedBy",
- "type": "application/xml",
- "title": "GML application schema for Acme Corporation building data"
}, - {
- "rel": "enclosure",
- "type": "application/geopackage+sqlite3",
- "title": "Bulk download (GeoPackage)",
- "length": 472546
}
], - "collections": [
- {
- "id": "buildings",
- "title": "Buildings",
- "description": "Buildings in the city of Bonn.",
- "extent": {
- "spatial": {
- "bbox": [
- [
- 7.01,
- 50.63,
- 7.22,
- 50.78
]
]
}, - "temporal": {
- "interval": [
- [
- "2010-02-15T12:34:56Z",
- null
]
]
}
}, - "links": [
- {
- "rel": "items",
- "type": "application/geo+json",
- "title": "Buildings"
}, - {
- "rel": "items",
- "type": "text/html",
- "title": "Buildings"
}, - {
- "rel": "license",
- "type": "text/html",
- "title": "CC0-1.0"
}, - {
- "rel": "license",
- "type": "application/rdf+xml",
- "title": "CC0-1.0"
}
]
}
]
}
providerId required | string local identifier of a provider |
collectionId required | string local identifier of a collection |
{- "id": "buildings",
- "title": "Buildings",
- "description": "Buildings in the city of Bonn.",
- "extent": {
- "spatial": {
- "bbox": [
- [
- 7.01,
- 50.63,
- 7.22,
- 50.78
]
]
}, - "temporal": {
- "interval": [
- [
- "2010-02-15T12:34:56Z",
- null
]
]