-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathcities.yml
114 lines (114 loc) · 3.39 KB
/
cities.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
alexandria:
name: "Alexandria, VA"
endpoint: "https://request.alexandriava.gov/GeoReport/Service.ashx/"
# Zlib::DataError: incorrect header check when using default headers that include `deflate`
headers: { accept_encoding: "" }
format: 'xml'
requests_limit: 1000
annaberg_buchholz:
name: 'Annaberg-Buchholz, Deutschland'
endpoint: 'https://anliegen.annaberg-buchholz.de/georeport/v2/'
jurisdiction: 'annberg-buchholz.de'
requests_limit: 50
baltimore:
name: 'Baltimore, MD'
endpoint: "http://311.baltimorecity.gov/open311/v2/"
jurisdiction: 'baltimorecity.gov'
requests_limit: 50
bloomington:
name: 'Bloomington, IN'
endpoint: "https://bloomington.in.gov/crm/open311/v2/"
jurisdiction: 'bloomington.in.gov'
requests_limit: 1000
bonn:
name: 'Bonn, Deutschland'
endpoint: 'https://anliegen.bonn.de/georeport/v2'
requests_limit: 50
boston:
name: 'Boston, MA'
endpoint: "https://mayors24.cityofboston.gov/open311/v2/"
requests_limit: 50
brookline:
name: 'Brookline, MA'
endpoint: "http://spot.brooklinema.gov/open311/v2/"
jurisdiction: 'brooklinema.gov'
requests_limit: 100
bruhl:
name: 'Brühl, Deutschland'
endpoint: 'https://www.achtet-auf-bruehl.de/georeport/v2/'
jurisdiction: 'bruehl.de'
requests_limit: 100
chicago:
name: 'Chicago, IL'
endpoint: "http://311api.cityofchicago.org/open311/v2/"
requests_limit: 50
requests_omit_timezone: true
columbus:
name: 'Columbus, IN'
endpoint: 'http://csr.columbus.in.gov/csr/open311/v2/'
jurisdiction: 'columbus.in.gov'
dc:
name: 'Washington, DC'
endpoint: "http://app.311.dc.gov/CWI/Open311/v2/"
format: "xml"
jurisdiction: "dc.gov"
giessen:
name: 'Gießen, Deutschland'
endpoint: 'https://maengelmelder.giessen.de/georeport/v2/'
requests_limit: 50
grand_rapids:
name: 'Grand Rapids, MI'
endpoint: "http://grcity.spotreporters.com/open311/v2/"
jurisdiction: 'grcity.us'
greenwich:
name: 'Greenwich, Britain'
endpoint: 'https://open311.royalgreenwich.gov.uk/'
format: 'xml'
notes: 'JSON endpoint returns non-standard objects'
requests_limit: 6260
helsinki:
name: 'Helsinki, Suomi'
endpoint: "https://asiointi.hel.fi/palautews/rest/v1/"
requests_limit: 200
koln:
name: 'Köln / Cologne, Deutschland'
endpoint: 'https://sags-uns.stadt-koeln.de/georeport/v2/'
jurisdiction: 'stadt-koeln.de'
requests_limit: 50
lamia:
name: 'Lamía, Elláda'
endpoint: 'https://participation.citysdk.lamia-city.gr/rest/open311/v1/'
ottawa:
name: 'Ottawa, ON'
endpoint: 'https://city-of-ottawa-prod.apigee.net/open311/v2/'
requests_limit: 1000
peoria:
name: 'Peoria, IL'
endpoint: 'https://ureport.peoriagov.org/crm/open311/v2/'
jurisdiction: 'peoriagov.org'
requests_limit: 1000
rostok:
name: 'Rostock, Deutschland'
endpoint: 'https://www.klarschiff-hro.de/backoffice/citysdk/'
jurisdiction: 'rostock.de'
san_francisco:
name: 'San Francisco, CA'
endpoint: "https://mobile311.sfgov.org/open311/v2/"
jurisdiction: 'sfgov.org'
requests_limit: 50
siegburg:
name: 'Siegburg, Deutschland'
endpoint: 'https://anliegen.siegburg.de/georeport/v2/'
jurisdiction: 'siegburg.de'
requests_limit: 50
surrey:
name: 'Surrey, BC'
endpoint: 'https://cosmos.surrey.ca/api/open311/'
jurisdiction: 'surrey.ca'
toronto:
name: 'Toronto, ON'
endpoint: "https://secure.toronto.ca/webwizard/ws/"
jurisdiction: "toronto.ca"
turku:
name: 'Turku, Suomi'
endpoint: 'https://api.turku.fi/feedback/v1/'