permalink |
---|
/OGC-API.html |
The recently released OGC API - Features - Part 1: Core specifies a set of URI patterns for accessing features.
- feature = individual item
- collection = dataset
Response structure is defined in a set of YAML patterns
Note that the response must be provided in HTML and JSON, other formats optional.
Resource + spec-link | relative URI pattern | response + example |
---|---|---|
Service | / |
Landing page |
API description | /api |
Swagger with API details |
Conformance | /conformance |
List of conformance classes implemented by this service |
Collections | /collections |
List of collections available from this service |
Specific collection | /collections/{collectionId} |
Description of a collection (but not including the members) |
Features | /collections/{collectionId}/items |
List of members of a collection |
Specific feature | /collections/{collectionId}/items/{featureId} |
Description of a feature |