This is the Helgoland API SwaggerUI
/
GET Available endpoints.
A (static) collection of endpoints available from this API. Each includes a relative path and a short description.
Parameters
Name | In | Description | Type |
---|---|---|---|
expanded | query | If The expanded works almost only for resource collection. However, exceptions may exist (e.g. for getting raw data). Exceptions are explicitly documented. The default is |
Boolean |
Responses
200 A collection of API endpoints
/search
GET A simple search.
A simple search over all resource’s labels over all available endpoints. Note that the searching respects the current locale being selected.
Parameters
Name | In | Description | Type |
---|---|---|---|
q | query | Term which shall match (case insensitive) a resource's label | String |
locale | query | Specifies the language as ISO639 code. Subdivisions are respected by an The REST-API should consider the following order to detect a locale
A fallback language cannot be specified as it depends on the data of the service provider. |
String |
Responses
200 A collection of search results
/categories
GET Gets available categories
All available category instances. Depending on the expanded
parameter the collections items are compact or do inline full metadata.
Filter options help to focus on a particular set of items. Filter either by parameters or spatially.
Parameters
Name | In | Description | Type |
---|---|---|---|
locale | query | Specifies the language as ISO639 code. Subdivisions are respected by an The REST-API should consider the following order to detect a locale
A fallback language cannot be specified as it depends on the data of the service provider. |
String |
expanded | query | If The expanded works almost only for resource collection. However, exceptions may exist (e.g. for getting raw data). Exceptions are explicitly documented. The default is |
Boolean |
services | query | All resources where the given service id does match. |
String |
phenomena | query | All resources where the given phenomenon id does match. |
String |
procedures | query | All resources where the given procedure id does match. |
String |
offerings | query | All resources where the given offering id does match. |
String |
platforms | query | All resources where the given platform id does match. |
String |
features | query | All resources where the given feature id does match. |
String |
datasetTypes | query | Filters the resources to get only those related to the dataset type filter. Allowed values are |
String |
observationTypes | query | Filters the resources to get only those related to the observation type filter. Allowed values are |
String |
valueTypes | query | Filters the resources to get only those related to the value type filter. Allowed values are |
String |
mobile | query | Filters the resources to get only those related to the mobile filter. |
Boolean |
insitu | query | Filters the resources to get only those related to the insitu filter. |
Boolean |
matchDomainIds | query | If |
Boolean |
Responses
200 A collection of categories
404 Item not found
415 Media Item not supported
/categories/{categoryId}
GET Gets a catefory instance
Gets a category instance.
Parameters
Name | In | Description | Type |
---|---|---|---|
categoryId | path | String | |
locale | query | Specifies the language as ISO639 code. Subdivisions are respected by an The REST-API should consider the following order to detect a locale
A fallback language cannot be specified as it depends on the data of the service provider. |
String |
Responses
200 An expanded item
404 Item not found
415 Media Item not supported
/datasets
GET Gets available datasets
A collection of available datasets. Depending on the expanded
parameter the collections items are compact or do inline full metadata.
Filter options help to focus on a particular set of items. Filter either by parameters or spatially.
Parameters
Name | In | Description | Type |
---|---|---|---|
locale | query | Specifies the language as ISO639 code. Subdivisions are respected by an The REST-API should consider the following order to detect a locale
A fallback language cannot be specified as it depends on the data of the service provider. |
String |
expanded | query | If The expanded works almost only for resource collection. However, exceptions may exist (e.g. for getting raw data). Exceptions are explicitly documented. The default is |
Boolean |
services | query | All resources where the given service id does match. |
String |
phenomena | query | All resources where the given phenomenon id does match. |
String |
procedures | query | All resources where the given procedure id does match. |
String |
offerings | query | All resources where the given offering id does match. |
String |
platforms | query | All resources where the given platform id does match. |
String |
features | query | All resources where the given feature id does match. |
String |
categories | query | All resources where the given category id does match. |
String |
datasetTypes | query | Filters the resources to get only those related to the dataset type filter. Allowed values are |
String |
observationTypes | query | Filters the resources to get only those related to the observation type filter. Allowed values are |
String |
valueTypes | query | Filters the resources to get only those related to the value type filter. Allowed values are |
String |
mobile | query | Filters the resources to get only those related to the mobile filter. |
Boolean |
insitu | query | Filters the resources to get only those related to the insitu filter. |
Boolean |
matchDomainIds | query | If |
Boolean |
crs | query | The client indicates that input geometries shall be interpreted as being referenced by the given CRS (for example in case of Per default geometries are referenced by the WGS84 CRS (CRS84, i.e. lon/lat order). If crs value differs from default, all output geometries are transformed to match the asked CRS. Please note that some CRS switch coordinate axes. Double check axes ordering before interpreting coordinates! |
String |
bbox | query | Features within a given bounding box (in WGS84 by default). Refer to the crs parameter if a non-default CRS shall be used. The Box can be supplied as either as json Points or as GeoJSON bbox. Alternative 1: json Points
Alternative 2: GeoJSON bbox
|
String |
near | query | Features within a given bounding box (in WGS84 by default). Refer to the
|
String |
Responses
200 A collection of datasets
404 Item not found
415 Media Item not supported
/datasets/{datasetId}
GET Gets a particular dataset
Full view of a dataset instance. All relevant relations (parameters, unit, platform, etc.) are inlined. If any additional information is listed in the extras
array member it can be retrieved via /datasets/{datasetId}/extras
(see next).
Parameters
Name | In | Description | Type |
---|---|---|---|
datasetId | path | String | |
locale | query | Specifies the language as ISO639 code. Subdivisions are respected by an The REST-API should consider the following order to detect a locale
A fallback language cannot be specified as it depends on the data of the service provider. |
String |
Responses
200 A collection of datasets
404 Item not found
415 Media Item not supported
/datasets/{datasetId}/observations
GET Gets the observation values for the dataset
Gets data for a given timespan
filter. Implementations may limit the maximum amount of time intervals a client can query in one request.
What Mime-Types are supported depends on the valueType
. For example quantity
observations can be drawn as a timeseries chart (i.e. either image/png
or application/pdf
). Supported Mime-Types are listed for each valueType
when querying /service/{serviceId}
produces:
application/json
image/png
text/csv
application/pdf
application/zip
Data can be classified into result times if these differ from actual timestamp
. For example, this is the case for forecast data which might re-calculate (different result times) a given timespan. The data
can be grouped by using resultTimes
parameter. When resultTimes
parameter is missing, data of the oldest result is being returned.
Parameters
Name | In | Description | Type |
---|---|---|---|
datasetId | path | String | |
expanded | query | If The expanded works almost only for resource collection. However, exceptions may exist (e.g. for getting raw data). Exceptions are explicitly documented. The default is |
Boolean |
timespan | query | An ISO8601 formatted period. Only backslash formatted values are supported. |
String |
format | query | Controls the output format of raw timeseries data. This avoids converting between different data formats on client side which uses a 3rd party chart rendering API. Currently, supported formats
Refer to the Format section for detailed information how the formats will look like. |
String |
resultTimes | query | Filter data which is available for different result times. Query |
Array |
showTimeIntervals | query | Select whether Time fields in the output shall be returned using a single Timestamp or a Time Interval. |
String |
generalize | query | Indicates that timeseries data shall be generalized. See generalization section for details. |
Boolean |
Responses
200 Data for a given `timespan` in a requested output format
400 A query parameter does not match expected format
404 Item not found
415 Media Item not supported
/timeseries
GET Gets available datasets
A collection of available datasets whose dataset type is timeseries
. Depending on the expanded
parameter the collections items are compact or do inline full metadata.
Filter options help to focus on a particular set of items. Filter either by parameters or spatially.
Parameters
Name | In | Description | Type |
---|---|---|---|
locale | query | Specifies the language as ISO639 code. Subdivisions are respected by an The REST-API should consider the following order to detect a locale
A fallback language cannot be specified as it depends on the data of the service provider. |
String |
expanded | query | If The expanded works almost only for resource collection. However, exceptions may exist (e.g. for getting raw data). Exceptions are explicitly documented. The default is |
Boolean |
services | query | All resources where the given service id does match. |
String |
phenomena | query | All resources where the given phenomenon id does match. |
String |
procedures | query | All resources where the given procedure id does match. |
String |
offerings | query | All resources where the given offering id does match. |
String |
platforms | query | All resources where the given platform id does match. |
String |
features | query | All resources where the given feature id does match. |
String |
categories | query | All resources where the given category id does match. |
String |
datasetTypes | query | Filters the resources to get only those related to the dataset type filter. Allowed values are |
String |
observationTypes | query | Filters the resources to get only those related to the observation type filter. Allowed values are |
String |
valueTypes | query | Filters the resources to get only those related to the value type filter. Allowed values are |
String |
mobile | query | Filters the resources to get only those related to the mobile filter. |
Boolean |
insitu | query | Filters the resources to get only those related to the insitu filter. |
Boolean |
matchDomainIds | query | If |
Boolean |
crs | query | The client indicates that input geometries shall be interpreted as being referenced by the given CRS (for example in case of Per default geometries are referenced by the WGS84 CRS (CRS84, i.e. lon/lat order). If crs value differs from default, all output geometries are transformed to match the asked CRS. Please note that some CRS switch coordinate axes. Double check axes ordering before interpreting coordinates! |
String |
bbox | query | Features within a given bounding box (in WGS84 by default). Refer to the crs parameter if a non-default CRS shall be used. The Box can be supplied as either as json Points or as GeoJSON bbox. Alternative 1: json Points
Alternative 2: GeoJSON bbox
|
String |
near | query | Features within a given bounding box (in WGS84 by default). Refer to the
|
String |
Responses
200 A collection of datasets
404 Item not found
415 Media Item not supported
/trajectories
GET Gets available datasets
A collection of available datasets whose dataset type is trajectory
. Depending on the expanded
parameter the collections items are compact or do inline full metadata.
Filter options help to focus on a particular set of items. Filter either by parameters or spatially.
Parameters
Name | In | Description | Type |
---|---|---|---|
locale | query | Specifies the language as ISO639 code. Subdivisions are respected by an The REST-API should consider the following order to detect a locale
A fallback language cannot be specified as it depends on the data of the service provider. |
String |
expanded | query | If The expanded works almost only for resource collection. However, exceptions may exist (e.g. for getting raw data). Exceptions are explicitly documented. The default is |
Boolean |
services | query | All resources where the given service id does match. |
String |
phenomena | query | All resources where the given phenomenon id does match. |
String |
procedures | query | All resources where the given procedure id does match. |
String |
offerings | query | All resources where the given offering id does match. |
String |
platforms | query | All resources where the given platform id does match. |
String |
features | query | All resources where the given feature id does match. |
String |
categories | query | All resources where the given category id does match. |
String |
datasetTypes | query | Filters the resources to get only those related to the dataset type filter. Allowed values are |
String |
observationTypes | query | Filters the resources to get only those related to the observation type filter. Allowed values are |
String |
valueTypes | query | Filters the resources to get only those related to the value type filter. Allowed values are |
String |
mobile | query | Filters the resources to get only those related to the mobile filter. |
Boolean |
insitu | query | Filters the resources to get only those related to the insitu filter. |
Boolean |
matchDomainIds | query | If |
Boolean |
crs | query | The client indicates that input geometries shall be interpreted as being referenced by the given CRS (for example in case of Per default geometries are referenced by the WGS84 CRS (CRS84, i.e. lon/lat order). If crs value differs from default, all output geometries are transformed to match the asked CRS. Please note that some CRS switch coordinate axes. Double check axes ordering before interpreting coordinates! |
String |
bbox | query | Features within a given bounding box (in WGS84 by default). Refer to the crs parameter if a non-default CRS shall be used. The Box can be supplied as either as json Points or as GeoJSON bbox. Alternative 1: json Points
Alternative 2: GeoJSON bbox
|
String |
near | query | Features within a given bounding box (in WGS84 by default). Refer to the
|
String |
Responses
200 A collection of datasets
404 Item not found
415 Media Item not supported
/individualObservations
GET Gets available datasets
A collection of available datasets whose dataset type is individualObservation
. Depending on the expanded
parameter the collections items are compact or do inline full metadata.
Filter options help to focus on a particular set of items. Filter either by parameters or spatially.
Parameters
Name | In | Description | Type |
---|---|---|---|
locale | query | Specifies the language as ISO639 code. Subdivisions are respected by an The REST-API should consider the following order to detect a locale
A fallback language cannot be specified as it depends on the data of the service provider. |
String |
expanded | query | If The expanded works almost only for resource collection. However, exceptions may exist (e.g. for getting raw data). Exceptions are explicitly documented. The default is |
Boolean |
services | query | All resources where the given service id does match. |
String |
phenomena | query | All resources where the given phenomenon id does match. |
String |
procedures | query | All resources where the given procedure id does match. |
String |
offerings | query | All resources where the given offering id does match. |
String |
platforms | query | All resources where the given platform id does match. |
String |
features | query | All resources where the given feature id does match. |
String |
categories | query | All resources where the given category id does match. |
String |
datasetTypes | query | Filters the resources to get only those related to the dataset type filter. Allowed values are |
String |
observationTypes | query | Filters the resources to get only those related to the observation type filter. Allowed values are |
String |
valueTypes | query | Filters the resources to get only those related to the value type filter. Allowed values are |
String |
mobile | query | Filters the resources to get only those related to the mobile filter. |
Boolean |
insitu | query | Filters the resources to get only those related to the insitu filter. |
Boolean |
matchDomainIds | query | If |
Boolean |
crs | query | The client indicates that input geometries shall be interpreted as being referenced by the given CRS (for example in case of Per default geometries are referenced by the WGS84 CRS (CRS84, i.e. lon/lat order). If crs value differs from default, all output geometries are transformed to match the asked CRS. Please note that some CRS switch coordinate axes. Double check axes ordering before interpreting coordinates! |
String |
bbox | query | Features within a given bounding box (in WGS84 by default). Refer to the crs parameter if a non-default CRS shall be used. The Box can be supplied as either as json Points or as GeoJSON bbox. Alternative 1: json Points
Alternative 2: GeoJSON bbox
|
String |
near | query | Features within a given bounding box (in WGS84 by default). Refer to the
|
String |
Responses
200 A collection of datasets
404 Item not found
415 Media Item not supported
/features
GET Get available feature instances
All available instances.
Parameters
Name | In | Description | Type |
---|---|---|---|
locale | query | Specifies the language as ISO639 code. Subdivisions are respected by an The REST-API should consider the following order to detect a locale
A fallback language cannot be specified as it depends on the data of the service provider. |
String |
expanded | query | If The expanded works almost only for resource collection. However, exceptions may exist (e.g. for getting raw data). Exceptions are explicitly documented. The default is |
Boolean |
services | query | All resources where the given service id does match. |
String |
phenomena | query | All resources where the given phenomenon id does match. |
String |
procedures | query | All resources where the given procedure id does match. |
String |
offerings | query | All resources where the given offering id does match. |
String |
platforms | query | All resources where the given platform id does match. |
String |
categories | query | All resources where the given category id does match. |
String |
datasetTypes | query | Filters the resources to get only those related to the dataset type filter. Allowed values are |
String |
observationTypes | query | Filters the resources to get only those related to the observation type filter. Allowed values are |
String |
valueTypes | query | Filters the resources to get only those related to the value type filter. Allowed values are |
String |
mobile | query | Filters the resources to get only those related to the mobile filter. |
Boolean |
insitu | query | Filters the resources to get only those related to the insitu filter. |
Boolean |
matchDomainIds | query | If |
Boolean |
crs | query | The client indicates that input geometries shall be interpreted as being referenced by the given CRS (for example in case of Per default geometries are referenced by the WGS84 CRS (CRS84, i.e. lon/lat order). If crs value differs from default, all output geometries are transformed to match the asked CRS. Please note that some CRS switch coordinate axes. Double check axes ordering before interpreting coordinates! |
String |
bbox | query | Features within a given bounding box (in WGS84 by default). Refer to the crs parameter if a non-default CRS shall be used. The Box can be supplied as either as json Points or as GeoJSON bbox. Alternative 1: json Points
Alternative 2: GeoJSON bbox
|
String |
near | query | Features within a given bounding box (in WGS84 by default). Refer to the
|
String |
Responses
200 A collection of features
404 Item not found
415 Media Item not supported
/features/{featureId}
GET Gets an feature instance
Gets a feature instance.
Parameters
Name | In | Description | Type |
---|---|---|---|
featureId | path | String | |
locale | query | Specifies the language as ISO639 code. Subdivisions are respected by an The REST-API should consider the following order to detect a locale
A fallback language cannot be specified as it depends on the data of the service provider. |
String |
Responses
200 An expanded item
404 Item not found
415 Media Item not supported
/offerings
GET Gets available offerings
All available offering instances. Depending on the expanded
parameter the collections items are compact or do inline full metadata.
Filter options help to focus on a particular set of items. Filter either by parameters or spatially.
Parameters
Name | In | Description | Type |
---|---|---|---|
locale | query | Specifies the language as ISO639 code. Subdivisions are respected by an The REST-API should consider the following order to detect a locale
A fallback language cannot be specified as it depends on the data of the service provider. |
String |
expanded | query | If The expanded works almost only for resource collection. However, exceptions may exist (e.g. for getting raw data). Exceptions are explicitly documented. The default is |
Boolean |
services | query | All resources where the given service id does match. |
String |
phenomena | query | All resources where the given phenomenon id does match. |
String |
procedures | query | All resources where the given procedure id does match. |
String |
categories | query | All resources where the given category id does match. |
String |
platforms | query | All resources where the given platform id does match. |
String |
features | query | All resources where the given feature id does match. |
String |
datasetTypes | query | Filters the resources to get only those related to the dataset type filter. Allowed values are |
String |
observationTypes | query | Filters the resources to get only those related to the observation type filter. Allowed values are |
String |
valueTypes | query | Filters the resources to get only those related to the value type filter. Allowed values are |
String |
mobile | query | Filters the resources to get only those related to the mobile filter. |
Boolean |
insitu | query | Filters the resources to get only those related to the insitu filter. |
Boolean |
matchDomainIds | query | If |
Boolean |
Responses
200 A collection of offerings
404 Item not found
415 Media Item not supported
/offerings/{offeringId}
GET Gets a offering instance
Gets a offering instance.
Parameters
Name | In | Description | Type |
---|---|---|---|
offeringId | path | String | |
locale | query | Specifies the language as ISO639 code. Subdivisions are respected by an The REST-API should consider the following order to detect a locale
A fallback language cannot be specified as it depends on the data of the service provider. |
String |
Responses
200 An expanded item
404 Item not found
415 Media Item not supported
/phenomena
GET Gets available offerings
All available offering instances. Depending on the expanded
parameter the collections items are compact or do inline full metadata.
Filter options help to focus on a particular set of items. Filter either by parameters or spatially.
Parameters
Name | In | Description | Type |
---|---|---|---|
locale | query | Specifies the language as ISO639 code. Subdivisions are respected by an The REST-API should consider the following order to detect a locale
A fallback language cannot be specified as it depends on the data of the service provider. |
String |
expanded | query | If The expanded works almost only for resource collection. However, exceptions may exist (e.g. for getting raw data). Exceptions are explicitly documented. The default is |
Boolean |
services | query | All resources where the given service id does match. |
String |
phenomena | query | All resources where the given phenomenon id does match. |
String |
procedures | query | All resources where the given procedure id does match. |
String |
categories | query | All resources where the given category id does match. |
String |
platforms | query | All resources where the given platform id does match. |
String |
features | query | All resources where the given feature id does match. |
String |
datasetTypes | query | Filters the resources to get only those related to the dataset type filter. Allowed values are |
String |
observationTypes | query | Filters the resources to get only those related to the observation type filter. Allowed values are |
String |
valueTypes | query | Filters the resources to get only those related to the value type filter. Allowed values are |
String |
mobile | query | Filters the resources to get only those related to the mobile filter. |
Boolean |
insitu | query | Filters the resources to get only those related to the insitu filter. |
Boolean |
matchDomainIds | query | If |
Boolean |
Responses
200 A collection of offerings
404 Item not found
415 Media Item not supported
/phenomena/{phenomenaId}
GET Gets a offering instance
Gets a phenomena instance.
Parameters
Name | In | Description | Type |
---|---|---|---|
platformId | path | String | |
locale | query | Specifies the language as ISO639 code. Subdivisions are respected by an The REST-API should consider the following order to detect a locale
A fallback language cannot be specified as it depends on the data of the service provider. |
String |
Responses
200 An expanded item
404 Item not found
415 Media Item not supported
/platforms
GET Gets available platforms
All available platform instances. Depending on the expanded
parameter the collections items are compact or do inline full metadata.
Filter options help to focus on a particular set of items. Filter either by parameters or spatially.
Parameters
Name | In | Description | Type |
---|---|---|---|
locale | query | Specifies the language as ISO639 code. Subdivisions are respected by an The REST-API should consider the following order to detect a locale
A fallback language cannot be specified as it depends on the data of the service provider. |
String |
expanded | query | If The expanded works almost only for resource collection. However, exceptions may exist (e.g. for getting raw data). Exceptions are explicitly documented. The default is |
Boolean |
services | query | All resources where the given service id does match. |
String |
phenomena | query | All resources where the given phenomenon id does match. |
String |
procedures | query | All resources where the given procedure id does match. |
String |
categories | query | All resources where the given category id does match. |
String |
offerings | query | All resources where the given offering id does match. |
String |
features | query | All resources where the given feature id does match. |
String |
datasetTypes | query | Filters the resources to get only those related to the dataset type filter. Allowed values are |
String |
observationTypes | query | Filters the resources to get only those related to the observation type filter. Allowed values are |
String |
valueTypes | query | Filters the resources to get only those related to the value type filter. Allowed values are |
String |
mobile | query | Filters the resources to get only those related to the mobile filter. |
Boolean |
insitu | query | Filters the resources to get only those related to the insitu filter. |
Boolean |
matchDomainIds | query | If |
Boolean |
Responses
200 A collection of platforms
404 Item not found
415 Media Item not supported
/platforms/{platformId}
GET Gets a platform instance
Gets a platform instance.
Parameters
Name | In | Description | Type |
---|---|---|---|
platformId | path | String | |
locale | query | Specifies the language as ISO639 code. Subdivisions are respected by an The REST-API should consider the following order to detect a locale
A fallback language cannot be specified as it depends on the data of the service provider. |
String |
Responses
200 An expanded item
404 Item not found
415 Media Item not supported
/procedures
GET Gets available procedures
All available procedure instances. Depending on the expanded
parameter the collections items are compact or do inline full metadata.
Filter options help to focus on a particular set of items. Filter either by parameters or spatially.
Parameters
Name | In | Description | Type |
---|---|---|---|
locale | query | Specifies the language as ISO639 code. Subdivisions are respected by an The REST-API should consider the following order to detect a locale
A fallback language cannot be specified as it depends on the data of the service provider. |
String |
expanded | query | If The expanded works almost only for resource collection. However, exceptions may exist (e.g. for getting raw data). Exceptions are explicitly documented. The default is |
Boolean |
services | query | All resources where the given service id does match. |
String |
phenomena | query | All resources where the given phenomenon id does match. |
String |
offerings | query | All resources where the given offering id does match. |
String |
categories | query | All resources where the given category id does match. |
String |
platforms | query | All resources where the given platform id does match. |
String |
features | query | All resources where the given feature id does match. |
String |
datasetTypes | query | Filters the resources to get only those related to the dataset type filter. Allowed values are |
String |
observationTypes | query | Filters the resources to get only those related to the observation type filter. Allowed values are |
String |
valueTypes | query | Filters the resources to get only those related to the value type filter. Allowed values are |
String |
mobile | query | Filters the resources to get only those related to the mobile filter. |
Boolean |
insitu | query | Filters the resources to get only those related to the insitu filter. |
Boolean |
matchDomainIds | query | If |
Boolean |
Responses
200 A collection of procedures
404 Item not found
415 Media Item not supported
/procedures/{procedureId}
GET Gets a offering instance
Gets a procedure instance.
Parameters
Name | In | Description | Type |
---|---|---|---|
procedureId | path | String | |
locale | query | Specifies the language as ISO639 code. Subdivisions are respected by an The REST-API should consider the following order to detect a locale
A fallback language cannot be specified as it depends on the data of the service provider. |
String |
Responses
200 An expanded item
404 Item not found
415 Media Item not supported
/tags
GET Gets available tags
All available tag instances. Depending on the expanded
parameter the collections items are compact or do inline full metadata.
Filter options help to focus on a particular set of items. Filter either by parameters or spatially.
Parameters
Name | In | Description | Type |
---|---|---|---|
locale | query | Specifies the language as ISO639 code. Subdivisions are respected by an The REST-API should consider the following order to detect a locale
A fallback language cannot be specified as it depends on the data of the service provider. |
String |
expanded | query | If The expanded works almost only for resource collection. However, exceptions may exist (e.g. for getting raw data). Exceptions are explicitly documented. The default is |
Boolean |
services | query | All resources where the given service id does match. |
String |
phenomena | query | All resources where the given phenomenon id does match. |
String |
offerings | query | All resources where the given offering id does match. |
String |
categories | query | All resources where the given category id does match. |
String |
platforms | query | All resources where the given platform id does match. |
String |
features | query | All resources where the given feature id does match. |
String |
datasetTypes | query | Filters the resources to get only those related to the dataset type filter. Allowed values are |
String |
observationTypes | query | Filters the resources to get only those related to the observation type filter. Allowed values are |
String |
valueTypes | query | Filters the resources to get only those related to the value type filter. Allowed values are |
String |
mobile | query | Filters the resources to get only those related to the mobile filter. |
Boolean |
insitu | query | Filters the resources to get only those related to the insitu filter. |
Boolean |
matchDomainIds | query | If |
Boolean |
Responses
200 A collection of tags
404 Item not found
415 Media Item not supported
/tags/{tagId}
GET Gets a offering instance
Gets a tag instance.
Parameters
Name | In | Description | Type |
---|---|---|---|
tagId | path | String | |
locale | query | Specifies the language as ISO639 code. Subdivisions are respected by an The REST-API should consider the following order to detect a locale
A fallback language cannot be specified as it depends on the data of the service provider. |
String |
Responses
200 An expanded item
404 Item not found
415 Media Item not supported
/services
GET Gets available services
All available service instances. Depending on the expanded
parameter the collections items are compact or do inline full metadata.
Filter options help to focus on a particular set of items. Filter either by parameters or spatially.
Parameters
Name | In | Description | Type |
---|---|---|---|
locale | query | Specifies the language as ISO639 code. Subdivisions are respected by an The REST-API should consider the following order to detect a locale
A fallback language cannot be specified as it depends on the data of the service provider. |
String |
expanded | query | If The expanded works almost only for resource collection. However, exceptions may exist (e.g. for getting raw data). Exceptions are explicitly documented. The default is |
Boolean |
offerings | query | All resources where the given offering id does match. |
String |
phenomena | query | All resources where the given phenomenon id does match. |
String |
procedures | query | All resources where the given procedure id does match. |
String |
categories | query | All resources where the given category id does match. |
String |
platforms | query | All resources where the given platform id does match. |
String |
features | query | All resources where the given feature id does match. |
String |
datasetTypes | query | Filters the resources to get only those related to the dataset type filter. Allowed values are |
String |
observationTypes | query | Filters the resources to get only those related to the observation type filter. Allowed values are |
String |
valueTypes | query | Filters the resources to get only those related to the value type filter. Allowed values are |
String |
mobile | query | Filters the resources to get only those related to the mobile filter. |
Boolean |
insitu | query | Filters the resources to get only those related to the insitu filter. |
Boolean |
matchDomainIds | query | If |
Boolean |
Responses
200 A collection of services
404 Item not found
415 Media Item not supported
/services/{serviceId}
GET Gets a offering instance
Gets a category instance.
Parameters
Name | In | Description | Type |
---|---|---|---|
offeringId | path | String | |
locale | query | Specifies the language as ISO639 code. Subdivisions are respected by an The REST-API should consider the following order to detect a locale
A fallback language cannot be specified as it depends on the data of the service provider. |
String |