
Die Stadt Siegburg stellt anonymisiert alle Informationen zu Anliegen und Kategorien, die über diese Plattform eingehen und dargestellt werden, auch als Open Government Data unter der Datenlizenz Deutschland Namensnennung zur Verfügung. Quellhinweis "Datenquelle: Stadt Siegburg"
Hierbei nutzen wir den internationalen Standard Open311 und stellen ein so genanntes Georeport v2 API zur Verfügung. Über diese Schnittstelle können unsere Anliegen- und Dienstleistungskategorien (Services) und die eingebrachten Anliegen (Requests) maschinell ausgewertet werden.
Die Stadt Siegburg ist damit einer der ersten europäische Stadt, die diesen Standard unterstützt.
Die folgende Spezifikation stammt in großen Teilen von Open311.org, angepasst auf die lokale Bedingungen der Stadt Siegburg.
Services
Purpose | provide a list of acceptable 311 service request types and their associated service codes. These request types can be unique to the city/jurisdiction. |
---|---|
URL |
http://anliegen.siegburg.de/georeport/v2/services.[format] |
Sample URL |
http://anliegen.siegburg.de/georeport/v2/services.xml |
Formats | XML / JSON |
HTTP Method | GET |
Requires API Key | No |
Requests
Purpose | Query the current status of multiple requests |
---|---|
URL |
http://anliegen.siegburg.de/georeport/v2/requests.[format] |
Sample URL |
http://anliegen.siegburg.de/georeport/v2/requests.json?start_date=2013-12-4... |
Formats | XML, JSON |
HTTP Method | GET |
Requires API Key | No |
Optionale Parameter
Field Name | Description | Notes & Requirements |
---|---|---|
|
Specify the service type by calling the unique ID of the service_code. | This defaults to all service codes when not declared; can be declared multiple times, comma delimited |
|
Earliest datetime to include in search. When provided with end_date, allows one to search for requests which have a requested_datetime that matches a given range, but may not span more than 90 days. | When not specified, the range defaults to most recent 90 days. Must use w3 format, eg 2010-01-01T00:00:00Z. |
|
Latest datetime to include in search. When provided with start_date, allows one to search for requests which have a requested_datetime that matches a given range, but may not span more than 90 days. | When not specified, the range defaults to most recent 90 days. Must use w3 format, eg 2010-01-01T00:00:00Z. |
|
Allows one to search for requests which have a specific status. This defaults to all statuses; can be declared multiple times, comma delimited; |
Options: open , closed |
Single Request
Purpose | Query the current status of an individual request |
---|---|
URL |
http://anliegen.siegburg.de/georeport/v2/request/#ID.[format] |
Sample URL |
http://anliegen.siegburg.de/georeport/v2/requests/1.json |
Formats | XML, JSON |
HTTP Method | GET |
Requires API Key | No |