How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

OGC API - Tiles

The approved standard OpenAPI description OGC itself publishes for OGC API - Tiles. This is the STANDARD'S contract, not any one deployment of it — the servers block is a template, so it describes what a conformant implementation must offer rather than a callable host.

OGC API - Tiles is one of 10 APIs that Open Geospatial Consortium (OGC) publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include OGC, OGC API, OGC API Tiles, Geospatial, and Specification. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 39 operations across 39 paths, organized into 8 resource areas, and defines 27 schemas. It is described by OpenAPI 3.0.0, at version 1.0.

Requests are made against a single base URL, https://maps.ecere.com/ogcapi.

39 operations 39 paths 27 schemas 39 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0
Server
https://maps.ecere.com/ogcapi
Resource Areas
8

Paths & Operations 39

Across 39 paths, the API surfaces 39 operations — 39 GET. They span 8 resource areas: Landing Page, Conformance, API, Data Collections, Tiling Schemes, Vector Tiles, Coverage Tiles, Map Tiles. Each is listed below with its method, path, parameters, and response codes.

Landing Page 1
GET
/
Retrieve the OGC API landing page for this service.
getLandingPage 1 param → 200406500
Conformance 1
GET
/conformance
Retrieve the set of OGC API conformance classes that are supported by this service.
getConformance 1 param → 200406500
API 6
GET
/api
Retrieve this API definition.
getAPI 1 param → 200406500
GET
/api/all-collections
Retrieve the list of collections available from this API implementation & deployment.
getAPICollections 1 param → 200404406500
GET
/api/coverage-collections
Retrieve the list of coverages collections available from this API implementation & deployment.
getAPICoverageCollections 1 param → 200404406500
GET
/api/vectorTiles-collections
Retrieve the list of collections supporting vector tiles available from this API implementation & deployment.
getAPIVectorTileCollections 1 param → 200404406500
GET
/api/tileMatrixSets
Retrieve the list of shared TileMatrixSets available from this API implementation & deployment.
getAPITileMatrixSets 1 param → 200404406500
GET
/api/styles
Retrieve the list of dataset styles available from this API implementation & deployment.
getAPIStyles 1 param → 200404406500
Data Collections 2
GET
/collections
Retrieve the list of geospatial data collections available from this service.
getCollectionsList 4 params → 200
GET
/collections/{collectionId}
Retrieve the description of a collection available from this service.
getCollection 2 params → 200
Tiling Schemes 2
GET
/tileMatrixSets
Retrieve the list of available tiling schemes (tile matrix sets)
getTileMatrixSetsList 1 param → 200406500
GET
/tileMatrixSets/{tileMatrixSetId}
Retrieve the definition of the specified tiling scheme (tile matrix set)
getTileMatrixSet 2 params → 200404406500
Vector Tiles 12
GET
/tiles
Retrieve a list of available vector tilesets for the dataset
.dataset.vector.getTileSetsList 1 param → 200404406500
GET
/tiles/{tileMatrixSetId}
Retrieve the vector tileset metadata for the whole dataset and the specified tiling scheme (tile matrix set)
.dataset.vector.getTileSet 3 params → 200404406500
GET
/tiles/{tileMatrixSetId}/{tileMatrix}/{tileRow}/{tileCol}
Retrieve a vector tile including one or more collections from the dataset.
.dataset.vector.getTile 10 params → 200204404406500
GET
/styles/{styleId}/tiles
Retrieve the list of vector tilesets intended for use with a specified style for the whole dataset
.dataset.style.vector.getTileSetsList 2 params → 200404406500
GET
/styles/{styleId}/tiles/{tileMatrixSetId}
Retrieve a vector tileset intended for use with a specified style of the whole dataset for the specified tiling scheme (tile matrix set)
.dataset.style.vector.getTileSet 4 params → 200404406500
GET
/styles/{styleId}/tiles/{tileMatrixSetId}/{tileMatrix}/{tileRow}/{tileCol}
Retrieve vector tiles intended for use with a specified style
.dataset.style.vector.getTile 11 params → 200204404406500
GET
/collections/{collectionId}/tiles
Retrieve a list of available vector tilesets for the specified collection.
.collection.vector.getTileSetsList 2 params → 200404406500
GET
/collections/{collectionId}/tiles/{tileMatrixSetId}
Retrieve the vector tileset metadata for the specified collection and tiling scheme (tile matrix set)
.collection.vector.getTileSet 4 params → 200404406500
GET
/collections/{collectionId}/tiles/{tileMatrixSetId}/{tileMatrix}/{tileRow}/{tileCol}
Retrieve a vector tile from a collection.
.collection.vector.getTile 11 params → 200204404406500
GET
/collections/{collectionId}/styles/{styleId}/tiles
Retrieve a list of vector tilesets for the specified collection intended for use with a specified style
.collection.style.vector.getTileSetsList 3 params → 200404406500
GET
/collections/{collectionId}/styles/{styleId}/tiles/{tileMatrixSetId}
Retrieve the vector tileset metadata for the specified collection, style and tiling scheme (tile matrix set).
.collection.style.vector.getTileSet 5 params → 200404406500
GET
/collections/{collectionId}/styles/{styleId}/tiles/{tileMatrixSetId}/{tileMatrix}/{tileRow}/{tileCol}
Retrieve vector tiles for a specified collection, intended for use with a specified style
.collection.style.vector.getTile 14 params → 200204404406500
Coverage Tiles 3
GET
/collections/{collectionId}/coverage/tiles
Retrieve the list of available coverage tilesets for the specified collection.
.collection.coverage.getTileSetsList 2 params → 200404406500
GET
/collections/{collectionId}/coverage/tiles/{tileMatrixSetId}
Retrieve the coverage tileset metadata for the specified collection and tiling scheme (tile matrix set)
.collection.coverage.getTileSet 4 params → 200404406500
GET
/collections/{collectionId}/coverage/tiles/{tileMatrixSetId}/{tileMatrix}/{tileRow}/{tileCol}
Retrieve coverage tiles
.collection.coverage.getTile 11 params → 200204404406500
Map Tiles 12
GET
/map/tiles
Retrieve the list of all default map tilesets for the whole dataset
.dataset.map.getTileSetsList 1 param → 200404406500
GET
/map/tiles/{tileMatrixSetId}
Retrieve a default map tileset of the whole dataset for the specified tiling scheme (tile matrix set)
.dataset.map.getTileSet 3 params → 200404406500
GET
/map/tiles/{tileMatrixSetId}/{tileMatrix}/{tileRow}/{tileCol}
Retrieve a default map tile of the whole dataset
.dataset.map.getTile 12 params → 200204404406500
GET
/styles/{styleId}/map/tiles
Retrieve the list of styled map tilesets for the whole dataset
.dataset.style.map.getTileSetsList 2 params → 200404406500
GET
/styles/{styleId}/map/tiles/{tileMatrixSetId}
Retrieve a styled map tileset of the whole dataset for the specified tiling scheme (tile matrix set)
.dataset.style.map.getTileSet 4 params → 200404406500
GET
/styles/{styleId}/map/tiles/{tileMatrixSetId}/{tileMatrix}/{tileRow}/{tileCol}
Retrieve a styled map tiles
.dataset.style.map.getTile 13 params → 200204404406500
GET
/collections/{collectionId}/map/tiles
Retrieve a list of all map tilesets for specified collection.
.collection.map.getTileSetsList 2 params → 200404406500
GET
/collections/{collectionId}/map/tiles/{tileMatrixSetId}
Retrieve a map tile set metadata for the specified collection and tiling scheme (tile matrix set)
.collection.map.getTileSet 4 params → 200404406500
GET
/collections/{collectionId}/map/tiles/{tileMatrixSetId}/{tileMatrix}/{tileRow}/{tileCol}
Retrieve a map tile from the specified collection
.collection.map.getTile 13 params → 200204404406500
GET
/collections/{collectionId}/styles/{styleId}/map/tiles
Retrieve a list of styled map tilesets for the specified collection
.collection.style.map.getTileSetsList 3 params → 200404406500
GET
/collections/{collectionId}/styles/{styleId}/map/tiles/{tileMatrixSetId}
Retrieve the map tileset metadata for the specified collection, style and tiling scheme (tile matrix set).
.collection.style.map.getTileSet 5 params → 200404406500
GET
/collections/{collectionId}/styles/{styleId}/map/tiles/{tileMatrixSetId}/{tileMatrix}/{tileRow}/{tileCol}
Retrieve a map tile for a specified collection and style
.collection.style.map.getTile 14 params → 200204404406500

Schemas 27

The contract defines 27 schemas that model the data the API accepts and returns. The most detailed are tileSet (21 properties), collectionInfo (13 properties), tileMatrixSet (10 properties), link (8 properties). Each schema is shown below with its type and property counts.

confClasses
object
1 property 1 required
link
object
8 properties 2 required
landingPage
object
4 properties 1 required
exception
object
JSON schema for exceptions based on RFC 7807
5 properties 1 required
collections
object
5 properties 2 required
collectionInfo
object
13 properties 2 required
extent
object
The extent of the data in the collection. In the Core only spatial and temporal extents are specified. Extensions may add additional members to represent other…
2 properties
extent-uad
The extent module only addresses spatial and temporal extents. This module extends extent by specifying how intervals and crs properties can be used to specify…
crs
dataType
timeStamp
string
This property indicates the time and date when the response was generated using RFC 3339 notation.
numberReturned
integer
The number of features in the feature collection. A server may omit this information in a response, if the information about the number of features is not know…
numberMatched
integer
The number of features of the feature type that match the selection parameters like bbox.
tileSet
object
A resource describing a tileset based on the OGC TileSet Metadata Standard. At least one of the 'TileMatrixSet', or a link with 'rel' http://www.opengis.net/de…
21 properties 3 required
tileSet-item
object
A minimal tileset element for use within a list of tilesets linking to full description of those tilesets.
5 properties 3 required
tileMatrixSet
object
A definition of a tile matrix set following the Tile Matrix Set standard. For tileset metadata, such a description (in tileMatrixSet property) is only required…
10 properties 2 required
tileMatrixSet-item
object
A minimal tile matrix set element for use within a list of tile matrix sets linking to a full definition.
5 properties 1 required
tileMatrixLimits
object
The limits for an individual tile matrix of a TileSet's TileMatrixSet, as defined in the OGC 2D TileMatrixSet and TileSet Metadata Standard
5 properties 5 required
2DPoint
array
A 2D Point in the CRS indicated elsewhere
2DBoundingBox
object
Minimum bounding rectangle surrounding a 2D resource in the CRS indicated elsewhere
4 properties 2 required
FeatureCollection
object
3 properties 2 required
enumeration
object
2 properties 2 required
all-collections
string
vectorTiles-collections
string
coverage-collections
string
styles
string
tileMatrixSets
string

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

ogc-tiles-part1-1-0-openapi-ogcapi-tiles-1-bundled.json Raw ↑

Other APIs Open Geospatial Consortium (OGC) publishes across the network.

OGC API - Common
OGC API - Connected Systems
OGC API - DGGS
OGC API - EDR
OGC API - Features
OGC API - Maps
OGC API - Moving Features
OGC API - Processes
OGC API - Records
Where this information came from

This is an independent, third-party profile of OGC API - Tiles, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.