APIs in this platform are all based on OGC API standards, which can be seen as newer versions for OGC Web Services, such as Web Feature Service (WFS) and Web Map Service (WMS).
OGC APIs are more interoperable, newer and easy to use. You only need to understand the most important resources to form a query that retrieves data from OGC APIs. The exact query syntax and parameters vary depending on the specific OGC API type and implementation. However, most queries are constructed on the same hierarchical pieces.
For example, the example of OGC API Features query:
The example above had only one additional parameter ('f' for format) but also more can be added after the question mark to select only a subset of the features in the collection. A 'bbox' or 'datetime' parameter may be used to select only the subset of the collection features within the bounding box specified by the 'bbox' parameter or the time interval specified by the 'datetime' parameter. The 'limit' parameter may be used to control the page size by specifying the maximum number of features that should be returned in the response.
Each page may include information about the number of selected and returned features (‘numberMatched’ and ‘numberReturned’) as well as links to support paging (link relation ‘next’). Usually, the fastest way to check data is to write a query directly to a web browser. Another option is to use the command line, programming languages or some (GIS) software. See our How to use an API key page for instructions on adding the API key to your command line queries.
For more information about OGC APIs, please visit the Service Management course of Location Innovation Academy . You can register and learn more for free.
The Location Finland data platform provides novel data sources to develop new location-based business in Finland. Location Finland is one of the services provided by the Location Innovation Hub.

