| Name | Description | Type |
|---|---|---|
| limit | The optional limit parameter limits the number of items that are presented in the response document. Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted. Minimum = 1. Maximum = 10000. Default = 10. |
integer |
| offset | The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0. Minimum = 0. Default = 0. |
integer |
| resultType | This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter. The allowed values for this parameter are "results" and "hits". If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation. If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances. Default = "results". |
string |
| bbox | Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth): * Lower left corner, coordinate axis 1 * Lower left corner, coordinate axis 2 * Lower left corner, coordinate axis 3 (optional) * Upper right corner, coordinate axis 1 * Upper right corner, coordinate axis 2 * Upper right corner, coordinate axis 3 (optional) The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`. For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge). If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries. |
array |
| bbox-crs | The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). | string |
| crs | The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). | string |
| datetime | Either a date-time or an interval, open or closed. Date and time expressions adhere to RFC 3339. Open intervals are expressed using double-dots. Examples: * A date-time: "2018-02-12T23:20:50Z" * A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z" * Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z" Only features that have a temporal property that intersects the value of `datetime` are selected. If a feature has multiple temporal properties, it is the decision of the server whether only a single temporal property is used to determine the extent or all relevant temporal properties. |
string |
| sortby | Sort results by the specified field name | string |
| sortdesc | Sort results in descending order, field name must be specified with 'sortby' parameter | boolean |
| fid | Retrieve features filtered by: fid (Integer) | integer |
| name | Retrieve features filtered by: name (String) | string |
| adresse | Retrieve features filtered by: adresse (String) | string |
| oeffnungszeiten | Retrieve features filtered by: oeffnungszeiten (String) | string |
| telefon | Retrieve features filtered by: telefon (String) | string |
| internet | Retrieve features filtered by: internet (String) | string |
| osm_edit_url | Retrieve features filtered by: osm_edit_url (String) | string |
| api_features_url | Retrieve features filtered by: api_features_url (String) | string |
| properties | Comma separated list of feature property names to be added to the result. Valid values: 'fid', 'name', 'adresse', 'oeffnungszeiten', 'telefon', 'internet', 'osm_edit_url', 'api_features_url' | string |
| Name | Description | Type |
|---|---|---|
| featureId | Local identifier of a specific feature | string |
| Name | Description | Type |
|---|---|---|
| limit | The optional limit parameter limits the number of items that are presented in the response document. Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted. Minimum = 1. Maximum = 10000. Default = 10. |
integer |
| offset | The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0. Minimum = 0. Default = 0. |
integer |
| resultType | This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter. The allowed values for this parameter are "results" and "hits". If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation. If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances. Default = "results". |
string |
| bbox | Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth): * Lower left corner, coordinate axis 1 * Lower left corner, coordinate axis 2 * Lower left corner, coordinate axis 3 (optional) * Upper right corner, coordinate axis 1 * Upper right corner, coordinate axis 2 * Upper right corner, coordinate axis 3 (optional) The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`. For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge). If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries. |
array |
| bbox-crs | The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). | string |
| crs | The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). | string |
| datetime | Either a date-time or an interval, open or closed. Date and time expressions adhere to RFC 3339. Open intervals are expressed using double-dots. Examples: * A date-time: "2018-02-12T23:20:50Z" * A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z" * Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z" Only features that have a temporal property that intersects the value of `datetime` are selected. If a feature has multiple temporal properties, it is the decision of the server whether only a single temporal property is used to determine the extent or all relevant temporal properties. |
string |
| sortby | Sort results by the specified field name | string |
| sortdesc | Sort results in descending order, field name must be specified with 'sortby' parameter | boolean |
| fid | Retrieve features filtered by: fid (Integer) | integer |
| Name | Retrieve features filtered by: Name (String) | string |
| Internet | Retrieve features filtered by: Internet (String) | string |
| Internet_Verleih | Retrieve features filtered by: Internet_Verleih (String) | string |
| Angebot | Retrieve features filtered by: Angebot (String) | string |
| Adresse | Retrieve features filtered by: Adresse (String) | string |
| OSM_Editor_URL | Retrieve features filtered by: OSM_Editor_URL (String) | string |
| api_features_url | Retrieve features filtered by: api_features_url (String) | string |
| properties | Comma separated list of feature property names to be added to the result. Valid values: 'fid', 'Name', 'Internet', 'Internet_Verleih', 'Angebot', 'Adresse', 'OSM_Editor_URL', 'api_features_url' | string |
| Name | Description | Type |
|---|---|---|
| featureId | Local identifier of a specific feature | string |
| Name | Description | Type |
|---|---|---|
| limit | The optional limit parameter limits the number of items that are presented in the response document. Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted. Minimum = 1. Maximum = 10000. Default = 10. |
integer |
| offset | The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0. Minimum = 0. Default = 0. |
integer |
| resultType | This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter. The allowed values for this parameter are "results" and "hits". If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation. If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances. Default = "results". |
string |
| bbox | Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth): * Lower left corner, coordinate axis 1 * Lower left corner, coordinate axis 2 * Lower left corner, coordinate axis 3 (optional) * Upper right corner, coordinate axis 1 * Upper right corner, coordinate axis 2 * Upper right corner, coordinate axis 3 (optional) The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`. For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge). If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries. |
array |
| bbox-crs | The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). | string |
| crs | The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). | string |
| datetime | Either a date-time or an interval, open or closed. Date and time expressions adhere to RFC 3339. Open intervals are expressed using double-dots. Examples: * A date-time: "2018-02-12T23:20:50Z" * A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z" * Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z" Only features that have a temporal property that intersects the value of `datetime` are selected. If a feature has multiple temporal properties, it is the decision of the server whether only a single temporal property is used to determine the extent or all relevant temporal properties. |
string |
| sortby | Sort results by the specified field name | string |
| sortdesc | Sort results in descending order, field name must be specified with 'sortby' parameter | boolean |
| fid | Retrieve features filtered by: fid (Integer) | integer |
| Art | Retrieve features filtered by: Art (String) | string |
| Name | Retrieve features filtered by: Name (String) | string |
| Internet | Retrieve features filtered by: Internet (String) | string |
| OSM_Editor_URL | Retrieve features filtered by: OSM_Editor_URL (String) | string |
| api_features_url | Retrieve features filtered by: api_features_url (String) | string |
| properties | Comma separated list of feature property names to be added to the result. Valid values: 'fid', 'Art', 'Name', 'Internet', 'OSM_Editor_URL', 'api_features_url' | string |
| Name | Description | Type |
|---|---|---|
| featureId | Local identifier of a specific feature | string |
| Name | Description | Type |
|---|---|---|
| limit | The optional limit parameter limits the number of items that are presented in the response document. Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted. Minimum = 1. Maximum = 10000. Default = 10. |
integer |
| offset | The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0. Minimum = 0. Default = 0. |
integer |
| resultType | This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter. The allowed values for this parameter are "results" and "hits". If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation. If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances. Default = "results". |
string |
| bbox | Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth): * Lower left corner, coordinate axis 1 * Lower left corner, coordinate axis 2 * Lower left corner, coordinate axis 3 (optional) * Upper right corner, coordinate axis 1 * Upper right corner, coordinate axis 2 * Upper right corner, coordinate axis 3 (optional) The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`. For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge). If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries. |
array |
| bbox-crs | The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). | string |
| crs | The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). | string |
| datetime | Either a date-time or an interval, open or closed. Date and time expressions adhere to RFC 3339. Open intervals are expressed using double-dots. Examples: * A date-time: "2018-02-12T23:20:50Z" * A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z" * Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z" Only features that have a temporal property that intersects the value of `datetime` are selected. If a feature has multiple temporal properties, it is the decision of the server whether only a single temporal property is used to determine the extent or all relevant temporal properties. |
string |
| sortby | Sort results by the specified field name | string |
| sortdesc | Sort results in descending order, field name must be specified with 'sortby' parameter | boolean |
| fid | Retrieve features filtered by: fid (Integer) | integer |
| Bemerkung | Retrieve features filtered by: Bemerkung (String) | string |
| Altkleider | Retrieve features filtered by: Altkleider (String) | string |
| Gartenabfall | Retrieve features filtered by: Gartenabfall (String) | string |
| Schuhe | Retrieve features filtered by: Schuhe (String) | string |
| Papier | Retrieve features filtered by: Papier (String) | string |
| Glas | Retrieve features filtered by: Glas (String) | string |
| Betreiber | Retrieve features filtered by: Betreiber (String) | string |
| OSM_Editor_URL | Retrieve features filtered by: OSM_Editor_URL (String) | string |
| api_features_url | Retrieve features filtered by: api_features_url (String) | string |
| Kreis | Retrieve features filtered by: Kreis (String) | string |
| Gemeinde | Retrieve features filtered by: Gemeinde (String) | string |
| properties | Comma separated list of feature property names to be added to the result. Valid values: 'fid', 'Bemerkung', 'Altkleider', 'Gartenabfall', 'Schuhe', 'Papier', 'Glas', 'Betreiber', 'OSM_Editor_URL', 'api_features_url', 'Kreis', 'Gemeinde' | string |
| Name | Description | Type |
|---|---|---|
| featureId | Local identifier of a specific feature | string |
| Name | Description | Type |
|---|---|---|
| limit | The optional limit parameter limits the number of items that are presented in the response document. Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted. Minimum = 1. Maximum = 10000. Default = 10. |
integer |
| offset | The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0. Minimum = 0. Default = 0. |
integer |
| resultType | This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter. The allowed values for this parameter are "results" and "hits". If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation. If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances. Default = "results". |
string |
| bbox | Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth): * Lower left corner, coordinate axis 1 * Lower left corner, coordinate axis 2 * Lower left corner, coordinate axis 3 (optional) * Upper right corner, coordinate axis 1 * Upper right corner, coordinate axis 2 * Upper right corner, coordinate axis 3 (optional) The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`. For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge). If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries. |
array |
| bbox-crs | The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). | string |
| crs | The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). | string |
| datetime | Either a date-time or an interval, open or closed. Date and time expressions adhere to RFC 3339. Open intervals are expressed using double-dots. Examples: * A date-time: "2018-02-12T23:20:50Z" * A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z" * Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z" Only features that have a temporal property that intersects the value of `datetime` are selected. If a feature has multiple temporal properties, it is the decision of the server whether only a single temporal property is used to determine the extent or all relevant temporal properties. |
string |
| sortby | Sort results by the specified field name | string |
| sortdesc | Sort results in descending order, field name must be specified with 'sortby' parameter | boolean |
| fid | Retrieve features filtered by: fid (Integer) | integer |
| amenity | Retrieve features filtered by: amenity (String) | string |
| name | Retrieve features filtered by: name (String) | string |
| addr_street | Retrieve features filtered by: addr_street (String) | string |
| addr_housenumber | Retrieve features filtered by: addr_housenumber (String) | string |
| addr_postcode | Retrieve features filtered by: addr_postcode (String) | string |
| addr_city | Retrieve features filtered by: addr_city (String) | string |
| nohousenumber | Retrieve features filtered by: nohousenumber (String) | string |
| opening_hours | Retrieve features filtered by: opening_hours (String) | string |
| website | Retrieve features filtered by: website (String) | string |
| phone | Retrieve features filtered by: phone (String) | string |
| osm_edit_url | Retrieve features filtered by: osm_edit_url (String) | string |
| api_features_url | Retrieve features filtered by: api_features_url (String) | string |
| properties | Comma separated list of feature property names to be added to the result. Valid values: 'fid', 'amenity', 'name', 'addr_street', 'addr_housenumber', 'addr_postcode', 'addr_city', 'nohousenumber', 'opening_hours', 'website', 'phone', 'osm_edit_url', 'api_features_url' | string |
| Name | Description | Type |
|---|---|---|
| featureId | Local identifier of a specific feature | string |
| Name | Description | Type |
|---|---|---|
| limit | The optional limit parameter limits the number of items that are presented in the response document. Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted. Minimum = 1. Maximum = 10000. Default = 10. |
integer |
| offset | The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0. Minimum = 0. Default = 0. |
integer |
| resultType | This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter. The allowed values for this parameter are "results" and "hits". If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation. If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances. Default = "results". |
string |
| bbox | Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth): * Lower left corner, coordinate axis 1 * Lower left corner, coordinate axis 2 * Lower left corner, coordinate axis 3 (optional) * Upper right corner, coordinate axis 1 * Upper right corner, coordinate axis 2 * Upper right corner, coordinate axis 3 (optional) The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`. For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge). If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries. |
array |
| bbox-crs | The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). | string |
| crs | The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). | string |
| datetime | Either a date-time or an interval, open or closed. Date and time expressions adhere to RFC 3339. Open intervals are expressed using double-dots. Examples: * A date-time: "2018-02-12T23:20:50Z" * A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z" * Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z" Only features that have a temporal property that intersects the value of `datetime` are selected. If a feature has multiple temporal properties, it is the decision of the server whether only a single temporal property is used to determine the extent or all relevant temporal properties. |
string |
| sortby | Sort results by the specified field name | string |
| sortdesc | Sort results in descending order, field name must be specified with 'sortby' parameter | boolean |
| fid | Retrieve features filtered by: fid (Integer) | integer |
| name | Retrieve features filtered by: name (String) | string |
| betreiber | Retrieve features filtered by: betreiber (String) | string |
| adresse | Retrieve features filtered by: adresse (String) | string |
| bio_produkte | Retrieve features filtered by: bio_produkte (String) | string |
| oeffnungszeiten | Retrieve features filtered by: oeffnungszeiten (String) | string |
| telefon | Retrieve features filtered by: telefon (String) | string |
| internet | Retrieve features filtered by: internet (String) | string |
| lieferservice | Retrieve features filtered by: lieferservice (String) | string |
| beschreibung | Retrieve features filtered by: beschreibung (String) | string |
| osm_edit_url | Retrieve features filtered by: osm_edit_url (String) | string |
| api_features_url | Retrieve features filtered by: api_features_url (String) | string |
| properties | Comma separated list of feature property names to be added to the result. Valid values: 'fid', 'name', 'betreiber', 'adresse', 'bio_produkte', 'oeffnungszeiten', 'telefon', 'internet', 'lieferservice', 'beschreibung', 'osm_edit_url', 'api_features_url' | string |
| Name | Description | Type |
|---|---|---|
| featureId | Local identifier of a specific feature | string |
| Name | Description | Type |
|---|---|---|
| limit | The optional limit parameter limits the number of items that are presented in the response document. Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted. Minimum = 1. Maximum = 10000. Default = 10. |
integer |
| offset | The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0. Minimum = 0. Default = 0. |
integer |
| resultType | This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter. The allowed values for this parameter are "results" and "hits". If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation. If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances. Default = "results". |
string |
| bbox | Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth): * Lower left corner, coordinate axis 1 * Lower left corner, coordinate axis 2 * Lower left corner, coordinate axis 3 (optional) * Upper right corner, coordinate axis 1 * Upper right corner, coordinate axis 2 * Upper right corner, coordinate axis 3 (optional) The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`. For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge). If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries. |
array |
| bbox-crs | The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). | string |
| crs | The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). | string |
| datetime | Either a date-time or an interval, open or closed. Date and time expressions adhere to RFC 3339. Open intervals are expressed using double-dots. Examples: * A date-time: "2018-02-12T23:20:50Z" * A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z" * Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z" Only features that have a temporal property that intersects the value of `datetime` are selected. If a feature has multiple temporal properties, it is the decision of the server whether only a single temporal property is used to determine the extent or all relevant temporal properties. |
string |
| sortby | Sort results by the specified field name | string |
| sortdesc | Sort results in descending order, field name must be specified with 'sortby' parameter | boolean |
| fid | Retrieve features filtered by: fid (Integer) | integer |
| name | Retrieve features filtered by: name (String) | string |
| adresse | Retrieve features filtered by: adresse (String) | string |
| bio_produkte | Retrieve features filtered by: bio_produkte (String) | string |
| oeffnungszeiten | Retrieve features filtered by: oeffnungszeiten (String) | string |
| telefon | Retrieve features filtered by: telefon (String) | string |
| internet | Retrieve features filtered by: internet (String) | string |
| lieferservice | Retrieve features filtered by: lieferservice (String) | string |
| beschreibung | Retrieve features filtered by: beschreibung (String) | string |
| oeko_modellregion | Retrieve features filtered by: oeko_modellregion (String) | string |
| osm_shop | Retrieve features filtered by: osm_shop (String) | string |
| osm_landuse | Retrieve features filtered by: osm_landuse (String) | string |
| osm_amenity | Retrieve features filtered by: osm_amenity (String) | string |
| osm_edit_url | Retrieve features filtered by: osm_edit_url (String) | string |
| api_features_url | Retrieve features filtered by: api_features_url (String) | string |
| properties | Comma separated list of feature property names to be added to the result. Valid values: 'fid', 'name', 'adresse', 'bio_produkte', 'oeffnungszeiten', 'telefon', 'internet', 'lieferservice', 'beschreibung', 'oeko_modellregion', 'osm_shop', 'osm_landuse', 'osm_amenity', 'osm_edit_url', 'api_features_url' | string |
| Name | Description | Type |
|---|---|---|
| featureId | Local identifier of a specific feature | string |
| Name | Description | Type |
|---|---|---|
| limit | The optional limit parameter limits the number of items that are presented in the response document. Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted. Minimum = 1. Maximum = 10000. Default = 10. |
integer |
| offset | The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0. Minimum = 0. Default = 0. |
integer |
| resultType | This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter. The allowed values for this parameter are "results" and "hits". If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation. If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances. Default = "results". |
string |
| bbox | Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth): * Lower left corner, coordinate axis 1 * Lower left corner, coordinate axis 2 * Lower left corner, coordinate axis 3 (optional) * Upper right corner, coordinate axis 1 * Upper right corner, coordinate axis 2 * Upper right corner, coordinate axis 3 (optional) The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`. For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge). If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries. |
array |
| bbox-crs | The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). | string |
| crs | The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). | string |
| datetime | Either a date-time or an interval, open or closed. Date and time expressions adhere to RFC 3339. Open intervals are expressed using double-dots. Examples: * A date-time: "2018-02-12T23:20:50Z" * A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z" * Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z" Only features that have a temporal property that intersects the value of `datetime` are selected. If a feature has multiple temporal properties, it is the decision of the server whether only a single temporal property is used to determine the extent or all relevant temporal properties. |
string |
| sortby | Sort results by the specified field name | string |
| sortdesc | Sort results in descending order, field name must be specified with 'sortby' parameter | boolean |
| fid | Retrieve features filtered by: fid (Integer) | integer |
| amenity | Retrieve features filtered by: amenity (String) | string |
| vending | Retrieve features filtered by: vending (String) | string |
| operator | Retrieve features filtered by: operator (String) | string |
| payment_coins | Retrieve features filtered by: payment_coins (String) | string |
| payment_notes | Retrieve features filtered by: payment_notes (String) | string |
| payment_app | Retrieve features filtered by: payment_app (String) | string |
| ref | Retrieve features filtered by: ref (String) | string |
| osm_edit_url | Retrieve features filtered by: osm_edit_url (String) | string |
| api_features_url | Retrieve features filtered by: api_features_url (String) | string |
| properties | Comma separated list of feature property names to be added to the result. Valid values: 'fid', 'amenity', 'vending', 'operator', 'payment_coins', 'payment_notes', 'payment_app', 'ref', 'osm_edit_url', 'api_features_url' | string |
| Name | Description | Type |
|---|---|---|
| featureId | Local identifier of a specific feature | string |
| Name | Description | Type |
|---|---|---|
| limit | The optional limit parameter limits the number of items that are presented in the response document. Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted. Minimum = 1. Maximum = 10000. Default = 10. |
integer |
| offset | The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0. Minimum = 0. Default = 0. |
integer |
| resultType | This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter. The allowed values for this parameter are "results" and "hits". If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation. If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances. Default = "results". |
string |
| bbox | Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth): * Lower left corner, coordinate axis 1 * Lower left corner, coordinate axis 2 * Lower left corner, coordinate axis 3 (optional) * Upper right corner, coordinate axis 1 * Upper right corner, coordinate axis 2 * Upper right corner, coordinate axis 3 (optional) The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`. For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge). If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries. |
array |
| bbox-crs | The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). | string |
| crs | The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). | string |
| datetime | Either a date-time or an interval, open or closed. Date and time expressions adhere to RFC 3339. Open intervals are expressed using double-dots. Examples: * A date-time: "2018-02-12T23:20:50Z" * A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z" * Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z" Only features that have a temporal property that intersects the value of `datetime` are selected. If a feature has multiple temporal properties, it is the decision of the server whether only a single temporal property is used to determine the extent or all relevant temporal properties. |
string |
| sortby | Sort results by the specified field name | string |
| sortdesc | Sort results in descending order, field name must be specified with 'sortby' parameter | boolean |
| fid | Retrieve features filtered by: fid (Integer) | integer |
| Name | Retrieve features filtered by: Name (String) | string |
| Internet | Retrieve features filtered by: Internet (String) | string |
| OSM_Editor_URL | Retrieve features filtered by: OSM_Editor_URL (String) | string |
| api_features_url | Retrieve features filtered by: api_features_url (String) | string |
| properties | Comma separated list of feature property names to be added to the result. Valid values: 'fid', 'Name', 'Internet', 'OSM_Editor_URL', 'api_features_url' | string |
| Name | Description | Type |
|---|---|---|
| featureId | Local identifier of a specific feature | string |
| Name | Description | Type |
|---|---|---|
| limit | The optional limit parameter limits the number of items that are presented in the response document. Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted. Minimum = 1. Maximum = 10000. Default = 10. |
integer |
| offset | The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0. Minimum = 0. Default = 0. |
integer |
| resultType | This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter. The allowed values for this parameter are "results" and "hits". If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation. If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances. Default = "results". |
string |
| bbox | Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth): * Lower left corner, coordinate axis 1 * Lower left corner, coordinate axis 2 * Lower left corner, coordinate axis 3 (optional) * Upper right corner, coordinate axis 1 * Upper right corner, coordinate axis 2 * Upper right corner, coordinate axis 3 (optional) The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`. For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge). If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries. |
array |
| bbox-crs | The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). | string |
| crs | The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). | string |
| datetime | Either a date-time or an interval, open or closed. Date and time expressions adhere to RFC 3339. Open intervals are expressed using double-dots. Examples: * A date-time: "2018-02-12T23:20:50Z" * A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z" * Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z" Only features that have a temporal property that intersects the value of `datetime` are selected. If a feature has multiple temporal properties, it is the decision of the server whether only a single temporal property is used to determine the extent or all relevant temporal properties. |
string |
| sortby | Sort results by the specified field name | string |
| sortdesc | Sort results in descending order, field name must be specified with 'sortby' parameter | boolean |
| fid | Retrieve features filtered by: fid (Integer) | integer |
| name | Retrieve features filtered by: name (String) | string |
| adresse | Retrieve features filtered by: adresse (String) | string |
| oeffnungszeiten | Retrieve features filtered by: oeffnungszeiten (String) | string |
| hinweis | Retrieve features filtered by: hinweis (String) | string |
| internet | Retrieve features filtered by: internet (String) | string |
| organisation | Retrieve features filtered by: organisation (String) | string |
| retreat | Retrieve features filtered by: retreat (String) | string |
| retreat_for | Retrieve features filtered by: retreat_for (String) | string |
| retreat_operator_website | Retrieve features filtered by: retreat_operator_website (String) | string |
| osm_edit_url | Retrieve features filtered by: osm_edit_url (String) | string |
| api_features_url | Retrieve features filtered by: api_features_url (String) | string |
| properties | Comma separated list of feature property names to be added to the result. Valid values: 'fid', 'name', 'adresse', 'oeffnungszeiten', 'hinweis', 'internet', 'organisation', 'retreat', 'retreat_for', 'retreat_operator_website', 'osm_edit_url', 'api_features_url' | string |
| Name | Description | Type |
|---|---|---|
| featureId | Local identifier of a specific feature | string |
| Name | Description | Type |
|---|---|---|
| limit | The optional limit parameter limits the number of items that are presented in the response document. Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted. Minimum = 1. Maximum = 10000. Default = 10. |
integer |
| offset | The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0. Minimum = 0. Default = 0. |
integer |
| resultType | This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter. The allowed values for this parameter are "results" and "hits". If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation. If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances. Default = "results". |
string |
| bbox | Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth): * Lower left corner, coordinate axis 1 * Lower left corner, coordinate axis 2 * Lower left corner, coordinate axis 3 (optional) * Upper right corner, coordinate axis 1 * Upper right corner, coordinate axis 2 * Upper right corner, coordinate axis 3 (optional) The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`. For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge). If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries. |
array |
| bbox-crs | The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). | string |
| crs | The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). | string |
| datetime | Either a date-time or an interval, open or closed. Date and time expressions adhere to RFC 3339. Open intervals are expressed using double-dots. Examples: * A date-time: "2018-02-12T23:20:50Z" * A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z" * Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z" Only features that have a temporal property that intersects the value of `datetime` are selected. If a feature has multiple temporal properties, it is the decision of the server whether only a single temporal property is used to determine the extent or all relevant temporal properties. |
string |
| sortby | Sort results by the specified field name | string |
| sortdesc | Sort results in descending order, field name must be specified with 'sortby' parameter | boolean |
| fid | Retrieve features filtered by: fid (Integer) | integer |
| Name | Retrieve features filtered by: Name (String) | string |
| Kategorie | Retrieve features filtered by: Kategorie (String) | string |
| Internet | Retrieve features filtered by: Internet (String) | string |
| Adresse | Retrieve features filtered by: Adresse (String) | string |
| OSM_Editor_URL | Retrieve features filtered by: OSM_Editor_URL (String) | string |
| api_features_url | Retrieve features filtered by: api_features_url (String) | string |
| properties | Comma separated list of feature property names to be added to the result. Valid values: 'fid', 'Name', 'Kategorie', 'Internet', 'Adresse', 'OSM_Editor_URL', 'api_features_url' | string |
| Name | Description | Type |
|---|---|---|
| featureId | Local identifier of a specific feature | string |
| Name | Description | Type |
|---|---|---|
| limit | The optional limit parameter limits the number of items that are presented in the response document. Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted. Minimum = 1. Maximum = 10000. Default = 10. |
integer |
| offset | The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0. Minimum = 0. Default = 0. |
integer |
| resultType | This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter. The allowed values for this parameter are "results" and "hits". If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation. If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances. Default = "results". |
string |
| bbox | Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth): * Lower left corner, coordinate axis 1 * Lower left corner, coordinate axis 2 * Lower left corner, coordinate axis 3 (optional) * Upper right corner, coordinate axis 1 * Upper right corner, coordinate axis 2 * Upper right corner, coordinate axis 3 (optional) The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`. For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge). If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries. |
array |
| bbox-crs | The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). | string |
| crs | The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). | string |
| datetime | Either a date-time or an interval, open or closed. Date and time expressions adhere to RFC 3339. Open intervals are expressed using double-dots. Examples: * A date-time: "2018-02-12T23:20:50Z" * A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z" * Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z" Only features that have a temporal property that intersects the value of `datetime` are selected. If a feature has multiple temporal properties, it is the decision of the server whether only a single temporal property is used to determine the extent or all relevant temporal properties. |
string |
| sortby | Sort results by the specified field name | string |
| sortdesc | Sort results in descending order, field name must be specified with 'sortby' parameter | boolean |
| fid | Retrieve features filtered by: fid (Integer) | integer |
| Name | Retrieve features filtered by: Name (String) | string |
| Internet | Retrieve features filtered by: Internet (String) | string |
| OSM_Editor_URL | Retrieve features filtered by: OSM_Editor_URL (String) | string |
| api_features_url | Retrieve features filtered by: api_features_url (String) | string |
| osm_amenity | Retrieve features filtered by: osm_amenity (String) | string |
| properties | Comma separated list of feature property names to be added to the result. Valid values: 'fid', 'Name', 'Internet', 'OSM_Editor_URL', 'api_features_url', 'osm_amenity' | string |
| Name | Description | Type |
|---|---|---|
| featureId | Local identifier of a specific feature | string |
| Name | Description | Type |
|---|---|---|
| limit | The optional limit parameter limits the number of items that are presented in the response document. Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted. Minimum = 1. Maximum = 10000. Default = 10. |
integer |
| offset | The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0. Minimum = 0. Default = 0. |
integer |
| resultType | This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter. The allowed values for this parameter are "results" and "hits". If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation. If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances. Default = "results". |
string |
| bbox | Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth): * Lower left corner, coordinate axis 1 * Lower left corner, coordinate axis 2 * Lower left corner, coordinate axis 3 (optional) * Upper right corner, coordinate axis 1 * Upper right corner, coordinate axis 2 * Upper right corner, coordinate axis 3 (optional) The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`. For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge). If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries. |
array |
| bbox-crs | The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). | string |
| crs | The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). | string |
| datetime | Either a date-time or an interval, open or closed. Date and time expressions adhere to RFC 3339. Open intervals are expressed using double-dots. Examples: * A date-time: "2018-02-12T23:20:50Z" * A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z" * Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z" Only features that have a temporal property that intersects the value of `datetime` are selected. If a feature has multiple temporal properties, it is the decision of the server whether only a single temporal property is used to determine the extent or all relevant temporal properties. |
string |
| sortby | Sort results by the specified field name | string |
| sortdesc | Sort results in descending order, field name must be specified with 'sortby' parameter | boolean |
| fid | Retrieve features filtered by: fid (Integer) | integer |
| name | Retrieve features filtered by: name (String) | string |
| strasse | Retrieve features filtered by: strasse (String) | string |
| plz | Retrieve features filtered by: plz (String) | string |
| kommune | Retrieve features filtered by: kommune (String) | string |
| osm_nohousenumber | Retrieve features filtered by: osm_nohousenumber (String) | string |
| oeffnungszeiten | Retrieve features filtered by: oeffnungszeiten (String) | string |
| bild | Retrieve features filtered by: bild (String) | string |
| internet | Retrieve features filtered by: internet (String) | string |
| alter | Retrieve features filtered by: alter (String) | string |
| betreiber | Retrieve features filtered by: betreiber (String) | string |
| osm_edit_url | Retrieve features filtered by: osm_edit_url (String) | string |
| api_features_url | Retrieve features filtered by: api_features_url (String) | string |
| properties | Comma separated list of feature property names to be added to the result. Valid values: 'fid', 'name', 'strasse', 'plz', 'kommune', 'osm_nohousenumber', 'oeffnungszeiten', 'bild', 'internet', 'alter', 'betreiber', 'osm_edit_url', 'api_features_url' | string |
| Name | Description | Type |
|---|---|---|
| featureId | Local identifier of a specific feature | string |
| Name | Description | Type |
|---|---|---|
| limit | The optional limit parameter limits the number of items that are presented in the response document. Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted. Minimum = 1. Maximum = 10000. Default = 10. |
integer |
| offset | The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0. Minimum = 0. Default = 0. |
integer |
| resultType | This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter. The allowed values for this parameter are "results" and "hits". If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation. If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances. Default = "results". |
string |
| bbox | Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth): * Lower left corner, coordinate axis 1 * Lower left corner, coordinate axis 2 * Lower left corner, coordinate axis 3 (optional) * Upper right corner, coordinate axis 1 * Upper right corner, coordinate axis 2 * Upper right corner, coordinate axis 3 (optional) The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`. For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge). If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries. |
array |
| bbox-crs | The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). | string |
| crs | The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). | string |
| datetime | Either a date-time or an interval, open or closed. Date and time expressions adhere to RFC 3339. Open intervals are expressed using double-dots. Examples: * A date-time: "2018-02-12T23:20:50Z" * A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z" * Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z" Only features that have a temporal property that intersects the value of `datetime` are selected. If a feature has multiple temporal properties, it is the decision of the server whether only a single temporal property is used to determine the extent or all relevant temporal properties. |
string |
| sortby | Sort results by the specified field name | string |
| sortdesc | Sort results in descending order, field name must be specified with 'sortby' parameter | boolean |
| fid | Retrieve features filtered by: fid (Integer) | integer |
| name | Retrieve features filtered by: name (String) | string |
| adresse | Retrieve features filtered by: adresse (String) | string |
| oeffnungszeiten | Retrieve features filtered by: oeffnungszeiten (String) | string |
| hinweis | Retrieve features filtered by: hinweis (String) | string |
| nutzung | Retrieve features filtered by: nutzung (String) | string |
| internet | Retrieve features filtered by: internet (String) | string |
| osm_edit_url | Retrieve features filtered by: osm_edit_url (String) | string |
| api_features_url | Retrieve features filtered by: api_features_url (String) | string |
| properties | Comma separated list of feature property names to be added to the result. Valid values: 'fid', 'name', 'adresse', 'oeffnungszeiten', 'hinweis', 'nutzung', 'internet', 'osm_edit_url', 'api_features_url' | string |
| Name | Description | Type |
|---|---|---|
| featureId | Local identifier of a specific feature | string |
| Name | Description | Type |
|---|---|---|
| limit | The optional limit parameter limits the number of items that are presented in the response document. Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted. Minimum = 1. Maximum = 10000. Default = 10. |
integer |
| offset | The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0. Minimum = 0. Default = 0. |
integer |
| resultType | This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter. The allowed values for this parameter are "results" and "hits". If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation. If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances. Default = "results". |
string |
| bbox | Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth): * Lower left corner, coordinate axis 1 * Lower left corner, coordinate axis 2 * Lower left corner, coordinate axis 3 (optional) * Upper right corner, coordinate axis 1 * Upper right corner, coordinate axis 2 * Upper right corner, coordinate axis 3 (optional) The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`. For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge). If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries. |
array |
| bbox-crs | The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). | string |
| crs | The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). | string |
| datetime | Either a date-time or an interval, open or closed. Date and time expressions adhere to RFC 3339. Open intervals are expressed using double-dots. Examples: * A date-time: "2018-02-12T23:20:50Z" * A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z" * Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z" Only features that have a temporal property that intersects the value of `datetime` are selected. If a feature has multiple temporal properties, it is the decision of the server whether only a single temporal property is used to determine the extent or all relevant temporal properties. |
string |
| sortby | Sort results by the specified field name | string |
| sortdesc | Sort results in descending order, field name must be specified with 'sortby' parameter | boolean |
| fid | Retrieve features filtered by: fid (Integer) | integer |
| name | Retrieve features filtered by: name (String) | string |
| adresse | Retrieve features filtered by: adresse (String) | string |
| oeffnungszeiten | Retrieve features filtered by: oeffnungszeiten (String) | string |
| telefon | Retrieve features filtered by: telefon (String) | string |
| internet | Retrieve features filtered by: internet (String) | string |
| osm_access | Retrieve features filtered by: osm_access (String) | string |
| osm_edit_url | Retrieve features filtered by: osm_edit_url (String) | string |
| api_features_url | Retrieve features filtered by: api_features_url (String) | string |
| properties | Comma separated list of feature property names to be added to the result. Valid values: 'fid', 'name', 'adresse', 'oeffnungszeiten', 'telefon', 'internet', 'osm_access', 'osm_edit_url', 'api_features_url' | string |
| Name | Description | Type |
|---|---|---|
| featureId | Local identifier of a specific feature | string |
| Name | Description | Type |
|---|---|---|
| limit | The optional limit parameter limits the number of items that are presented in the response document. Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted. Minimum = 1. Maximum = 10000. Default = 10. |
integer |
| offset | The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0. Minimum = 0. Default = 0. |
integer |
| resultType | This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter. The allowed values for this parameter are "results" and "hits". If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation. If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances. Default = "results". |
string |
| bbox | Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth): * Lower left corner, coordinate axis 1 * Lower left corner, coordinate axis 2 * Lower left corner, coordinate axis 3 (optional) * Upper right corner, coordinate axis 1 * Upper right corner, coordinate axis 2 * Upper right corner, coordinate axis 3 (optional) The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`. For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge). If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries. |
array |
| bbox-crs | The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). | string |
| crs | The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). | string |
| datetime | Either a date-time or an interval, open or closed. Date and time expressions adhere to RFC 3339. Open intervals are expressed using double-dots. Examples: * A date-time: "2018-02-12T23:20:50Z" * A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z" * Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z" Only features that have a temporal property that intersects the value of `datetime` are selected. If a feature has multiple temporal properties, it is the decision of the server whether only a single temporal property is used to determine the extent or all relevant temporal properties. |
string |
| sortby | Sort results by the specified field name | string |
| sortdesc | Sort results in descending order, field name must be specified with 'sortby' parameter | boolean |
| fid | Retrieve features filtered by: fid (Integer) | integer |
| Name | Retrieve features filtered by: Name (String) | string |
| Internet | Retrieve features filtered by: Internet (String) | string |
| Adresse | Retrieve features filtered by: Adresse (String) | string |
| Beschreibung | Retrieve features filtered by: Beschreibung (String) | string |
| Bild | Retrieve features filtered by: Bild (String) | string |
| OSM_Editor_URL | Retrieve features filtered by: OSM_Editor_URL (String) | string |
| api_features_url | Retrieve features filtered by: api_features_url (String) | string |
| properties | Comma separated list of feature property names to be added to the result. Valid values: 'fid', 'Name', 'Internet', 'Adresse', 'Beschreibung', 'Bild', 'OSM_Editor_URL', 'api_features_url' | string |
| Name | Description | Type |
|---|---|---|
| featureId | Local identifier of a specific feature | string |
| Name | Description | Type |
|---|---|---|
| limit | The optional limit parameter limits the number of items that are presented in the response document. Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted. Minimum = 1. Maximum = 10000. Default = 10. |
integer |
| offset | The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0. Minimum = 0. Default = 0. |
integer |
| resultType | This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter. The allowed values for this parameter are "results" and "hits". If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation. If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances. Default = "results". |
string |
| bbox | Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth): * Lower left corner, coordinate axis 1 * Lower left corner, coordinate axis 2 * Lower left corner, coordinate axis 3 (optional) * Upper right corner, coordinate axis 1 * Upper right corner, coordinate axis 2 * Upper right corner, coordinate axis 3 (optional) The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`. For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge). If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries. |
array |
| bbox-crs | The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). | string |
| crs | The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). | string |
| datetime | Either a date-time or an interval, open or closed. Date and time expressions adhere to RFC 3339. Open intervals are expressed using double-dots. Examples: * A date-time: "2018-02-12T23:20:50Z" * A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z" * Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z" Only features that have a temporal property that intersects the value of `datetime` are selected. If a feature has multiple temporal properties, it is the decision of the server whether only a single temporal property is used to determine the extent or all relevant temporal properties. |
string |
| sortby | Sort results by the specified field name | string |
| sortdesc | Sort results in descending order, field name must be specified with 'sortby' parameter | boolean |
| fid | Retrieve features filtered by: fid (Integer) | integer |
| Name | Retrieve features filtered by: Name (String) | string |
| Kategorie | Retrieve features filtered by: Kategorie (String) | string |
| Adresse | Retrieve features filtered by: Adresse (String) | string |
| Internet | Retrieve features filtered by: Internet (String) | string |
| Mehrweg | Retrieve features filtered by: Mehrweg (String) | string |
| Mehrwegsystem | Retrieve features filtered by: Mehrwegsystem (String) | string |
| Eigene_Behaeltnisse | Retrieve features filtered by: Eigene_Behaeltnisse (String) | string |
| Ohne_Verpackung | Retrieve features filtered by: Ohne_Verpackung (String) | string |
| OSM_Editor_URL | Retrieve features filtered by: OSM_Editor_URL (String) | string |
| api_features_url | Retrieve features filtered by: api_features_url (String) | string |
| properties | Comma separated list of feature property names to be added to the result. Valid values: 'fid', 'Name', 'Kategorie', 'Adresse', 'Internet', 'Mehrweg', 'Mehrwegsystem', 'Eigene_Behaeltnisse', 'Ohne_Verpackung', 'OSM_Editor_URL', 'api_features_url' | string |
| Name | Description | Type |
|---|---|---|
| featureId | Local identifier of a specific feature | string |
| Name | Description | Type |
|---|---|---|
| limit | The optional limit parameter limits the number of items that are presented in the response document. Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted. Minimum = 1. Maximum = 10000. Default = 10. |
integer |
| offset | The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0. Minimum = 0. Default = 0. |
integer |
| resultType | This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter. The allowed values for this parameter are "results" and "hits". If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation. If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances. Default = "results". |
string |
| bbox | Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth): * Lower left corner, coordinate axis 1 * Lower left corner, coordinate axis 2 * Lower left corner, coordinate axis 3 (optional) * Upper right corner, coordinate axis 1 * Upper right corner, coordinate axis 2 * Upper right corner, coordinate axis 3 (optional) The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`. For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge). If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries. |
array |
| bbox-crs | The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). | string |
| crs | The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). | string |
| datetime | Either a date-time or an interval, open or closed. Date and time expressions adhere to RFC 3339. Open intervals are expressed using double-dots. Examples: * A date-time: "2018-02-12T23:20:50Z" * A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z" * Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z" Only features that have a temporal property that intersects the value of `datetime` are selected. If a feature has multiple temporal properties, it is the decision of the server whether only a single temporal property is used to determine the extent or all relevant temporal properties. |
string |
| sortby | Sort results by the specified field name | string |
| sortdesc | Sort results in descending order, field name must be specified with 'sortby' parameter | boolean |
| fid | Retrieve features filtered by: fid (Integer) | integer |
| Typ | Retrieve features filtered by: Typ (String) | string |
| Quellgeometrie | Retrieve features filtered by: Quellgeometrie (String) | string |
| OSM_Editor_URL | Retrieve features filtered by: OSM_Editor_URL (String) | string |
| api_features_url | Retrieve features filtered by: api_features_url (String) | string |
| properties | Comma separated list of feature property names to be added to the result. Valid values: 'fid', 'Typ', 'Quellgeometrie', 'OSM_Editor_URL', 'api_features_url' | string |
| Name | Description | Type |
|---|---|---|
| featureId | Local identifier of a specific feature | string |
| Name | Description | Type |
|---|---|---|
| limit | The optional limit parameter limits the number of items that are presented in the response document. Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted. Minimum = 1. Maximum = 10000. Default = 10. |
integer |
| offset | The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0. Minimum = 0. Default = 0. |
integer |
| resultType | This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter. The allowed values for this parameter are "results" and "hits". If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation. If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances. Default = "results". |
string |
| bbox | Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth): * Lower left corner, coordinate axis 1 * Lower left corner, coordinate axis 2 * Lower left corner, coordinate axis 3 (optional) * Upper right corner, coordinate axis 1 * Upper right corner, coordinate axis 2 * Upper right corner, coordinate axis 3 (optional) The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`. For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge). If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries. |
array |
| bbox-crs | The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). | string |
| crs | The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). | string |
| datetime | Either a date-time or an interval, open or closed. Date and time expressions adhere to RFC 3339. Open intervals are expressed using double-dots. Examples: * A date-time: "2018-02-12T23:20:50Z" * A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z" * Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z" Only features that have a temporal property that intersects the value of `datetime` are selected. If a feature has multiple temporal properties, it is the decision of the server whether only a single temporal property is used to determine the extent or all relevant temporal properties. |
string |
| sortby | Sort results by the specified field name | string |
| sortdesc | Sort results in descending order, field name must be specified with 'sortby' parameter | boolean |
| fid | Retrieve features filtered by: fid (Integer) | integer |
| Name | Retrieve features filtered by: Name (String) | string |
| Bemerkung | Retrieve features filtered by: Bemerkung (String) | string |
| Oeffnungszeiten | Retrieve features filtered by: Oeffnungszeiten (String) | string |
| Internet | Retrieve features filtered by: Internet (String) | string |
| Betreiber | Retrieve features filtered by: Betreiber (String) | string |
| OSM_Editor_URL | Retrieve features filtered by: OSM_Editor_URL (String) | string |
| api_features_url | Retrieve features filtered by: api_features_url (String) | string |
| Kreis | Retrieve features filtered by: Kreis (String) | string |
| Gemeinde | Retrieve features filtered by: Gemeinde (String) | string |
| properties | Comma separated list of feature property names to be added to the result. Valid values: 'fid', 'Name', 'Bemerkung', 'Oeffnungszeiten', 'Internet', 'Betreiber', 'OSM_Editor_URL', 'api_features_url', 'Kreis', 'Gemeinde' | string |
| Name | Description | Type |
|---|---|---|
| featureId | Local identifier of a specific feature | string |
| Name | Description | Type | Example |
|---|---|---|---|
| crs | The coordinate reference systems in which geometries may be retrieved. Coordinate reference systems are identified by a URI. The first coordinate reference system is the coordinate reference system that is used by default. This is always "http://www.opengis.net/def/crs/OGC/1.3/CRS84", i.e. WGS84 longitude/latitude. | array |
|
| description | a description of the features in the collection | string | Buildings in the city of Bonn. |
| extent | {"$ref":"#/components/schemas/extent"} | ||
| links | {"example":[{"href":"http://data.example.org/collections/buildings/items","rel":"item","title":"Buildings","type":"application/geo+json"},{"href":"http://example.com/concepts/buildings.html","rel":"describedBy","title":"Feature catalog for buildings","type":"text/html"}],"items":{"$ref":"#/components/schemas/link"},"type":"array"} | ||
| name | identifier of the collection used, for example, in URIs | string | buildings |
| relations | Related collections that may be retrieved for this collection | object | {"id": "label"} |
| title | human readable title of the collection | string | Buildings |
| Name | Description | Type | Example |
|---|---|---|---|
| collections | {"items":{"$ref":"#/components/schemas/collectionInfo"},"type":"array"} | ||
| links | {"example":[{"href":"http://data.example.org/collections.json","rel":"self","title":"this document","type":"application/json"},{"href":"http://data.example.org/collections.html","rel":"alternate","title":"this document as HTML","type":"text/html"},{"href":"http://schemas.example.org/1.0/foobar.xsd","rel":"describedBy","title":"XML schema for Acme Corporation data","type":"application/xml"}],"items":{"$ref":"#/components/schemas/link"},"type":"array"} | ||
| Name | Description | Type | Example |
|---|---|---|---|
| code | {"type":"string"} | ||
| description | {"type":"string"} | ||
| Name | Description | Type | Example |
|---|---|---|---|
| crs | {"default":"http://www.opengis.net/def/crs/OGC/1.3/CRS84","description":"Coordinate reference system of the coordinates in the spatial extent (property `spatial`). In the Core, only WGS84 longitude/latitude is supported. Extensions may support additional coordinate reference systems.","enum":["http://www.opengis.net/def/crs/OGC/1.3/CRS84"],"type":"string"} | ||
| spatial | West, north, east, south edges of the spatial extent. The minimum and maximum values apply to the coordinate reference system WGS84 longitude/latitude that is supported in the Core. If, for example, a projected coordinate reference system is used, the minimum and maximum values need to be adjusted. | array |
|
| temporal | {"description":"The temporal extent of the features in the collection.","properties":{"interval":{"description":"One or more time intervals that describe the temporal extent of the dataset.\nThe value `null` is supported and indicates an open time interval.\nIn the Core only a single time interval is supported. Extensions may support multiple intervals. If multiple intervals are provided, the union of the intervals describes the temporal extent.","items":{"description":"Begin and end times of the time interval. The timestamps\nare in the coordinate reference system specified in `trs`. By default\nthis is the Gregorian calendar.","items":{"example":["2011-11-11T12:22:11Z",null],"format":"date-time","nullable":true,"trs":{"default":"http://www.opengis.net/def/uom/ISO-8601/0/Gregorian","description":"Coordinate reference system of the coordinates in the temporal extent\n(property `interval`). The default reference system is the Gregorian calendar.\nIn the Core this is the only supported temporal reference system.\nExtensions may support additional temporal reference systems and add\nadditional enum values.","enum":["http://www.opengis.net/def/uom/ISO-8601/0/Gregorian"],"type":"string"},"type":"string"},"maxItems":2,"minItems":2,"type":"array"},"minItems":1,"type":"array"}},"type":"object"} | ||
| Name | Description | Type | Example |
|---|---|---|---|
| features | {"items":{"$ref":"#/components/schemas/featureGeoJSON"},"type":"array"} | ||
| links | {"items":{"$ref":"#/components/schemas/link"},"type":"array"} | ||
| numberMatched | {"minimum":0,"type":"integer"} | ||
| numberReturned | {"minimum":0,"type":"integer"} | ||
| timeStamp | {"format":"dateTime","type":"string"} | ||
| type | {"enum":["FeatureCollection"],"type":"string"} | ||
| Name | Description | Type | Example |
|---|---|---|---|
| geometry | {"$ref":"#/components/schemas/geometryGeoJSON"} | ||
| id | {"oneOf":[{"type":"string"},{"type":"integer"}]} | ||
| properties | {"nullable":true,"type":"object"} | ||
| type | {"enum":["Feature"],"type":"string"} | ||
| Name | Description | Type | Example |
|---|---|---|---|
| type | {"enum":["Point","MultiPoint","LineString","MultiLineString","Polygon","MultiPolygon","GeometryCollection"],"type":"string"} | ||
| Name | Description | Type | Example |
|---|---|---|---|
| href | {"example":"http://data.example.com/buildings/123","type":"string"} | ||
| hreflang | {"example":"en","type":"string"} | ||
| rel | {"example":"prev","type":"string"} | ||
| type | {"example":"application/geo+json","type":"string"} | ||
| Name | Description | Type | Example |
|---|---|---|---|
| conformsTo | {"example":["http://www.opengis.net/spec/wfs-1/3.0/req/core","http://www.opengis.net/spec/wfs-1/3.0/req/oas30","http://www.opengis.net/spec/wfs-1/3.0/req/html","http://www.opengis.net/spec/wfs-1/3.0/req/geojson"],"items":{"type":"string"},"type":"array"} | ||
| Name | Description | Type | Example |
|---|---|---|---|
| links | {"example":[{"href":"http://data.example.org/","rel":"self","title":"this document","type":"application/json"},{"href":"http://data.example.org/api","rel":"service","title":"the API definition","type":"application/openapi+json;version=3.0"},{"href":"http://data.example.org/conformance","rel":"conformance","title":"WFS 3.0 conformance classes implemented by this server","type":"application/json"},{"href":"http://data.example.org/collections","rel":"data","title":"Metadata about the feature collections","type":"application/json"}],"items":{"$ref":"#/components/schemas/link"},"type":"array"} | ||