API description

Info

Description
OSM-Daten zu ausgewählten Themen. Aktualisierung: täglich, Quelle OSM-Daten: https://download.geofabrik.de/europe/germany/nordrhein-westfalen.html, Gebietsausdehnung: NRW, © OpenStreetMap-Mitwirkende (siehe https://www.openstreetmap.org/copyright)
Title
OSM-Daten
Contact email
open@kreis-viersen.de
Contact name
Katasteramt Kreis Viersen

Paths

get WFS 3.0 Landing Page
OperationId
getLandingPage
Tags
["Capabilities"]
Description
The landing page provides links to the API definition, the Conformance statements and the metadata about the feature data in this dataset.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/root"}},"text/html":{"schema":{"type":"string"}}},"description":"The landing page provides links to the API definition, the Conformance statements and the metadata about the feature data in this dataset."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get The API description
OperationId
getApiDescription
Tags
["Capabilities"]
Description
The formal documentation of this API according to the OpenAPI specification, version 3.0. I.e., this document.
Responses
{"200":{"content":{"application/vnd.oai.openapi+json;version=3.0":{"schema":{"type":"object"}},"text/html":{"schema":{"type":"string"}}},"description":"The formal documentation of this API according to the OpenAPI specification, version 3.0. I.e., this document."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Metadata about the feature collections shared by this API.
OperationId
describeCollections
Tags
["Capabilities"]
Description
Describe the feature collections in the dataset statements and the metadata about the feature data in this dataset.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/content"}},"text/html":{"schema":{"type":"string"}}},"description":"Describe the feature collections in the dataset statements and the metadata about the feature data in this dataset."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Apotheken NRW' feature collection
OperationId
describeCollection_apotheken_point_4f024225_f27a_4156_90fe_86e2caa0d369
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Apotheken NRW' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Apotheken NRW' feature collection
OperationId
getFeatures_apotheken_point_4f024225_f27a_4156_90fe_86e2caa0d369
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
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
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Apotheken NRW' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_apotheken_point_4f024225_f27a_4156_90fe_86e2caa0d369_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Apotheken NRW' feature collection
OperationId
getFeature_apotheken_point_4f024225_f27a_4156_90fe_86e2caa0d369_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Apotheken NRW' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'ausleihen statt kaufen NRW' feature collection
OperationId
describeCollection_rental_all_pk_3be30ae8_fa6c_4e04_86cd_81e9519071bc
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'ausleihen statt kaufen NRW' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'ausleihen statt kaufen NRW' feature collection
OperationId
getFeatures_rental_all_pk_3be30ae8_fa6c_4e04_86cd_81e9519071bc
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
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
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'ausleihen statt kaufen NRW' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_rental_all_pk_3be30ae8_fa6c_4e04_86cd_81e9519071bc_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'ausleihen statt kaufen NRW' feature collection
OperationId
getFeature_rental_all_pk_3be30ae8_fa6c_4e04_86cd_81e9519071bc_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'ausleihen statt kaufen NRW' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Bücherschränke und Büchereien NRW' feature collection
OperationId
describeCollection_books_all_24e5d043_5fa5_4b6f_9a44_92dc25a41bbe
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bücherschränke und Büchereien NRW' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Bücherschränke und Büchereien NRW' feature collection
OperationId
getFeatures_books_all_24e5d043_5fa5_4b6f_9a44_92dc25a41bbe
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
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
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bücherschränke und Büchereien NRW' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_books_all_24e5d043_5fa5_4b6f_9a44_92dc25a41bbe_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Bücherschränke und Büchereien NRW' feature collection
OperationId
getFeature_books_all_24e5d043_5fa5_4b6f_9a44_92dc25a41bbe_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Bücherschränke und Büchereien NRW' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Containerstandorte NRW' feature collection
OperationId
describeCollection_recycling_container_all_952595fa_2b7b_4f3f_9ddb_5af7e1a350cb
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Containerstandorte NRW' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Containerstandorte NRW' feature collection
OperationId
getFeatures_recycling_container_all_952595fa_2b7b_4f3f_9ddb_5af7e1a350cb
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
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
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Containerstandorte NRW' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_recycling_container_all_952595fa_2b7b_4f3f_9ddb_5af7e1a350cb_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Containerstandorte NRW' feature collection
OperationId
getFeature_recycling_container_all_952595fa_2b7b_4f3f_9ddb_5af7e1a350cb_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Containerstandorte NRW' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Feuerwehr / Polizei NRW' feature collection
OperationId
describeCollection_Hofläden_NRW_a5aa95ec_bf2a_4234_a22a_4ec4f7d1ab7c
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Feuerwehr / Polizei NRW' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Feuerwehr / Polizei NRW' feature collection
OperationId
getFeatures_Hofläden_NRW_a5aa95ec_bf2a_4234_a22a_4ec4f7d1ab7c
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
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
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Feuerwehr / Polizei NRW' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Hofläden_NRW_a5aa95ec_bf2a_4234_a22a_4ec4f7d1ab7c_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Feuerwehr / Polizei NRW' feature collection
OperationId
getFeature_Hofläden_NRW_a5aa95ec_bf2a_4234_a22a_4ec4f7d1ab7c_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Feuerwehr / Polizei NRW' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Hofläden NRW' feature collection
OperationId
describeCollection_Spielplätze_NRW_86a6816f_cd1e_4add_8d8e_7fdaaa3ea1c5
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Hofläden NRW' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Hofläden NRW' feature collection
OperationId
getFeatures_Spielplätze_NRW_86a6816f_cd1e_4add_8d8e_7fdaaa3ea1c5
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
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
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Hofläden NRW' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Spielplätze_NRW_86a6816f_cd1e_4add_8d8e_7fdaaa3ea1c5_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Hofläden NRW' feature collection
OperationId
getFeature_Spielplätze_NRW_86a6816f_cd1e_4add_8d8e_7fdaaa3ea1c5_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Hofläden NRW' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Öko-Modellregionen NRW' feature collection
OperationId
describeCollection_oeko_all_pk_c0e033ae_b4cd_4bac_8a86_bdbe4d80e1f7
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Öko-Modellregionen NRW' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Öko-Modellregionen NRW' feature collection
OperationId
getFeatures_oeko_all_pk_c0e033ae_b4cd_4bac_8a86_bdbe4d80e1f7
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
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
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Öko-Modellregionen NRW' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_oeko_all_pk_c0e033ae_b4cd_4bac_8a86_bdbe4d80e1f7_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Öko-Modellregionen NRW' feature collection
OperationId
getFeature_oeko_all_pk_c0e033ae_b4cd_4bac_8a86_bdbe4d80e1f7_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Öko-Modellregionen NRW' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Parkscheinautomaten NRW' feature collection
OperationId
describeCollection_Spielplätze_NRW_b77bc6b6_5a89_4f00_b995_51635381787b
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Parkscheinautomaten NRW' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Parkscheinautomaten NRW' feature collection
OperationId
getFeatures_Spielplätze_NRW_b77bc6b6_5a89_4f00_b995_51635381787b
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
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
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Parkscheinautomaten NRW' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Spielplätze_NRW_b77bc6b6_5a89_4f00_b995_51635381787b_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Parkscheinautomaten NRW' feature collection
OperationId
getFeature_Spielplätze_NRW_b77bc6b6_5a89_4f00_b995_51635381787b_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Parkscheinautomaten NRW' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'reparieren lassen NRW' feature collection
OperationId
describeCollection_selbst_reparieren_NRW_61b40fb9_ddba_44f2_ae1c_60e52803cd65
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'reparieren lassen NRW' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'reparieren lassen NRW' feature collection
OperationId
getFeatures_selbst_reparieren_NRW_61b40fb9_ddba_44f2_ae1c_60e52803cd65
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
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
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'reparieren lassen NRW' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_selbst_reparieren_NRW_61b40fb9_ddba_44f2_ae1c_60e52803cd65_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'reparieren lassen NRW' feature collection
OperationId
getFeature_selbst_reparieren_NRW_61b40fb9_ddba_44f2_ae1c_60e52803cd65_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'reparieren lassen NRW' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Schutzorte gemeinsamSICHER' feature collection
OperationId
describeCollection_retreat_all_pk_5368361f_8901_483e_b28d_b0bf10c5872e
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Schutzorte gemeinsamSICHER' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Schutzorte gemeinsamSICHER' feature collection
OperationId
getFeatures_retreat_all_pk_5368361f_8901_483e_b28d_b0bf10c5872e
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
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
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Schutzorte gemeinsamSICHER' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_retreat_all_pk_5368361f_8901_483e_b28d_b0bf10c5872e_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Schutzorte gemeinsamSICHER' feature collection
OperationId
getFeature_retreat_all_pk_5368361f_8901_483e_b28d_b0bf10c5872e_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Schutzorte gemeinsamSICHER' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Second Hand NRW' feature collection
OperationId
describeCollection_second_hand_all_pk_0c254e3a_23ca_4330_897c_dde7216a3805
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Second Hand NRW' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Second Hand NRW' feature collection
OperationId
getFeatures_second_hand_all_pk_0c254e3a_23ca_4330_897c_dde7216a3805
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
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
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Second Hand NRW' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_second_hand_all_pk_0c254e3a_23ca_4330_897c_dde7216a3805_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Second Hand NRW' feature collection
OperationId
getFeature_second_hand_all_pk_0c254e3a_23ca_4330_897c_dde7216a3805_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Second Hand NRW' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'selbst reparieren NRW' feature collection
OperationId
describeCollection_repair_all_pk_875797a5_593e_40b5_9b12_c4f5e09f9ee1
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'selbst reparieren NRW' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'selbst reparieren NRW' feature collection
OperationId
getFeatures_repair_all_pk_875797a5_593e_40b5_9b12_c4f5e09f9ee1
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
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
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'selbst reparieren NRW' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_repair_all_pk_875797a5_593e_40b5_9b12_c4f5e09f9ee1_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'selbst reparieren NRW' feature collection
OperationId
getFeature_repair_all_pk_875797a5_593e_40b5_9b12_c4f5e09f9ee1_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'selbst reparieren NRW' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Spielplätze NRW' feature collection
OperationId
describeCollection_Tankstellen_NRW_489dd756_7a61_42cd_b529_691b5ecd2c8d
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Spielplätze NRW' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Spielplätze NRW' feature collection
OperationId
getFeatures_Tankstellen_NRW_489dd756_7a61_42cd_b529_691b5ecd2c8d
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
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
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Spielplätze NRW' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Tankstellen_NRW_489dd756_7a61_42cd_b529_691b5ecd2c8d_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Spielplätze NRW' feature collection
OperationId
getFeature_Tankstellen_NRW_489dd756_7a61_42cd_b529_691b5ecd2c8d_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Spielplätze NRW' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Stillen und Wickeln NRW' feature collection
OperationId
describeCollection_baby_care_all_pk_59be24cc_468e_44fb_a78d_905713ebb818
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Stillen und Wickeln NRW' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Stillen und Wickeln NRW' feature collection
OperationId
getFeatures_baby_care_all_pk_59be24cc_468e_44fb_a78d_905713ebb818
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
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
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Stillen und Wickeln NRW' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_baby_care_all_pk_59be24cc_468e_44fb_a78d_905713ebb818_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Stillen und Wickeln NRW' feature collection
OperationId
getFeature_baby_care_all_pk_59be24cc_468e_44fb_a78d_905713ebb818_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Stillen und Wickeln NRW' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Tankstellen NRW' feature collection
OperationId
describeCollection_Apotheken_NRW_6979592d_ad88_4de7_a36a_67eb8a592b97
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Tankstellen NRW' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Tankstellen NRW' feature collection
OperationId
getFeatures_Apotheken_NRW_6979592d_ad88_4de7_a36a_67eb8a592b97
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
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
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Tankstellen NRW' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Apotheken_NRW_6979592d_ad88_4de7_a36a_67eb8a592b97_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Tankstellen NRW' feature collection
OperationId
getFeature_Apotheken_NRW_6979592d_ad88_4de7_a36a_67eb8a592b97_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Tankstellen NRW' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'unterwegs Trinkwasser auffüllen NRW' feature collection
OperationId
describeCollection_drinking_water_all_pk_5b34726c_3b34_497b_84f2_ebbd230d163a
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'unterwegs Trinkwasser auffüllen NRW' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'unterwegs Trinkwasser auffüllen NRW' feature collection
OperationId
getFeatures_drinking_water_all_pk_5b34726c_3b34_497b_84f2_ebbd230d163a
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
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
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'unterwegs Trinkwasser auffüllen NRW' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_drinking_water_all_pk_5b34726c_3b34_497b_84f2_ebbd230d163a_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'unterwegs Trinkwasser auffüllen NRW' feature collection
OperationId
getFeature_drinking_water_all_pk_5b34726c_3b34_497b_84f2_ebbd230d163a_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'unterwegs Trinkwasser auffüllen NRW' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'unverpackt einkaufen NRW' feature collection
OperationId
describeCollection_unverpackt_all_pk_1f4c2799_26c8_4155_884a_ad09681aaef0
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'unverpackt einkaufen NRW' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'unverpackt einkaufen NRW' feature collection
OperationId
getFeatures_unverpackt_all_pk_1f4c2799_26c8_4155_884a_ad09681aaef0
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
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
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'unverpackt einkaufen NRW' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_unverpackt_all_pk_1f4c2799_26c8_4155_884a_ad09681aaef0_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'unverpackt einkaufen NRW' feature collection
OperationId
getFeature_unverpackt_all_pk_1f4c2799_26c8_4155_884a_ad09681aaef0_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'unverpackt einkaufen NRW' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Wegesperren NRW' feature collection
OperationId
describeCollection_Second_Hand_NRW_c05d21b0_aa47_4a0e_bf93_956c8db57109
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Wegesperren NRW' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Wegesperren NRW' feature collection
OperationId
getFeatures_Second_Hand_NRW_c05d21b0_aa47_4a0e_bf93_956c8db57109
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
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
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Wegesperren NRW' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Second_Hand_NRW_c05d21b0_aa47_4a0e_bf93_956c8db57109_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Wegesperren NRW' feature collection
OperationId
getFeature_Second_Hand_NRW_c05d21b0_aa47_4a0e_bf93_956c8db57109_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Wegesperren NRW' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Wertstoffhöfe NRW' feature collection
OperationId
describeCollection_recycling_centre_all_5f0e23a7_f266_4dee_86e1_99d03b3da43d
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Wertstoffhöfe NRW' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Wertstoffhöfe NRW' feature collection
OperationId
getFeatures_recycling_centre_all_5f0e23a7_f266_4dee_86e1_99d03b3da43d
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
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
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Wertstoffhöfe NRW' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_recycling_centre_all_5f0e23a7_f266_4dee_86e1_99d03b3da43d_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Wertstoffhöfe NRW' feature collection
OperationId
getFeature_recycling_centre_all_5f0e23a7_f266_4dee_86e1_99d03b3da43d_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Wertstoffhöfe NRW' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Information about standards that this API conforms to.
OperationId
getRequirementClasses
Tags
["Capabilities"]
Description
List all requirements classes specified in a standard (e.g., WFS 3.0 Part 1: Core) that the server conforms to.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/root"}},"text/html":{"schema":{"type":"string"}}},"description":"List all requirements classes specified in a standard (e.g., WFS 3.0 Part 1: Core) that the server conforms to."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}

Models

Type
object
Properties
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
  • http://www.opengis.net/def/crs/OGC/1.3/CRS84
  • http://www.opengis.net/def/crs/EPSG/0/4326
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
Required
  • links
  • name
Type
object
Properties
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"}
Required
  • collections
  • links
Type
object
Properties
Name Description Type Example
code {"type":"string"}
description {"type":"string"}
Required
  • code
Type
object
Properties
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
  • -180
  • -90
  • 180
  • 90
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"}
Required
  • spatial
Type
object
Properties
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"}
Required
  • features
  • type
Type
object
Properties
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"}
Required
  • geometry
  • properties
  • type
Type
object
Properties
Name Description Type Example
type {"enum":["Point","MultiPoint","LineString","MultiLineString","Polygon","MultiPolygon","GeometryCollection"],"type":"string"}
Required
  • type
Type
object
Properties
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"}
Required
  • conformsTo
Type
object
Properties
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"}
Required
  • links