diff --git a/custom_components/waste_collection_schedule/config_flow.py b/custom_components/waste_collection_schedule/config_flow.py index e6c2c202..69cd4515 100644 --- a/custom_components/waste_collection_schedule/config_flow.py +++ b/custom_components/waste_collection_schedule/config_flow.py @@ -285,6 +285,7 @@ class SourceDict(TypedDict): title: str module: str default_params: dict[str, Any] + id: str class WasteCollectionConfigFlow(ConfigFlow, domain=DOMAIN): # type: ignore[call-arg] @@ -302,21 +303,24 @@ class WasteCollectionConfigFlow(ConfigFlow, domain=DOMAIN): # type: ignore[call super().__init__(*args, **kwargs) self._sources = self._get_source_list() self._options: dict = {} - for _, sources in self._sources.items(): + + async def args_method(args_input): + return await self.async_step_args(args_input) + + async def reconfigure_method(args_input): + return await self.async_step_reconfigure(args_input) + + for sources in self._sources.values(): for source in sources: - - async def args_method(args_input): - return await self.async_step_args(args_input) - setattr( self, - f"async_step_args_{source['module']}", + f"async_step_args_{source['id']}", args_method, ) setattr( self, - f"async_step_reconfigure_{source['module']}", - args_method, + f"async_step_reconfigure_{source['id']}", + reconfigure_method, ) # Get source list from JSON @@ -355,7 +359,7 @@ class WasteCollectionConfigFlow(ConfigFlow, domain=DOMAIN): # type: ignore[call sources = self._sources[self._country] sources_options = [SelectOptionDict(value="", label="")] + [ SelectOptionDict( - value=f"{x['module']}\t({x['title']})", + value=f"{x['module']}\t({x['title']})\t{x['id']}", label=f"{x['title']} ({x['module']})", ) for x in sources @@ -385,11 +389,14 @@ class WasteCollectionConfigFlow(ConfigFlow, domain=DOMAIN): # type: ignore[call errors[CONF_SOURCE_NAME] = "invalid_source" else: self._source = info[CONF_SOURCE_NAME].split("\t")[0] + self._id = info[CONF_SOURCE_NAME].split("\t")[2] self._extra_info_default_params = next( ( x["default_params"] for x in self._sources[self._country] - if f"{x['module']}\t({x['title']})" == info[CONF_SOURCE_NAME] + if info[CONF_SOURCE_NAME].startswith( + f"{x['module']}\t({x['title']})" + ) ), {}, ) @@ -656,7 +663,7 @@ class WasteCollectionConfigFlow(ConfigFlow, domain=DOMAIN): # type: ignore[call setattr( self, - f"async_step_args_{self._source}", + f"async_step_args_{self._id}", args_method, ) return await self.async_step_args() @@ -692,7 +699,7 @@ class WasteCollectionConfigFlow(ConfigFlow, domain=DOMAIN): # type: ignore[call self.async_show_form(step_id="options") return await self.async_step_flow_type() return self.async_show_form( - step_id=f"args_{self._source}", + step_id=f"args_{self._id}", data_schema=schema, errors=errors, description_placeholders=description_placeholders, diff --git a/custom_components/waste_collection_schedule/sources.json b/custom_components/waste_collection_schedule/sources.json index 1aecee36..e0b605a9 100644 --- a/custom_components/waste_collection_schedule/sources.json +++ b/custom_components/waste_collection_schedule/sources.json @@ -3,657 +3,780 @@ { "title": "Adelaide Hills Council", "module": "app_my_local_services_au", - "default_params": {} + "default_params": {}, + "id": "app_my_local_services_au" }, { "title": "Adelaide Plains Council", "module": "app_my_local_services_au", - "default_params": {} + "default_params": {}, + "id": "app_my_local_services_au" }, { "title": "Alexandrina Council", "module": "app_my_local_services_au", - "default_params": {} + "default_params": {}, + "id": "app_my_local_services_au" }, { "title": "App Backend of My Local Services", "module": "app_my_local_services_au", - "default_params": {} + "default_params": {}, + "id": "app_my_local_services_au" }, { "title": "Armadale (Western Australia)", "module": "armadale_wa_gov_au", - "default_params": {} + "default_params": {}, + "id": "armadale_wa_gov_au" }, { "title": "Australian Capital Territory (ACT)", "module": "act_gov_au", - "default_params": {} + "default_params": {}, + "id": "act_gov_au" }, { "title": "Banyule City Council", "module": "banyule_vic_gov_au", - "default_params": {} + "default_params": {}, + "id": "banyule_vic_gov_au" }, { "title": "Baw Baw Shire Council", "module": "impactapps_com_au", "default_params": { "service": "Baw Baw Shire Council" - } + }, + "id": "impactapps_com_au" }, { "title": "Bayside City Council", "module": "impactapps_com_au", "default_params": { "service": "Bayside City Council" - } + }, + "id": "impactapps_com_au" }, { "title": "Bega Valley Shire Council", "module": "impactapps_com_au", "default_params": { "service": "Bega Valley Shire Council" - } + }, + "id": "impactapps_com_au" }, { "title": "Belmont City Council", "module": "belmont_wa_gov_au", - "default_params": {} + "default_params": {}, + "id": "belmont_wa_gov_au" }, { "title": "Berri Barmera Council", "module": "app_my_local_services_au", - "default_params": {} + "default_params": {}, + "id": "app_my_local_services_au" }, { "title": "Blacktown City Council (NSW)", "module": "blacktown_nsw_gov_au", - "default_params": {} + "default_params": {}, + "id": "blacktown_nsw_gov_au" }, { "title": "Blue Mountains City Council", "module": "impactapps_com_au", "default_params": { "service": "Blue Mountains City Council" - } + }, + "id": "impactapps_com_au" }, { "title": "Brisbane City Council", "module": "brisbane_qld_gov_au", - "default_params": {} + "default_params": {}, + "id": "brisbane_qld_gov_au" }, { "title": "Burwood City Council", "module": "impactapps_com_au", "default_params": { "service": "Burwood City Council" - } + }, + "id": "impactapps_com_au" }, { "title": "Campbelltown City Council", "module": "app_my_local_services_au", - "default_params": {} + "default_params": {}, + "id": "app_my_local_services_au" }, { "title": "Campbelltown City Council (NSW)", "module": "campbelltown_nsw_gov_au", - "default_params": {} + "default_params": {}, + "id": "campbelltown_nsw_gov_au" }, { "title": "Cardinia Shire Council", "module": "cardinia_vic_gov_au", - "default_params": {} + "default_params": {}, + "id": "cardinia_vic_gov_au" }, { "title": "City of Adelaide", "module": "app_my_local_services_au", - "default_params": {} + "default_params": {}, + "id": "app_my_local_services_au" }, { "title": "City of Ballarat", "module": "ballarat_vic_gov_au", - "default_params": {} + "default_params": {}, + "id": "ballarat_vic_gov_au" }, { "title": "City of Burnside", "module": "app_my_local_services_au", - "default_params": {} + "default_params": {}, + "id": "app_my_local_services_au" }, { "title": "City of Canada Bay Council", "module": "canadabay_nsw_gov_au", - "default_params": {} + "default_params": {}, + "id": "canadabay_nsw_gov_au" }, { "title": "City of Charles Sturt", "module": "app_my_local_services_au", - "default_params": {} + "default_params": {}, + "id": "app_my_local_services_au" }, { "title": "City of Cockburn", "module": "cockburn_wa_gov_au", - "default_params": {} + "default_params": {}, + "id": "cockburn_wa_gov_au" }, { "title": "City of Darebin", "module": "darebin_vic_gov_au", - "default_params": {} + "default_params": {}, + "id": "darebin_vic_gov_au" }, { "title": "City of Greater Geelong", "module": "geelongaustralia_com_au", - "default_params": {} + "default_params": {}, + "id": "geelongaustralia_com_au" }, { "title": "City of Kingston", "module": "kingston_vic_gov_au", - "default_params": {} + "default_params": {}, + "id": "kingston_vic_gov_au" }, { "title": "City of Mitcham", "module": "app_my_local_services_au", - "default_params": {} + "default_params": {}, + "id": "app_my_local_services_au" }, { "title": "City of Mount Gambier", "module": "app_my_local_services_au", - "default_params": {} + "default_params": {}, + "id": "app_my_local_services_au" }, { "title": "City of Norwood Payneham and St Peters", "module": "app_my_local_services_au", - "default_params": {} + "default_params": {}, + "id": "app_my_local_services_au" }, { "title": "City of Onkaparinga", "module": "app_my_local_services_au", - "default_params": {} + "default_params": {}, + "id": "app_my_local_services_au" }, { "title": "City of Onkaparinga Council", "module": "onkaparingacity_com", - "default_params": {} + "default_params": {}, + "id": "onkaparingacity_com" }, { "title": "City of Port Adelaide Enfield", "module": "app_my_local_services_au", - "default_params": {} + "default_params": {}, + "id": "app_my_local_services_au" }, { "title": "City of Prospect", "module": "app_my_local_services_au", - "default_params": {} + "default_params": {}, + "id": "app_my_local_services_au" }, { "title": "City of Ryde (NSW)", "module": "ryde_nsw_gov_au", - "default_params": {} + "default_params": {}, + "id": "ryde_nsw_gov_au" }, { "title": "City of Salisbury", "module": "app_my_local_services_au", - "default_params": {} + "default_params": {}, + "id": "app_my_local_services_au" }, { "title": "City of Wanneroo", "module": "wanneroo_wa_gov_au", - "default_params": {} + "default_params": {}, + "id": "wanneroo_wa_gov_au" }, { "title": "City of West Torrens", "module": "app_my_local_services_au", - "default_params": {} + "default_params": {}, + "id": "app_my_local_services_au" }, { "title": "City of Whyalla", "module": "app_my_local_services_au", - "default_params": {} + "default_params": {}, + "id": "app_my_local_services_au" }, { "title": "Clare and Gilbert Valleys Council", "module": "app_my_local_services_au", - "default_params": {} + "default_params": {}, + "id": "app_my_local_services_au" }, { "title": "Coorong District Council", "module": "app_my_local_services_au", - "default_params": {} + "default_params": {}, + "id": "app_my_local_services_au" }, { "title": "Council of Copper Coast", "module": "app_my_local_services_au", - "default_params": {} + "default_params": {}, + "id": "app_my_local_services_au" }, { "title": "Cowra Council", "module": "impactapps_com_au", "default_params": { "service": "Cowra Council" - } + }, + "id": "impactapps_com_au" }, { "title": "Cumberland Council (NSW)", "module": "cumberland_nsw_gov_au", - "default_params": {} + "default_params": {}, + "id": "cumberland_nsw_gov_au" }, { "title": "District Council of Barunga West", "module": "app_my_local_services_au", - "default_params": {} + "default_params": {}, + "id": "app_my_local_services_au" }, { "title": "District Council of Ceduna", "module": "app_my_local_services_au", - "default_params": {} + "default_params": {}, + "id": "app_my_local_services_au" }, { "title": "District Council of Cleve", "module": "app_my_local_services_au", - "default_params": {} + "default_params": {}, + "id": "app_my_local_services_au" }, { "title": "District Council of Elliston", "module": "app_my_local_services_au", - "default_params": {} + "default_params": {}, + "id": "app_my_local_services_au" }, { "title": "District Council of Loxton Waikerie", "module": "app_my_local_services_au", - "default_params": {} + "default_params": {}, + "id": "app_my_local_services_au" }, { "title": "District Council of Mount Barker", "module": "app_my_local_services_au", - "default_params": {} + "default_params": {}, + "id": "app_my_local_services_au" }, { "title": "District Council of Mount Remarkable", "module": "app_my_local_services_au", - "default_params": {} + "default_params": {}, + "id": "app_my_local_services_au" }, { "title": "District Council of Robe", "module": "app_my_local_services_au", - "default_params": {} + "default_params": {}, + "id": "app_my_local_services_au" }, { "title": "District Council of Streaky Bay", "module": "app_my_local_services_au", - "default_params": {} + "default_params": {}, + "id": "app_my_local_services_au" }, { "title": "Forbes Shire Council", "module": "impactapps_com_au", "default_params": { "service": "Forbes Shire Council" - } + }, + "id": "impactapps_com_au" }, { "title": "Frankston City Council", "module": "frankston_vic_gov_au", - "default_params": {} + "default_params": {}, + "id": "frankston_vic_gov_au" }, { "title": "Gold Coast City Council", "module": "goldcoast_qld_gov_au", - "default_params": {} + "default_params": {}, + "id": "goldcoast_qld_gov_au" }, { "title": "Gwydir Shire Council", "module": "impactapps_com_au", "default_params": { "service": "Gwydir Shire Council" - } + }, + "id": "impactapps_com_au" }, { "title": "Hobsons Bay City Council", "module": "hobsonsbay_vic_gov_au", - "default_params": {} + "default_params": {}, + "id": "hobsonsbay_vic_gov_au" }, { "title": "Hornsby Shire Council", "module": "hornsby_nsw_gov_au", - "default_params": {} + "default_params": {}, + "id": "hornsby_nsw_gov_au" }, { "title": "Hume City Council", "module": "hume_vic_gov_au", - "default_params": {} + "default_params": {}, + "id": "hume_vic_gov_au" }, { "title": "Impact Apps", "module": "impactapps_com_au", - "default_params": {} + "default_params": {}, + "id": "impactapps_com_au" }, { "title": "Inner West Council (NSW)", "module": "innerwest_nsw_gov_au", - "default_params": {} + "default_params": {}, + "id": "innerwest_nsw_gov_au" }, { "title": "Ipswich City Council", "module": "ipswich_qld_gov_au", - "default_params": {} + "default_params": {}, + "id": "ipswich_qld_gov_au" }, { "title": "Knox City Council", "module": "knox_vic_gov_au", - "default_params": {} + "default_params": {}, + "id": "knox_vic_gov_au" }, { "title": "Ku-ring-gai Council", "module": "kuringgai_nsw_gov_au", - "default_params": {} + "default_params": {}, + "id": "kuringgai_nsw_gov_au" }, { "title": "Lake Macquarie City Council", "module": "lakemac_nsw_gov_au", - "default_params": {} + "default_params": {}, + "id": "lakemac_nsw_gov_au" }, { "title": "Light Regional Council", "module": "app_my_local_services_au", - "default_params": {} + "default_params": {}, + "id": "app_my_local_services_au" }, { "title": "Lithgow City Council", "module": "impactapps_com_au", "default_params": { "service": "Lithgow City Council" - } + }, + "id": "impactapps_com_au" }, { "title": "Livingstone Shire Council", "module": "impactapps_com_au", "default_params": { "service": "Livingstone Shire Council" - } + }, + "id": "impactapps_com_au" }, { "title": "Loddon Shire Council", "module": "impactapps_com_au", "default_params": { "service": "Loddon Shire Council" - } + }, + "id": "impactapps_com_au" }, { "title": "Logan City Council", "module": "logan_qld_gov_au", - "default_params": {} + "default_params": {}, + "id": "logan_qld_gov_au" }, { "title": "Macedon Ranges Shire Council", "module": "mrsc_vic_gov_au", - "default_params": {} + "default_params": {}, + "id": "mrsc_vic_gov_au" }, { "title": "Mansfield Shire Council", "module": "mansfield_vic_gov_au", - "default_params": {} + "default_params": {}, + "id": "mansfield_vic_gov_au" }, { "title": "Maribyrnong Council", "module": "maribyrnong_vic_gov_au", - "default_params": {} + "default_params": {}, + "id": "maribyrnong_vic_gov_au" }, { "title": "Maroondah City Council", "module": "maroondah_vic_gov_au", - "default_params": {} + "default_params": {}, + "id": "maroondah_vic_gov_au" }, { "title": "Melton City Council", "module": "melton_vic_gov_au", - "default_params": {} + "default_params": {}, + "id": "melton_vic_gov_au" }, { "title": "Merri-bek City Council", "module": "merri_bek_vic_gov_au", - "default_params": {} + "default_params": {}, + "id": "merri_bek_vic_gov_au" }, { "title": "Mid Murray Council", "module": "app_my_local_services_au", - "default_params": {} + "default_params": {}, + "id": "app_my_local_services_au" }, { "title": "Moira Shire Council", "module": "impactapps_com_au", "default_params": { "service": "Moira Shire Council" - } + }, + "id": "impactapps_com_au" }, { "title": "Moree Plains Shire Council", "module": "impactapps_com_au", "default_params": { "service": "Moree Plains Shire Council" - } + }, + "id": "impactapps_com_au" }, { "title": "Moreton Bay", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_moretonbay_qld_gov_au" }, { "title": "Mosman Council", "module": "mosman_nsw_gov_au", - "default_params": {} + "default_params": {}, + "id": "mosman_nsw_gov_au" }, { "title": "Naracoorte Lucindale Council", "module": "app_my_local_services_au", - "default_params": {} + "default_params": {}, + "id": "app_my_local_services_au" }, { "title": "Nillumbik Shire Council", "module": "nillumbik_vic_gov_au", - "default_params": {} + "default_params": {}, + "id": "nillumbik_vic_gov_au" }, { "title": "North Adelaide Waste Management Authority", "module": "nawma_sa_gov_au", - "default_params": {} + "default_params": {}, + "id": "nawma_sa_gov_au" }, { "title": "Northern Areas Council", "module": "app_my_local_services_au", - "default_params": {} + "default_params": {}, + "id": "app_my_local_services_au" }, { "title": "Penrith City Council", "module": "impactapps_com_au", "default_params": { "service": "Penrith City Council" - } + }, + "id": "impactapps_com_au" }, { "title": "Port Adelaide Enfield, South Australia", "module": "portenf_sa_gov_au", - "default_params": {} + "default_params": {}, + "id": "portenf_sa_gov_au" }, { "title": "Port Augusta City Council", "module": "app_my_local_services_au", - "default_params": {} + "default_params": {}, + "id": "app_my_local_services_au" }, { "title": "Port Macquarie Hastings Council", "module": "impactapps_com_au", "default_params": { "service": "Port Macquarie Hastings Council" - } + }, + "id": "impactapps_com_au" }, { "title": "Port Pirie Regional Council", "module": "app_my_local_services_au", - "default_params": {} + "default_params": {}, + "id": "app_my_local_services_au" }, { "title": "Port Stephens Council", "module": "portstephens_nsw_gov_au", - "default_params": {} + "default_params": {}, + "id": "portstephens_nsw_gov_au" }, { "title": "Queanbeyan-Palerang Regional Council", "module": "impactapps_com_au", "default_params": { "service": "Queanbeyan-Palerang Regional Council" - } + }, + "id": "impactapps_com_au" }, { "title": "RecycleSmart", "module": "recyclesmart_com", - "default_params": {} + "default_params": {}, + "id": "recyclesmart_com" }, { "title": "Redland City Council (QLD)", "module": "redland_qld_gov_au", - "default_params": {} + "default_params": {}, + "id": "redland_qld_gov_au" }, { "title": "Regional Council of Goyder", "module": "app_my_local_services_au", - "default_params": {} + "default_params": {}, + "id": "app_my_local_services_au" }, { "title": "Renmark Paringa Council", "module": "app_my_local_services_au", - "default_params": {} + "default_params": {}, + "id": "app_my_local_services_au" }, { "title": "Rural City of Murray Bridge", "module": "app_my_local_services_au", - "default_params": {} + "default_params": {}, + "id": "app_my_local_services_au" }, { "title": "Shellharbour City Council", "module": "shellharbourwaste_com_au", - "default_params": {} + "default_params": {}, + "id": "shellharbourwaste_com_au" }, { "title": "Singleton Council", "module": "impactapps_com_au", "default_params": { "service": "Singleton Council" - } + }, + "id": "impactapps_com_au" }, { "title": "Snowy Valleys Council", "module": "impactapps_com_au", "default_params": { "service": "Snowy Valleys Council" - } + }, + "id": "impactapps_com_au" }, { "title": "South Burnett Regional Council", "module": "impactapps_com_au", "default_params": { "service": "South Burnett Regional Council" - } + }, + "id": "impactapps_com_au" }, { "title": "Southern Mallee District Council", "module": "app_my_local_services_au", - "default_params": {} + "default_params": {}, + "id": "app_my_local_services_au" }, { "title": "Stirling", "module": "stirling_wa_gov_au", - "default_params": {} + "default_params": {}, + "id": "stirling_wa_gov_au" }, { "title": "Stonnington City Council", "module": "stonnington_vic_gov_au", - "default_params": {} + "default_params": {}, + "id": "stonnington_vic_gov_au" }, { "title": "The Flinders Ranges Council", "module": "app_my_local_services_au", - "default_params": {} + "default_params": {}, + "id": "app_my_local_services_au" }, { "title": "The Hawkesbury City Council, Sydney", "module": "hawkesbury_nsw_gov_au", - "default_params": {} + "default_params": {}, + "id": "hawkesbury_nsw_gov_au" }, { "title": "The Hills Shire Council, Sydney", "module": "thehills_nsw_gov_au", - "default_params": {} + "default_params": {}, + "id": "thehills_nsw_gov_au" }, { "title": "Town of Victoria Park", "module": "victoriapark_wa_gov_au", - "default_params": {} + "default_params": {}, + "id": "victoriapark_wa_gov_au" }, { "title": "Town of Walkerville", "module": "app_my_local_services_au", - "default_params": {} + "default_params": {}, + "id": "app_my_local_services_au" }, { "title": "Townsville", "module": "townsville_qld_gov_au", - "default_params": {} + "default_params": {}, + "id": "townsville_qld_gov_au" }, { "title": "Unley City Council (SA)", "module": "unley_sa_gov_au", - "default_params": {} + "default_params": {}, + "id": "unley_sa_gov_au" }, { "title": "Wakefield Regional Council", "module": "app_my_local_services_au", - "default_params": {} + "default_params": {}, + "id": "app_my_local_services_au" }, { "title": "Wellington Shire Council", "module": "impactapps_com_au", "default_params": { "service": "Wellington Shire Council" - } + }, + "id": "impactapps_com_au" }, { "title": "Whitehorse City Counfil", "module": "whitehorse_vic_gov_au", - "default_params": {} + "default_params": {}, + "id": "whitehorse_vic_gov_au" }, { "title": "Whittlesea City Council", "module": "whittlesea_vic_gov_au", - "default_params": {} + "default_params": {}, + "id": "whittlesea_vic_gov_au" }, { "title": "Wollondilly Shire Council", "module": "wollondilly_nsw_gov_au", - "default_params": {} + "default_params": {}, + "id": "wollondilly_nsw_gov_au" }, { "title": "Wollongong City Council", "module": "wollongongwaste_com_au", - "default_params": {} + "default_params": {}, + "id": "wollongongwaste_com_au" }, { "title": "Wyndham City Council, Melbourne", "module": "wyndham_vic_gov_au", - "default_params": {} + "default_params": {}, + "id": "wyndham_vic_gov_au" }, { "title": "Yankalilla District Council", "module": "app_my_local_services_au", - "default_params": {} + "default_params": {}, + "id": "app_my_local_services_au" }, { "title": "Yarra Ranges Council", "module": "yarra_ranges_vic_gov_au", - "default_params": {} + "default_params": {}, + "id": "yarra_ranges_vic_gov_au" }, { "title": "Yorke Peninsula Council", "module": "app_my_local_services_au", - "default_params": {} + "default_params": {}, + "id": "app_my_local_services_au" } ], "Austria": [ @@ -662,2704 +785,3218 @@ "module": "umweltverbaende_at", "default_params": { "district": "hollabrunn" - } + }, + "id": "umweltverbaende_at" }, { "title": "Abfallverband Korneuburg", "module": "umweltverbaende_at", "default_params": { "district": "korneuburg" - } + }, + "id": "umweltverbaende_at" }, { "title": "Abfallverband Schwechat", "module": "umweltverbaende_at", "default_params": { "district": "schwechat" - } + }, + "id": "umweltverbaende_at" }, { "title": "Abfallwirtschaft der Stadt St. P\u00f6lten", "module": "ics", "default_params": { "split_at": " & " - } + }, + "id": "ics_st-poelten_at" }, { "title": "Abfallwirtschaft Stadt Krems", "module": "umweltverbaende_at", "default_params": { "district": "kremsstadt" - } + }, + "id": "umweltverbaende_at" }, { "title": "Absdorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Afritz am See", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Alpbach", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Altenmarkt an der Triesting", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Althofen", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Andau", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Andrichsfurt", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Angath", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Apetlon", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "App CITIES", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Arnoldstein", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Aschau im Zillertal", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "AWV Neunkirchen", "module": "umweltverbaende_at", "default_params": { "district": "neunkirchen" - } + }, + "id": "umweltverbaende_at" }, { "title": "AWV Wr. Neustadt", "module": "umweltverbaende_at", "default_params": { "district": "wrneustadt" - } + }, + "id": "umweltverbaende_at" }, { "title": "Bad Blumau", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Bad Fischau-Brunn", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Bad Gleichenberg", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Bad H\u00e4ring", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Bad Kleinkirchheim", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Bad Loipersdorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Bad Radkersburg", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Bad Schallerbach", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Bad Tatzmannsdorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Bad Waltersdorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Baldramsdorf", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Behamberg", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Berg im Drautal", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Berndorf bei Salzburg", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Bernstein", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Bildein", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Birkfeld", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Blindenmarkt", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Brandenberg", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Breitenbach am Inn", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Breitenbrunn am Neusiedler See", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Breitenstein", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Bromberg", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Bruckneudorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Buch - St. Magdalena", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Burgau", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Burgauberg-Neudauberg", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Burgenl\u00e4ndischer M\u00fcllverband", "module": "bmv_at", - "default_params": {} + "default_params": {}, + "id": "bmv_at" }, { "title": "Burgschleinitz-K\u00fchnring", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "B\u00fcrg-V\u00f6stenhof", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Dechantskirchen", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Dellach", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Dellach im Drautal", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Deutsch Goritz", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Deutsch Jahrndorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Deutsch Kaltenbrunn", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Deutschkreutz", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Die N\u00d6 Umweltverb\u00e4nde", "module": "umweltverbaende_at", - "default_params": {} + "default_params": {}, + "id": "umweltverbaende_at" }, { "title": "Dobl-Zwaring", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Drasenhofen", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Dra\u00dfmarkt", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Ebenthal in K\u00e4rnten", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Eberau", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Eberndorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Ebersdorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Eberstein", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Edelsbach bei Feldbach", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Eggenburg", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Eggersdorf bei Graz", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Eichgraben", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Eisenstadt", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Enzenreith", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Eugendorf", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Fehring", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Feistritz im Rosental", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Feistritz ob Bleiburg", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Feistritztal", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Feldbach", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Feldkirchen in K\u00e4rnten", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Feldkirchen in K\u00e4rnten", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Ferlach", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Ferndorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Ferndorf", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Finkenstein am Faaker See", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Frankenau-Unterpullendorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Frankenfels", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Frauenkirchen", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Frauenstein", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Freistadt", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Fresach", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Friedberg", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Frohnleiten", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "F\u00fcrstenfeld", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Gabersdorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "GABL", "module": "umweltverbaende_at", "default_params": { "district": "bruck" - } + }, + "id": "umweltverbaende_at" }, { "title": "Gattendorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "GAUL Laa an der Thaya", "module": "umweltverbaende_at", "default_params": { "district": "laa" - } + }, + "id": "umweltverbaende_at" }, { "title": "GAUM Mistelbach", "module": "umweltverbaende_at", "default_params": { "district": "mistelbach" - } + }, + "id": "umweltverbaende_at" }, { "title": "GDA Amstetten", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_gda_gv_at" }, { "title": "Gemeindeverband Horn", "module": "umweltverbaende_at", "default_params": { "district": "horn" - } + }, + "id": "umweltverbaende_at" }, { "title": "Gersdorf an der Feistritz", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Gitschtal", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Gitschtal", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Globasnitz", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Gm\u00fcnd in K\u00e4rnten", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Gols", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Grafendorf bei Hartberg", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Grafenschachen", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Grafenstein", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Grafenstein", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Gratkorn", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Gratwein-Stra\u00dfengel", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Greifenburg", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Gro\u00dfkirchheim", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Gro\u00dfsteinbach", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Gro\u00dfwarasdorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Gro\u00dfwilfersdorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Gr\u00f6dig", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Gutenberg", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Guttaring", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "GV Gm\u00fcnd", "module": "umweltverbaende_at", "default_params": { "district": "gmuend" - } + }, + "id": "umweltverbaende_at" }, { "title": "GV Krems", "module": "umweltverbaende_at", "default_params": { "district": "krems" - } + }, + "id": "umweltverbaende_at" }, { "title": "GV Zwettl", "module": "umweltverbaende_at", "default_params": { "district": "zwettl" - } + }, + "id": "umweltverbaende_at" }, { "title": "GVA Baden", "module": "baden_umweltverbaende_at", - "default_params": {} + "default_params": {}, + "id": "baden_umweltverbaende_at" }, { "title": "GVA Baden", "module": "umweltverbaende_at", "default_params": { "district": "baden" - } + }, + "id": "umweltverbaende_at" }, { "title": "GVA Lilienfeld", "module": "umweltverbaende_at", "default_params": { "district": "lilienfeld" - } + }, + "id": "umweltverbaende_at" }, { "title": "GVA M\u00f6dling", "module": "umweltverbaende_at", "default_params": { "district": "moedling" - } + }, + "id": "umweltverbaende_at" }, { "title": "GVA Tulln", "module": "umweltverbaende_at", "default_params": { "district": "tulln" - } + }, + "id": "umweltverbaende_at" }, { "title": "GVA Waidhofen/Thaya", "module": "umweltverbaende_at", "default_params": { "district": "waidhofen" - } + }, + "id": "umweltverbaende_at" }, { "title": "GVU Bezirk G\u00e4nserndorf", "module": "umweltverbaende_at", "default_params": { "district": "gaenserndorf" - } + }, + "id": "umweltverbaende_at" }, { "title": "GVU Melk", "module": "umweltverbaende_at", "default_params": { "district": "melk" - } + }, + "id": "umweltverbaende_at" }, { "title": "GVU Scheibbs", "module": "scheibbs_umweltverbaende_at", - "default_params": {} + "default_params": {}, + "id": "scheibbs_umweltverbaende_at" }, { "title": "GVU Scheibbs", "module": "umweltverbaende_at", "default_params": { "district": "scheibbs" - } + }, + "id": "umweltverbaende_at" }, { "title": "GVU St. P\u00f6lten", "module": "umweltverbaende_at", "default_params": { "district": "stpoeltenland" - } + }, + "id": "umweltverbaende_at" }, { "title": "G\u00fcssing", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "G\u00fcttenbach", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Haag am Hausruck", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Hagenberg im M\u00fchlkreis", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Hannersdorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Hartberg", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Heiligenblut am Gro\u00dfglockner", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Heiligenkreuz", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Heiligenkreuz am Waasen", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Heimschuh", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Heldenberg", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Henndorf am Wallersee", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Henndorf am Wallersee", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Hermagor-Pressegger See", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Heugraben", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Hirm", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Hofst\u00e4tten an der Raab", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Hopfgarten im Brixental", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Horitschon", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Horn", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Hornstein", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "H\u00fcttenberg", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Ilz", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Ilztal", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "infeo", "module": "infeo_at", - "default_params": {} + "default_params": {}, + "id": "infeo_at" }, { "title": "Innsbrucker Kommunalbetriebe", "module": "infeo_at", "default_params": { "customer": "ikb" - } + }, + "id": "infeo_at" }, { "title": "Inzenhof", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Irschen", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Jabing", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Jagerberg", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Kaindorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Kaisersdorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Kalsdorf bei Graz", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Kapfenstein", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Kemeten", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Keutschach am See", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Kirchbach", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Kirchbach-Zerlach", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Kirchberg an der Raab", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Kirchbichl", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Kirchdorf in Tirol", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Kittsee", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Klagenfurt am W\u00f6rthersee", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Kleblach-Lind", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Kleinm\u00fcrbisch", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Klingenbach", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Klosterneuburg", "module": "umweltverbaende_at", "default_params": { "district": "klosterneuburg" - } + }, + "id": "umweltverbaende_at" }, { "title": "Kl\u00f6ch", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Kobersdorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Kohfidisch", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Korneuburg", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Krems in K\u00e4rnten", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Krensdorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Krumpendorf am W\u00f6rthersee", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Kuchl", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Kundl", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "K\u00f6ssen", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "K\u00f6stendorf", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "K\u00f6tschach-Mauthen", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "K\u00f6tschach-Mauthen", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "K\u00f6ttmannsdorf", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Laa an der Thaya", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Lackenbach", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Lackendorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Langau", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Langenrohr", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Langenzersdorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Leibnitz", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Leithaprodersdorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Lendorf", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Leoben", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Lesachtal", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Leutschach an der Weinstra\u00dfe", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Lieboch", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Linz AG", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_linzag_at" }, { "title": "Litzelsdorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Loipersbach im Burgenland", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Ludersdorf - Wilfersdorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Ludmannsdorf", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Lurnfeld", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Magdalensberg", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Mallnitz", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Malta", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Maria Rain", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Maria Saal", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Maria W\u00f6rth", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Mariasdorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Markt Allhau", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Markt Hartmannsdorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Markt Neuhodis", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Markt Piesting Dreistetten", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_piesting_at" }, { "title": "Markt Piesting-Dreistetten", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Marktgemeinde Edlitz", "module": "edlitz_at", - "default_params": {} + "default_params": {}, + "id": "edlitz_at" }, { "title": "Marktgemeinde Lockenhaus", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Marz", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Mattersburg", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Mattsee", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Mayer Recycling", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_mayer_recycling_at" }, { "title": "Meiseldorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Melk", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Mettersdorf am Sa\u00dfbach", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Miesenbach", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Millstatt", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Mischendorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Mistelbach", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Mitterdorf an der Raab", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Moosburg", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Mureck", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "M\u00f6nchhof", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "M\u00f6rbisch am See", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "M\u00f6rtschach", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "M\u00fchldorf", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "M\u00fcll App", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "M\u00fcnster", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Neudau", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Neudorf bei Parndorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Neud\u00f6rfl", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Neufeld an der Leitha", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Neumarkt am Wallersee", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Neusiedl am See", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Neustift bei G\u00fcssing", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Nickelsdorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Niederneukirchen", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Ober-Grafendorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Oberdrauburg", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Oberndorf in Tirol", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Oberpullendorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Obersch\u00fctzen", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Obertrum am See", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Oberwart", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Oslip", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Ottendorf an der Rittschein", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Ottobrunn", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Paldau", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Pama", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Pamhagen", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Parndorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Paternion", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Payerbach", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Peggau", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Pernegg an der Mur", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Pernegg im Waldviertel", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Perschling", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Pfarrwerfen", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Pilgersdorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Pinggau", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Pinkafeld", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Pischelsdorf am Kulm", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Podersdorf am See", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Poggersdorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Poggersdorf", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Pottenstein", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Potzneusiedl", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Poysdorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Pregarten", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Premst\u00e4tten", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "P\u00f6chlarn", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "P\u00f6rtschach am W\u00f6rther See", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Raach am Hochgebirge", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Raasdorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Radenthein", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Radfeld", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Radmer", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Ragnitz", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Raiding", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Ramsau im Zillertal", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Rangersdorf", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Rechnitz", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Reichenau", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Reichenau an der Rax", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Reichenfels", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Reith im Alpbachtal", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Rei\u00dfeck", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Rennweg am Katschberg", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Rohr bei Hartberg", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Rohr im Burgenland", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Rottenbach", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Rudersdorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Rust", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Saalfelden am Steinernen Meer", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Sachsenburg", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Sankt Georgen an der Stiefing", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Sankt Gilgen", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Sankt Oswald bei Plankenwarth", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Schiefling am W\u00f6rthersee", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Schleedorf", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Schlins", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Schrattenberg", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Schwadorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Schwarzenbach an der Pielach", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Schwaz", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Schwoich", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Sch\u00e4ffern", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Sch\u00fctzen am Gebirge", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Seeboden", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Seeham", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Seekirchen am Wallersee", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Seiersberg-Pirka", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Siegendorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Sigle\u00df", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Sigmundsherberg", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Sinabelkirchen", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Spittal an der Drau", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "St. Andr\u00e4", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "St. Andr\u00e4", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "St. Andr\u00e4 am Zicksee", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "St. Anna am Aigen", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "St. Egyden am Steinfeld", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "St. Florian bei Linz", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "St. Georgen an der Leys", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "St. Jakob im Rosental", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "St. Jakob im Rosental", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "St. Johann in der Haide", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "St. Johann in Tirol", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "St. Konrad", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "St. Lorenzen am Wechsel", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "St. Margareten im Rosental", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "St. Margarethen an der Raab", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "St. Margarethen im Burgenland", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "St. Martin im Innkreis", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "St. Peter - Freienstein", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "St. Peter am Ottersbach", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "St. Ruprecht an der Raab", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "St. Symvaro", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "St. Veit in der S\u00fcdsteiermark", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Stadt Salzburg", "module": "infeo_at", "default_params": { "customer": "salzburg" - } + }, + "id": "infeo_at" }, { "title": "Stadtgemeinde Traiskirchen", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_traiskirchen_gv_at" }, { "title": "Stadtservice Korneuburg", "module": "korneuburg_stadtservice_at", - "default_params": {} + "default_params": {}, + "id": "korneuburg_stadtservice_at" }, { "title": "Stall", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Statzendorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Stegersbach", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Steinbrunn", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Steinfeld", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Steuerberg", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Stinatz", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Stiwoll", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Stockenboi", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Stockerau", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Straden", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Strass im Zillertal", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Stra\u00df in Steiermark", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Stra\u00dfwalchen", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Stubenberg", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "St\u00f6ssing", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "S\u00f6chau", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "S\u00f6ll", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Tadten", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Tattendorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Taufkirchen an der Trattnach", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Techelsberg am W\u00f6rther See", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Thal", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Tieschen", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Tobaj", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Trebesing", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Treffen am Ossiacher See", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Tulln an der Donau", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Umweltprofis", "module": "data_umweltprofis_at", - "default_params": {} + "default_params": {}, + "id": "data_umweltprofis_at" }, { "title": "Umweltv", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_abfallv_zerowaste_io" }, { "title": "Unterfrauenhaid", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Unterkohlst\u00e4tten", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Unterlamm", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Unterwart", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Vasoldsberg", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Velden am W\u00f6rther See", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Villach", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Villach", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Vordernberg", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Vorderstoder", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "V\u00f6lkermarkt", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "V\u00f6lkermarkt", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Walpersbach", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Wartberg ob der Aist", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Wattens", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Weiden am See", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Weitersfeld", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Weiz", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Wei\u00dfenkirchen in der Wachau", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Wei\u00dfensee", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Weppersdorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Werfenweng", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Wies", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Wiesen", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Wiesfleck", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Wiesmath", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Wimpassing an der Leitha", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Winden am See", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Winklarn", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Winklern", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Wolfau", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Wolfsberg", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Wolfsberg", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Wolkersdorf im Weinviertel", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "WSZ Moosburg", "module": "wsz_moosburg_at", - "default_params": {} + "default_params": {}, + "id": "wsz_moosburg_at" }, { "title": "Wulkaprodersdorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "W\u00f6rterberg", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Zagersdorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Zelking-Matzleinsdorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Zell", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Zell am Ziller", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Zellberg", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_muellapp_com" }, { "title": "Zillingtal", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Zurndorf", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "Zwischenwasser", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" }, { "title": "\u00dcbelbach", "module": "citiesapps_com", - "default_params": {} + "default_params": {}, + "id": "citiesapps_com" } ], "Belgium": [ { "title": "Hygea", "module": "hygea_be", - "default_params": {} + "default_params": {}, + "id": "hygea_be" }, { "title": "Limburg.net", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_limburg_net" }, { "title": "Recycle!", "module": "recycleapp_be", - "default_params": {} + "default_params": {}, + "id": "recycleapp_be" } ], "Canada": [ { "title": "Aurora (ON)", "module": "recyclecoach_com", - "default_params": {} + "default_params": {}, + "id": "recyclecoach_com" }, { "title": "Calgary (AB)", "module": "calgary_ca", - "default_params": {} + "default_params": {}, + "id": "calgary_ca" }, { "title": "Calgary, AB", "module": "ics", "default_params": { "split_at": "\\, (?:and )?|(?: and )" - } + }, + "id": "ics_recollect" }, { "title": "City of Edmonton, AB", "module": "ics", "default_params": { "split_at": "\\, (?:and )?|(?: and )" - } + }, + "id": "ics_recollect" }, { "title": "City of Greater Sudbury, ON", "module": "ics", "default_params": { "split_at": "\\, (?:and )?|(?: and )" - } + }, + "id": "ics_recollect" }, { "title": "City of Nanaimo", "module": "ics", "default_params": { "split_at": "\\, (?:and )?|(?: and )" - } + }, + "id": "ics_recollect" }, { "title": "City of Peterborough, ON", "module": "ics", "default_params": { "split_at": "\\, (?:and )?|(?: and )" - } + }, + "id": "ics_recollect" }, { "title": "City of Vancouver", "module": "ics", "default_params": { "split_at": "\\, (?:and )?|(?: and )" - } + }, + "id": "ics_recollect" }, { "title": "County of Simcoe, ON", "module": "ics", "default_params": { "split_at": "\\, (?:and )?|(?: and )" - } + }, + "id": "ics_recollect" }, { "title": "CURBit St. John's", "module": "ics", "default_params": { "split_at": "\\, (?:and )?|(?: and )" - } + }, + "id": "ics_recollect" }, { "title": "Halifax, NS", "module": "ics", "default_params": { "split_at": "\\, (?:and )?|(?: and )" - } + }, + "id": "ics_recollect" }, { "title": "Kawartha Lakes (ON)", "module": "recyclecoach_com", - "default_params": {} + "default_params": {}, + "id": "recyclecoach_com" }, { "title": "London (ON)", "module": "recyclecoach_com", - "default_params": {} + "default_params": {}, + "id": "recyclecoach_com" }, { "title": "Montreal (QC)", "module": "montreal_ca", - "default_params": {} + "default_params": {}, + "id": "montreal_ca" }, { "title": "Niagara Region", "module": "ics", "default_params": { "split_at": "\\, (?:and )?|(?: and )" - } + }, + "id": "ics_recollect" }, { "title": "Orillia, Ontario", "module": "orillia_ca", - "default_params": {} + "default_params": {}, + "id": "orillia_ca" }, { "title": "Ottawa, Canada", "module": "ics", "default_params": { "split_at": "\\, (?:and )?|(?: and )" - } + }, + "id": "ics_recollect" }, { "title": "Peel Region, ON", "module": "ics", "default_params": { "split_at": "\\, (?:and )?|(?: and )" - } + }, + "id": "ics_recollect" }, { "title": "Region of Waterloo", "module": "ics", "default_params": { "split_at": "\\, (?:and )?|(?: and )" - } + }, + "id": "ics_recollect" }, { "title": "RM of Morris, MB", "module": "ics", "default_params": { "split_at": "\\, (?:and )?|(?: and )" - } + }, + "id": "ics_recollect" }, { "title": "Strathcona County, ON", "module": "ics", "default_params": { "split_at": "\\, (?:and )?|(?: and )" - } + }, + "id": "ics_recollect" }, { "title": "Toronto (ON)", "module": "toronto_ca", - "default_params": {} + "default_params": {}, + "id": "toronto_ca" }, { "title": "Vaughan (ON)", "module": "recyclecoach_com", - "default_params": {} + "default_params": {}, + "id": "recyclecoach_com" }, { "title": "Waste Wise APPS", "module": "ics", "default_params": { "split_at": "\\, (?:and )?|(?: and )" - } + }, + "id": "ics_recollect" }, { "title": "Winnipeg (MB)", "module": "myutility_winnipeg_ca", - "default_params": {} + "default_params": {}, + "id": "myutility_winnipeg_ca" } ], "Czech Republic": [ { "title": "Praha", "module": "api_golemio_cz", - "default_params": {} + "default_params": {}, + "id": "api_golemio_cz" }, { "title": "Rudna u Prahy", "module": "mestorudna_cz", - "default_params": {} + "default_params": {}, + "id": "mestorudna_cz" } ], "Denmark": [ { "title": "Affaldonline", "module": "affaldonline_dk", - "default_params": {} + "default_params": {}, + "id": "affaldonline_dk" }, { "title": "Assens Forsyning", "module": "affaldonline_dk", "default_params": { "municipality": "assens" - } + }, + "id": "affaldonline_dk" }, { "title": "Fan\u00f8 Kommune", "module": "affaldonline_dk", "default_params": { "municipality": "fanoe" - } + }, + "id": "affaldonline_dk" }, { "title": "Favrskov Forsyning", "module": "affaldonline_dk", "default_params": { "municipality": "favrskov" - } + }, + "id": "affaldonline_dk" }, { "title": "Fredericia Kommune Affald & Genbrug", "module": "affaldonline_dk", "default_params": { "municipality": "fredericia" - } + }, + "id": "affaldonline_dk" }, { "title": "Kredsl\u00f8b", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_kredslob_dk" }, { "title": "Langeland Forsyning", "module": "affaldonline_dk", "default_params": { "municipality": "langeland" - } + }, + "id": "affaldonline_dk" }, { "title": "Middelfart Kommune", "module": "affaldonline_dk", "default_params": { "municipality": "middelfart" - } + }, + "id": "affaldonline_dk" }, { "title": "Nyborg Forsyning & Service A/S", "module": "affaldonline_dk", "default_params": { "municipality": "nyborg" - } + }, + "id": "affaldonline_dk" }, { "title": "Odense Renovation", "module": "odenserenovation_dk", - "default_params": {} + "default_params": {}, + "id": "odenserenovation_dk" }, { "title": "Rebild Kommune", "module": "affaldonline_dk", "default_params": { "municipality": "rebild" - } + }, + "id": "affaldonline_dk" }, { "title": "Reno Djurs", "module": "renodjurs_dk", - "default_params": {} + "default_params": {}, + "id": "renodjurs_dk" }, { "title": "Renosyd", "module": "renosyd_dk", - "default_params": {} + "default_params": {}, + "id": "renosyd_dk" }, { "title": "RenoWeb", "module": "renoweb_dk", - "default_params": {} + "default_params": {}, + "id": "renoweb_dk" }, { "title": "Silkeborg Forsyning", "module": "affaldonline_dk", "default_params": { "municipality": "silkeborg" - } + }, + "id": "affaldonline_dk" }, { "title": "Sor\u00f8 Kommune", "module": "affaldonline_dk", "default_params": { "municipality": "soroe" - } + }, + "id": "affaldonline_dk" }, { "title": "Vejle Kommune", "module": "affaldonline_dk", "default_params": { "municipality": "vejle" - } + }, + "id": "affaldonline_dk" }, { "title": "Vestforbr\u00e6nding", "module": "vestfor_dk", - "default_params": {} + "default_params": {}, + "id": "vestfor_dk" }, { "title": "\u00c6r\u00f8 Kommune", "module": "affaldonline_dk", "default_params": { "municipality": "aeroe" - } + }, + "id": "affaldonline_dk" } ], "Finland": [ { "title": "Kiertokapula Finland", "module": "kiertokapula_fi", - "default_params": {} + "default_params": {}, + "id": "kiertokapula_fi" } ], "France": [ { "title": "Mairie de Mamirolle", "module": "mamirolle_info", - "default_params": {} + "default_params": {}, + "id": "mamirolle_info" }, { "title": "Sivom Rive Droite - Bassens", "module": "sivom_rivedroite_fr", - "default_params": {} + "default_params": {}, + "id": "sivom_rivedroite_fr" } ], "Generic": [ { "title": "ICS", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics" }, { "title": "Static Source", "module": "static", - "default_params": {} + "default_params": {}, + "id": "static" } ], "Germany": [ { "title": "Aballwirtschaft Ludwigslust-Parchim A\u00f6R", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_alp_lup_de" }, { "title": "Abfall App", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_abfall_app_net" }, { "title": "Abfall IO ICS Version", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_abfall_io_ics" }, { "title": "Abfall Stuttgart", "module": "stuttgart_de", - "default_params": {} + "default_params": {}, + "id": "stuttgart_de" }, { "title": "Abfall-Wirtschafts-Verband Nordschwaben", "module": "awido_de", "default_params": { "customer": "awv-nordschwaben" - } + }, + "id": "awido_de" }, { "title": "Abfall.IO / AbfallPlus", "module": "abfall_io", - "default_params": {} + "default_params": {}, + "id": "abfall_io" }, { "title": "Abfallbehandlungsgesellschaft Havelland mbH (abh)", "module": "abfall_havelland_de", - "default_params": {} + "default_params": {}, + "id": "abfall_havelland_de" }, { "title": "Abfallbewirtschaftung Ostalbkreis", "module": "abfall_io", "default_params": { "key": "3ca331fb42d25e25f95014693ebcf855" - } + }, + "id": "abfall_io" }, { "title": "Abfallentsorgung Kreis Kassel", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_abfall_kreis_kassel_de" }, { "title": "Abfallkalender Hattingen", "module": "insert_it_de", - "default_params": {} + "default_params": {}, + "id": "insert_it_de" }, { "title": "Abfallkalender Herne", "module": "insert_it_de", - "default_params": {} + "default_params": {}, + "id": "insert_it_de" }, { "title": "Abfallkalender Kassel", "module": "insert_it_de", - "default_params": {} + "default_params": {}, + "id": "insert_it_de" }, { "title": "Abfallkalender Luebeck", "module": "insert_it_de", - "default_params": {} + "default_params": {}, + "id": "insert_it_de" }, { "title": "Abfallkalender Mannheim", "module": "insert_it_de", - "default_params": {} + "default_params": {}, + "id": "insert_it_de" }, { "title": "Abfallkalender Offenbach", "module": "insert_it_de", - "default_params": {} + "default_params": {}, + "id": "insert_it_de" }, { "title": "Abfallkalender Offenbach am Main (deprecated)", "module": "offenbach_de", - "default_params": {} + "default_params": {}, + "id": "offenbach_de" }, { "title": "Abfallkalender W\u00fcrzburg", "module": "wuerzburg_de", - "default_params": {} + "default_params": {}, + "id": "wuerzburg_de" }, { "title": "AbfallNavi (RegioIT.de)", "module": "abfallnavi_de", - "default_params": {} + "default_params": {}, + "id": "abfallnavi_de" }, { "title": "Abfalltermine Forchheim", "module": "abfalltermine_forchheim_de", - "default_params": {} + "default_params": {}, + "id": "abfalltermine_forchheim_de" }, { "title": "Abfallwirtschaft Alb-Donau-Kreis", "module": "buergerportal_de", "default_params": { "operator": "alb_donau" - } + }, + "id": "buergerportal_de" }, { "title": "Abfallwirtschaft Altkreis G\u00f6ttingen", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.lkgoettingen" - } + }, + "id": "app_abfallplus_de" }, { "title": "Abfallwirtschaft Altkreis Osterode am Harz", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.lkgoettingen" - } + }, + "id": "app_abfallplus_de" }, { "title": "Abfallwirtschaft Dithmarschen (AWD)", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_awd_online_de" }, { "title": "Abfallwirtschaft Enzkreis", @@ -3369,128 +4006,150 @@ "params": { "ICS_DOWNLOAD": "3def184ad8f4755ff269862ea77393dd" } - } + }, + "id": "ics_entsorgung_regional_de" }, { "title": "Abfallwirtschaft Freiburg", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_abfallwirtschaft_freiburg_de" }, { "title": "Abfallwirtschaft Germersheim", "module": "abfallwirtschaft_germersheim_de", - "default_params": {} + "default_params": {}, + "id": "abfallwirtschaft_germersheim_de" }, { "title": "Abfallwirtschaft Isar-Inn", "module": "awido_de", "default_params": { "customer": "awv-isar-inn" - } + }, + "id": "awido_de" }, { "title": "Abfallwirtschaft Kreis Pl\u00f6n", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_kreis_ploen_de" }, { "title": "Abfallwirtschaft Lahn-Dill-Kreises", "module": "awido_de", "default_params": { "customer": "awld" - } + }, + "id": "awido_de" }, { "title": "Abfallwirtschaft Landkreis B\u00f6blingen", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_abfall_io_ics" }, { "title": "Abfallwirtschaft Landkreis Freudenstadt", "module": "abfall_io", "default_params": { "key": "595f903540a36fe8610ec39aa3a06f6a" - } + }, + "id": "abfall_io" }, { "title": "Abfallwirtschaft Landkreis G\u00f6ppingen", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_abfall_io_ics" }, { "title": "Abfallwirtschaft Landkreis Harburg", "module": "aw_harburg_de", - "default_params": {} + "default_params": {}, + "id": "aw_harburg_de" }, { "title": "Abfallwirtschaft Landkreis Ha\u00dfberge", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_awhas_de" }, { "title": "Abfallwirtschaft Landkreis Kitzingen", "module": "abfall_io", "default_params": { "key": "594f805eb33677ad5bc645aeeeaf2623" - } + }, + "id": "abfall_io" }, { "title": "Abfallwirtschaft Landkreis Landsberg am Lech", "module": "abfall_io", "default_params": { "key": "7df877d4f0e63decfb4d11686c54c5d6" - } + }, + "id": "abfall_io" }, { "title": "Abfallwirtschaft Landkreis Wolfenb\u00fcttel", "module": "alw_wf_de", - "default_params": {} + "default_params": {}, + "id": "alw_wf_de" }, { "title": "Abfallwirtschaft Neckar-Odenwald-Kreis", "module": "awn_de", - "default_params": {} + "default_params": {}, + "id": "awn_de" }, { "title": "Abfallwirtschaft N\u00fcrnberger Land", "module": "nuernberger_land_de", - "default_params": {} + "default_params": {}, + "id": "nuernberger_land_de" }, { "title": "Abfallwirtschaft Ortenaukreis", "module": "abfall_io", "default_params": { "key": "bb296b78763112266a391990f803f032" - } + }, + "id": "abfall_io" }, { "title": "Abfallwirtschaft Pforzheim", "module": "abfallwirtschaft_pforzheim_de", - "default_params": {} + "default_params": {}, + "id": "abfallwirtschaft_pforzheim_de" }, { "title": "Abfallwirtschaft Potsdam-Mittelmark (APM)", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_apm_de" }, { "title": "Abfallwirtschaft Rems-Murr", "module": "awido_de", "default_params": { "customer": "rmk" - } + }, + "id": "awido_de" }, { "title": "Abfallwirtschaft Rendsburg", "module": "awr_de", - "default_params": {} + "default_params": {}, + "id": "awr_de" }, { "title": "Abfallwirtschaft Rheingau-Taunus-Kreis", "module": "c_trace_de", "default_params": { "service": "rheingauleerungen" - } + }, + "id": "c_trace_de" }, { "title": "Abfallwirtschaft Sonneberg", @@ -3503,63 +4162,74 @@ "stadtteil": "", "strasse": "" } - } + }, + "id": "ics_abfallwirtschaft_sonneberg_de" }, { "title": "Abfallwirtschaft Stadt F\u00fcrth", "module": "abfallwirtschaft_fuerth_eu", - "default_params": {} + "default_params": {}, + "id": "abfallwirtschaft_fuerth_eu" }, { "title": "Abfallwirtschaft Stadt N\u00fcrnberg", "module": "abfallnavi_de", "default_params": { "service": "nuernberg" - } + }, + "id": "abfallnavi_de" }, { "title": "Abfallwirtschaft Stadt Schweinfurt", "module": "schweinfurt_de", - "default_params": {} + "default_params": {}, + "id": "schweinfurt_de" }, { "title": "Abfallwirtschaft S\u00fcdholstein", "module": "awsh_de", - "default_params": {} + "default_params": {}, + "id": "awsh_de" }, { "title": "Abfallwirtschaft Werra-Mei\u00dfner-Kreis", "module": "zva_wmk_de", - "default_params": {} + "default_params": {}, + "id": "zva_wmk_de" }, { "title": "Abfallwirtschafts-Zweckverband des Landkreises Hersfeld-Rotenburg", "module": "awido_de", "default_params": { "customer": "azv-hef-rof" - } + }, + "id": "awido_de" }, { "title": "Abfallwirtschaftsbetrieb Bergisch Gladbach", "module": "abfallnavi_de", "default_params": { "service": "aw-bgl2" - } + }, + "id": "abfallnavi_de" }, { "title": "Abfallwirtschaftsbetrieb des Landkreises Pfaffenhofen a.d.Ilm (AWP)", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_awp_landkreis_pfaffenhofen" }, { "title": "Abfallwirtschaftsbetrieb Emsland", "module": "awb_emsland_de", - "default_params": {} + "default_params": {}, + "id": "awb_emsland_de" }, { "title": "Abfallwirtschaftsbetrieb Esslingen", "module": "awb_es_de", - "default_params": {} + "default_params": {}, + "id": "awb_es_de" }, { "title": "Abfallwirtschaftsbetrieb Ilm-Kreis", @@ -3568,127 +4238,148 @@ "headers": { "referer": "https://aik.ilm-kreis.de" } - } + }, + "id": "ics_ilm_kreis_de" }, { "title": "Abfallwirtschaftsbetrieb Kiel (ABK)", "module": "abki_de", - "default_params": {} + "default_params": {}, + "id": "abki_de" }, { "title": "Abfallwirtschaftsbetrieb Landkreis Ahrweiler", "module": "meinawb_de", - "default_params": {} + "default_params": {}, + "id": "meinawb_de" }, { "title": "Abfallwirtschaftsbetrieb Landkreis Altenkirchen", "module": "awido_de", "default_params": { "customer": "awb-ak" - } + }, + "id": "awido_de" }, { "title": "Abfallwirtschaftsbetrieb Landkreis Augsburg", "module": "c_trace_de", "default_params": { "service": "augsburglandkreis" - } + }, + "id": "c_trace_de" }, { "title": "Abfallwirtschaftsbetrieb Landkreis Aurich", "module": "c_trace_de", "default_params": { "service": "aurich-abfallkalender" - } + }, + "id": "c_trace_de" }, { "title": "Abfallwirtschaftsbetrieb Landkreis Karlsruhe", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_awb_landkreis_karlsruhe_de" }, { "title": "Abfallwirtschaftsbetrieb LK Mainz-Bingen", "module": "awb_mainz_bingen_de", - "default_params": {} + "default_params": {}, + "id": "awb_mainz_bingen_de" }, { "title": "Abfallwirtschaftsbetrieb Unstrut-Hainich-Kreis", "module": "ics", "default_params": { "split_at": ", " - } + }, + "id": "ics_abfallwirtschaft_uhk_de" }, { "title": "Abfallwirtschaftsbetriebe M\u00fcnster", "module": "muellmax_de", "default_params": { "service": "Awm" - } + }, + "id": "muellmax_de" }, { "title": "Abfallwirtschaftsgesellschaft Landkreis Schaumburg", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_aws_shg_de" }, { "title": "Abfallwirtschaftsverband Kreis Gro\u00df-Gerau", "module": "c_trace_de", "default_params": { "service": "grossgeraulandkreis-abfallkalender" - } + }, + "id": "c_trace_de" }, { "title": "Abfallwirtschaftsverbandes Lippe", "module": "abfall_lippe_de", - "default_params": {} + "default_params": {}, + "id": "abfall_lippe_de" }, { "title": "Abfallwirtschaftszweckverband Wartburgkreis (AZV)", "module": "hausmuell_info", "default_params": { "subdomain": "azv" - } + }, + "id": "hausmuell_info" }, { "title": "Abfallzweckverband Rhein-Mosel-Eifel (Landkreis Mayen-Koblenz)", "module": "abfall_io", "default_params": { "key": "8303df78b822c30ff2c2f98e405f86e6" - } + }, + "id": "abfall_io" }, { "title": "Abfuhrtermine.info", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_abfuhrtermine_info" }, { "title": "AHE Ennepe-Ruhr-Kreis", "module": "ahe_de", - "default_params": {} + "default_params": {}, + "id": "ahe_de" }, { "title": "AHK Heidekreis", "module": "ahk_heidekreis_de", - "default_params": {} + "default_params": {}, + "id": "ahk_heidekreis_de" }, { "title": "ALBA Berlin", "module": "abfall_io", "default_params": { "key": "9583a2fa1df97ed95363382c73b41b1b" - } + }, + "id": "abfall_io" }, { "title": "ALBA Braunschweig", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_alba_bs_de" }, { "title": "ALF Lahn-Fulda", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.abfallhr" - } + }, + "id": "app_abfallplus_de" }, { "title": "Allendorf", @@ -3696,7 +4387,8 @@ "default_params": { "state": "Hessen", "city": "Allendorf" - } + }, + "id": "lobbe_app" }, { "title": "Altena", @@ -3704,7 +4396,8 @@ "default_params": { "state": "Nordrhein-Westfalen", "city": "Altena" - } + }, + "id": "lobbe_app" }, { "title": "Altenbeken", @@ -3712,29 +4405,34 @@ "default_params": { "state": "Nordrhein-Westfalen", "city": "Altenbeken" - } + }, + "id": "lobbe_app" }, { "title": "Altmarkkreis Salzwedel", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_abfall_app_net" }, { "title": "Alt\u00f6tting (LK)", "module": "jumomind_de", "default_params": { "service_id": "aoe" - } + }, + "id": "jumomind_de" }, { "title": "Alzey-Worms", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_kreis_alzey_worms_de" }, { "title": "Apps by Abfall+", "module": "app_abfallplus_de", - "default_params": {} + "default_params": {}, + "id": "app_abfallplus_de" }, { "title": "Arnsberg", @@ -3742,7 +4440,8 @@ "default_params": { "state": "Nordrhein-Westfalen", "city": "Arnsberg" - } + }, + "id": "lobbe_app" }, { "title": "ART Trier", @@ -3750,192 +4449,224 @@ "default_params": { "split_at": " & ", "regex": "(.*) - .* - A.R.T. Abfuhrtermin" - } + }, + "id": "ics_art_trier_de" }, { "title": "ART Trier (Depreciated)", "module": "art_trier_de", - "default_params": {} + "default_params": {}, + "id": "art_trier_de" }, { "title": "Aschaffenburg (MyMuell App)", "module": "jumomind_de", "default_params": { "service_id": "mymuell" - } + }, + "id": "jumomind_de" }, { "title": "ASG Nordsachsen", "module": "abfall_io", "default_params": { "key": "1d78841c5d7fc43ebe52b9dc01f6b962" - } + }, + "id": "abfall_io" }, { "title": "ASG Wesel", "module": "hausmuell_info", "default_params": { "subdomain": "wesel" - } + }, + "id": "hausmuell_info" }, { "title": "ASO Abfall-Service Osterholz", "module": "abfall_io", "default_params": { "key": "040b38fe83f026f161f30f282b2748c0" - } + }, + "id": "abfall_io" }, { "title": "ASR Stadt Chemnitz", "module": "asr_chemnitz_de", - "default_params": {} + "default_params": {}, + "id": "asr_chemnitz_de" }, { "title": "ASTO (Abfall- Sammel- und Transportverband Oberberg)", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_asto_de" }, { "title": "ATHOS GmbH", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.athosmobil" - } + }, + "id": "app_abfallplus_de" }, { "title": "Attendorn", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_abfuhrtermine_info" }, { "title": "Augsburg", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.awa" - } + }, + "id": "app_abfallplus_de" }, { "title": "Aurich (MKW)", "module": "jumomind_de", "default_params": { "service_id": "lka" - } + }, + "id": "jumomind_de" }, { "title": "AVL - Abfallverwertungsgesellschaft des Landkreises Ludwigsburg mbH", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_avl_ludwigsburg_de" }, { "title": "AWA Entsorgungs GmbH", "module": "abfallnavi_de", "default_params": { "service": "zew2" - } + }, + "id": "abfallnavi_de" }, { "title": "AWB Abfallwirtschaft Vechta", "module": "abfallwirtschaft_vechta_de", - "default_params": {} + "default_params": {}, + "id": "abfallwirtschaft_vechta_de" }, { "title": "AWB Bad Kreuznach", "module": "awb_bad_kreuznach_de", - "default_params": {} + "default_params": {}, + "id": "awb_bad_kreuznach_de" }, { "title": "AWB K\u00f6ln", "module": "awbkoeln_de", - "default_params": {} + "default_params": {}, + "id": "awbkoeln_de" }, { "title": "AWB Landkreis Bad D\u00fcrkheim", "module": "awido_de", "default_params": { "customer": "awb-duerkheim" - } + }, + "id": "awido_de" }, { "title": "AWB Landkreis F\u00fcrstenfeldbruck", "module": "awido_de", "default_params": { "customer": "ffb" - } + }, + "id": "awido_de" }, { "title": "AWB Oldenburg", "module": "awb_oldenburg_de", - "default_params": {} + "default_params": {}, + "id": "awb_oldenburg_de" }, { "title": "AWB Westerwaldkreis", "module": "abfall_io", "default_params": { "key": "248deacbb49b06e868d29cb53c8ef034" - } + }, + "id": "abfall_io" }, { "title": "AWG Bassum", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_awg_bassum_de" }, { "title": "AWG Donau-Wald", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.zawdw" - } + }, + "id": "app_abfallplus_de" }, { "title": "AWG Kreis Warendorf", "module": "abfallnavi_de", "default_params": { "service": "krwaf" - } + }, + "id": "abfallnavi_de" }, { "title": "AWIDO Online", "module": "awido_de", - "default_params": {} + "default_params": {}, + "id": "awido_de" }, { "title": "AWIGO Abfallwirtschaft Landkreis Osnabr\u00fcck GmbH", "module": "awigo_de", - "default_params": {} + "default_params": {}, + "id": "awigo_de" }, { "title": "AWISTA D\u00fcsseldorf", "module": "muellmax_de", "default_params": { "service": "Dus" - } + }, + "id": "muellmax_de" }, { "title": "AWISTA LOGISTIK Stadt Remscheid", "module": "monaloga_de", - "default_params": {} + "default_params": {}, + "id": "monaloga_de" }, { "title": "Awista Starnberg", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_awista_starnberg_de" }, { "title": "AWL Neuss", "module": "awlneuss_de", - "default_params": {} + "default_params": {}, + "id": "awlneuss_de" }, { "title": "AWM M\u00fcnchen", "module": "awm_muenchen_de", - "default_params": {} + "default_params": {}, + "id": "awm_muenchen_de" }, { "title": "AZV Stadt und Landkreis Hof", "module": "ics", "default_params": { "split_at": "\\+" - } + }, + "id": "ics_azv_hof_de" }, { "title": "Bad Arolsen", @@ -3943,14 +4674,16 @@ "default_params": { "state": "Hessen", "city": "Bad Arolsen" - } + }, + "id": "lobbe_app" }, { "title": "Bad Arolsen (MyMuell App)", "module": "jumomind_de", "default_params": { "service_id": "mymuell" - } + }, + "id": "jumomind_de" }, { "title": "Bad Berleburg", @@ -3958,7 +4691,8 @@ "default_params": { "state": "Nordrhein-Westfalen", "city": "Bad Berleburg" - } + }, + "id": "lobbe_app" }, { "title": "Bad Driburg", @@ -3966,21 +4700,24 @@ "default_params": { "state": "Nordrhein-Westfalen", "city": "Bad Driburg" - } + }, + "id": "lobbe_app" }, { "title": "Bad Homburg vdH", "module": "jumomind_de", "default_params": { "service_id": "hom" - } + }, + "id": "jumomind_de" }, { "title": "Bad Kissingen", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.abfallappbk" - } + }, + "id": "app_abfallplus_de" }, { "title": "Bad W\u00fcnnenberg", @@ -3988,14 +4725,16 @@ "default_params": { "state": "Nordrhein-Westfalen", "city": "Bad W\u00fcnnenberg" - } + }, + "id": "lobbe_app" }, { "title": "Bad-K\u00f6nig", "module": "reso_gmbh_de", "default_params": { "ort": "Bad-K\u00f6nig" - } + }, + "id": "reso_gmbh_de" }, { "title": "Balve", @@ -4003,19 +4742,22 @@ "default_params": { "state": "Nordrhein-Westfalen", "city": "Balve" - } + }, + "id": "lobbe_app" }, { "title": "Bamberg (Stadt und Landkreis)", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_abfalltermine_bamberg_de" }, { "title": "Barnim", "module": "jumomind_de", "default_params": { "service_id": "bdg" - } + }, + "id": "jumomind_de" }, { "title": "Battenberg", @@ -4023,45 +4765,52 @@ "default_params": { "state": "Hessen", "city": "Battenberg" - } + }, + "id": "lobbe_app" }, { "title": "Bau & Service Oberursel", "module": "c_trace_de", "default_params": { "service": "oberursel" - } + }, + "id": "c_trace_de" }, { "title": "Bau- und Entsorgungsbetrieb Emden", "module": "ics", "default_params": { "split_at": "," - } + }, + "id": "ics_bee_emden_de" }, { "title": "Bergischer Abfallwirtschaftverbund", "module": "abfallnavi_de", "default_params": { "service": "bav" - } + }, + "id": "abfallnavi_de" }, { "title": "Berlin", "module": "app_abfallplus_de", "default_params": { "app_id": "de.albagroup.app" - } + }, + "id": "app_abfallplus_de" }, { "title": "Berlin Recycling", "module": "berlin_recycling_de", - "default_params": {} + "default_params": {}, + "id": "berlin_recycling_de" }, { "title": "Berliner Stadtreinigungsbetriebe", "module": "bsr_de", - "default_params": {} + "default_params": {}, + "id": "bsr_de" }, { "title": "Bestwig", @@ -4069,38 +4818,44 @@ "default_params": { "state": "Nordrhein-Westfalen", "city": "Bestwig" - } + }, + "id": "lobbe_app" }, { "title": "Beverungen (MyMuell App)", "module": "jumomind_de", "default_params": { "service_id": "mymuell" - } + }, + "id": "jumomind_de" }, { "title": "Bielefeld", "module": "bielefeld_de", - "default_params": {} + "default_params": {}, + "id": "bielefeld_de" }, { "title": "Blaue Tonne - Schlaue Tonne", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_blauetonne_schlauetonne_de" }, { "title": "Bogensch\u00fctz Entsorgung", "module": "infeo_at", "default_params": { "customer": "bogensch\u00fctz" - } + }, + "id": "infeo_at" }, { "title": "Bonn", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.bonnorange" - } + }, + "id": "app_abfallplus_de" }, { "title": "Borchen", @@ -4108,7 +4863,8 @@ "default_params": { "state": "Nordrhein-Westfalen", "city": "Borchen" - } + }, + "id": "lobbe_app" }, { "title": "Borgentreich", @@ -4116,7 +4872,8 @@ "default_params": { "state": "Nordrhein-Westfalen", "city": "Borgentreich" - } + }, + "id": "lobbe_app" }, { "title": "Brakel", @@ -4124,14 +4881,16 @@ "default_params": { "state": "Nordrhein-Westfalen", "city": "Brakel" - } + }, + "id": "lobbe_app" }, { "title": "Braunschweig", "module": "app_abfallplus_de", "default_params": { "app_id": "de.albagroup.app" - } + }, + "id": "app_abfallplus_de" }, { "title": "Breckerfeld", @@ -4139,28 +4898,32 @@ "default_params": { "state": "Nordrhein-Westfalen", "city": "Breckerfeld" - } + }, + "id": "lobbe_app" }, { "title": "Bremer Stadtreinigung", "module": "c_trace_de", "default_params": { "service": "bremenabfallkalender" - } + }, + "id": "c_trace_de" }, { "title": "Brensbach", "module": "reso_gmbh_de", "default_params": { "ort": "Brensbach" - } + }, + "id": "reso_gmbh_de" }, { "title": "Breuberg", "module": "reso_gmbh_de", "default_params": { "ort": "Breuberg" - } + }, + "id": "reso_gmbh_de" }, { "title": "Brilon", @@ -4168,14 +4931,16 @@ "default_params": { "state": "Nordrhein-Westfalen", "city": "Brilon" - } + }, + "id": "lobbe_app" }, { "title": "Brombachtal", "module": "reso_gmbh_de", "default_params": { "ort": "Brombachtal" - } + }, + "id": "reso_gmbh_de" }, { "title": "Bromskirchen", @@ -4183,14 +4948,16 @@ "default_params": { "state": "Hessen", "city": "Bromskirchen" - } + }, + "id": "lobbe_app" }, { "title": "Burgenland (Landkreis)", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.udb" - } + }, + "id": "app_abfallplus_de" }, { "title": "Burgwald", @@ -4198,7 +4965,8 @@ "default_params": { "state": "Hessen", "city": "Burgwald" - } + }, + "id": "lobbe_app" }, { "title": "B\u00fcren", @@ -4206,84 +4974,98 @@ "default_params": { "state": "Nordrhein-Westfalen", "city": "B\u00fcren" - } + }, + "id": "lobbe_app" }, { "title": "B\u00fcrgerportal", "module": "buergerportal_de", - "default_params": {} + "default_params": {}, + "id": "buergerportal_de" }, { "title": "B\u00fcrgerportal Bedburg", "module": "buergerportal_de", "default_params": { "operator": "bedburg" - } + }, + "id": "buergerportal_de" }, { "title": "C-Trace", "module": "c_trace_de", - "default_params": {} + "default_params": {}, + "id": "c_trace_de" }, { "title": "Cederbaum Braunschweig", "module": "cederbaum_de", - "default_params": {} + "default_params": {}, + "id": "cederbaum_de" }, { "title": "Celle", "module": "jumomind_de", "default_params": { "service_id": "zac" - } + }, + "id": "jumomind_de" }, { "title": "Cham Landkreis", "module": "ics", "default_params": { "regex": "(.*) \\d{2}\\.\\d{2}\\.\\d{4}" - } + }, + "id": "ics_entsorgung_cham_de" }, { "title": "Chemnitz (ASR)", "module": "hausmuell_info", "default_params": { "subdomain": "asc" - } + }, + "id": "hausmuell_info" }, { "title": "Chiemgau Recycling - Landkreis Rosenheim", "module": "chiemgau_recycling_lk_rosenheim", - "default_params": {} + "default_params": {}, + "id": "chiemgau_recycling_lk_rosenheim" }, { "title": "City of Karlsruhe", "module": "karlsruhe_de", - "default_params": {} + "default_params": {}, + "id": "karlsruhe_de" }, { "title": "CM City Media - M\u00fcllkalender", "module": "cmcitymedia_de", - "default_params": {} + "default_params": {}, + "id": "cmcitymedia_de" }, { "title": "Coburg Entsorgungs- und Baubetrieb CEB", "module": "ceb_coburg_de", - "default_params": {} + "default_params": {}, + "id": "ceb_coburg_de" }, { "title": "Darmstadt (MyMuell App)", "module": "jumomind_de", "default_params": { "service_id": "mymuell" - } + }, + "id": "jumomind_de" }, { "title": "Darmstadt-Dieburg (ZAW)", "module": "jumomind_de", "default_params": { "service_id": "zaw" - } + }, + "id": "jumomind_de" }, { "title": "Delbr\u00fcck", @@ -4291,7 +5073,8 @@ "default_params": { "state": "Nordrhein-Westfalen", "city": "Delbr\u00fcck" - } + }, + "id": "lobbe_app" }, { "title": "Diemelsee", @@ -4299,7 +5082,8 @@ "default_params": { "state": "Hessen", "city": "Diemelsee" - } + }, + "id": "lobbe_app" }, { "title": "Diemelstadt", @@ -4307,48 +5091,56 @@ "default_params": { "state": "Hessen", "city": "Diemelstadt" - } + }, + "id": "lobbe_app" }, { "title": "Dillingen Saar", "module": "dillingen_saar_de", - "default_params": {} + "default_params": {}, + "id": "dillingen_saar_de" }, { "title": "Dinslaken", "module": "abfallnavi_de", "default_params": { "service": "din" - } + }, + "id": "abfallnavi_de" }, { "title": "Drekopf", "module": "app_abfallplus_de", "default_params": { "app_id": "de.drekopf.abfallplaner" - } + }, + "id": "app_abfallplus_de" }, { "title": "Drolshagen", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_abfuhrtermine_info" }, { "title": "Duisburg", "module": "app_abfallplus_de", "default_params": { "app_id": "de.idcontor.abfallwbd" - } + }, + "id": "app_abfallplus_de" }, { "title": "EAD Darmstadt", "module": "ead_darmstadt_de", - "default_params": {} + "default_params": {}, + "id": "ead_darmstadt_de" }, { "title": "ebwo - Entsorgungs- und Baubetrieb Anstalt des \u00f6ffentlichen Rechts der Stadt Worms", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_worms_de" }, { "title": "Edertal", @@ -4356,126 +5148,146 @@ "default_params": { "state": "Hessen", "city": "Edertal" - } + }, + "id": "lobbe_app" }, { "title": "EDG Entsorgung Dortmund", "module": "ics", "default_params": { "regex": "^(\\w*) \\d* .*" - } + }, + "id": "ics_edg_de" }, { "title": "EGN Abfallkalender", "module": "egn_abfallkalender_de", - "default_params": {} + "default_params": {}, + "id": "egn_abfallkalender_de" }, { "title": "EGST Steinfurt", "module": "abfall_io", "default_params": { "key": "e21758b9c711463552fb9c70ac7d4273" - } + }, + "id": "abfall_io" }, { "title": "EGW Westm\u00fcnsterland", "module": "abfallnavi_de", "default_params": { "service": "wml2" - } + }, + "id": "abfallnavi_de" }, { "title": "Eichsfeldwerke GmbH", "module": "hausmuell_info", "default_params": { "subdomain": "ew" - } + }, + "id": "hausmuell_info" }, { "title": "Eigenbetrieb Abfallwirtschaft Landkreis Spree-Nei\u00dfe", "module": "eigenbetrieb_abfallwirtschaft_de", - "default_params": {} + "default_params": {}, + "id": "eigenbetrieb_abfallwirtschaft_de" }, { "title": "Eigenbetrieb Kommunalwirtschaftliche Dienstleistungen Suhl", "module": "hausmuell_info", "default_params": { "subdomain": "ebkds" - } + }, + "id": "hausmuell_info" }, { "title": "EKM Mittelsachsen GmbH", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_ekm_mittelsachsen_de" }, { "title": "Entsorgung Dortmund GmbH (EDG)", "module": "app_abfallplus_de", "default_params": { "app_id": "de.edg.abfallapp" - } + }, + "id": "app_abfallplus_de" }, { "title": "Entsorgungs- und Wirtschaftsbetrieb Landau in der Pfalz", "module": "c_trace_de", "default_params": { "service": "landau" - } + }, + "id": "c_trace_de" }, { "title": "Entsorgungsbetrieb M\u00e4rkisch-Oderland", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_entsorgungsbetrieb_mol_de" }, { "title": "Entsorgungsbetrieb Stadt Mainz", "module": "muellmax_de", "default_params": { "service": "Ebm" - } + }, + "id": "muellmax_de" }, { "title": "Entsorgungsbetriebe Essen", "module": "abfall_io", "default_params": { "key": "9b5390f095c779b9128a51db35092c9c" - } + }, + "id": "abfall_io" }, { "title": "Entsorgungsgesellschaft G\u00f6rlitz-L\u00f6bau-Zittau", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_abfall_eglz_de" }, { "title": "Entsorgungstermine Jena", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_entsorgungstermine_jena_de" }, { "title": "Erbach", "module": "reso_gmbh_de", "default_params": { "ort": "Erbach" - } + }, + "id": "reso_gmbh_de" }, { "title": "Erfstadt (inoffical)", "module": "ics", "default_params": { "regex": "(.*) - Bezirk \\d" - } + }, + "id": "ics_abfallkalender_erftstadt_de" }, { "title": "Esens (MyMuell App)", "module": "jumomind_de", "default_params": { "service_id": "mymuell" - } + }, + "id": "jumomind_de" }, { "title": "ESG Soest - Entsorgungswirtschaft Soest GmbH", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_esg_soest_de" }, { "title": "Eslohe", @@ -4483,28 +5295,32 @@ "default_params": { "state": "Nordrhein-Westfalen", "city": "Eslohe" - } + }, + "id": "lobbe_app" }, { "title": "Essen", "module": "app_abfallplus_de", "default_params": { "app_id": "de.ucom.abfallebe" - } + }, + "id": "app_abfallplus_de" }, { "title": "EVA Abfallentsorgung", "module": "ics", "default_params": { "split_at": " & " - } + }, + "id": "ics_eva_abfallentsorgung_de" }, { "title": "EVS Entsorgungsverband Saar", "module": "muellmax_de", "default_params": { "service": "Evs" - } + }, + "id": "muellmax_de" }, { "title": "FES Frankfurter Entsorgungs- und Service GmbH", @@ -4512,24 +5328,28 @@ "default_params": { "regex": "(.*)\\s+\\|", "split_at": " / " - } + }, + "id": "ics_fes_frankfurt_de" }, { "title": "Finnentrop", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_abfuhrtermine_info" }, { "title": "Flensburg (MyMuell App)", "module": "jumomind_de", "default_params": { "service_id": "mymuell" - } + }, + "id": "jumomind_de" }, { "title": "Fl\u00f6rsheim Am Main", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_floersheim_umweltkalender_de" }, { "title": "Frankenau", @@ -4537,139 +5357,160 @@ "default_params": { "state": "Hessen", "city": "Frankenau" - } + }, + "id": "lobbe_app" }, { "title": "Frankfurt (Oder)", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.unterallgaeu" - } + }, + "id": "app_abfallplus_de" }, { "title": "Frankfurt (Oder)", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.willkommen" - } + }, + "id": "app_abfallplus_de" }, { "title": "Freiburg im Breisgau", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.asf" - } + }, + "id": "app_abfallplus_de" }, { "title": "Fr\u00e4nkisch-Crumbach", "module": "reso_gmbh_de", "default_params": { "ort": "Fr\u00e4nkisch-Crumbach" - } + }, + "id": "reso_gmbh_de" }, { "title": "Gelber Sack Stuttgart", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_gelbersack_stuttgart_de" }, { "title": "Gelsendienste Gelsenkirchen", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_gelsendienste_de" }, { "title": "Gemeinde Blankenheim", "module": "cmcitymedia_de", "default_params": { "hpid": 415 - } + }, + "id": "cmcitymedia_de" }, { "title": "Gemeinde Deggenhausertal", "module": "cmcitymedia_de", "default_params": { "hpid": 225 - } + }, + "id": "cmcitymedia_de" }, { "title": "Gemeinde Kalletal", "module": "cmcitymedia_de", "default_params": { "hpid": 426 - } + }, + "id": "cmcitymedia_de" }, { "title": "Gemeinde Roetgen", "module": "abfallnavi_de", "default_params": { "service": "roe" - } + }, + "id": "abfallnavi_de" }, { "title": "Gemeinde Schutterwald", "module": "cmcitymedia_de", "default_params": { "hpid": 331 - } + }, + "id": "cmcitymedia_de" }, { "title": "Gemeinde Unterhaching", "module": "awido_de", "default_params": { "customer": "unterhaching" - } + }, + "id": "awido_de" }, { "title": "Gipsprojekt", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_gipsprojekt_de" }, { "title": "Gro\u00dfkrotzenburg (MyMuell App)", "module": "jumomind_de", "default_params": { "service_id": "mymuell" - } + }, + "id": "jumomind_de" }, { "title": "GSAK APP / Krefeld", "module": "insert_it_de", - "default_params": {} + "default_params": {}, + "id": "insert_it_de" }, { "title": "GWA - Kreis Unna mbH", "module": "abfallnavi_de", "default_params": { "service": "unna" - } + }, + "id": "abfallnavi_de" }, { "title": "G\u00f6ttinger Entsorgungsbetriebe", "module": "abfall_io", "default_params": { "key": "7dd0d724cbbd008f597d18fcb1f474cb" - } + }, + "id": "abfall_io" }, { "title": "G\u00fctersloh", "module": "abfallnavi_de", "default_params": { "service": "gt2" - } + }, + "id": "abfallnavi_de" }, { "title": "Hagen", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.hebhagen" - } + }, + "id": "app_abfallplus_de" }, { "title": "Hainburg (MyMuell App)", "module": "jumomind_de", "default_params": { "service_id": "mymuell" - } + }, + "id": "jumomind_de" }, { "title": "Hallenberg", @@ -4677,21 +5518,24 @@ "default_params": { "state": "Nordrhein-Westfalen", "city": "Hallenberg" - } + }, + "id": "lobbe_app" }, { "title": "Hallesche Wasser und Stadtwirtschaft GmbH", "module": "ics", "default_params": { "version": 1 - } + }, + "id": "ics_hws_halle_de" }, { "title": "Halver", "module": "abfallnavi_de", "default_params": { "service": "hlv" - } + }, + "id": "abfallnavi_de" }, { "title": "Halver", @@ -4699,14 +5543,16 @@ "default_params": { "state": "Nordrhein-Westfalen", "city": "Halver" - } + }, + "id": "lobbe_app" }, { "title": "Hattersheim am Main", "module": "jumomind_de", "default_params": { "service_id": "hat" - } + }, + "id": "jumomind_de" }, { "title": "Hatzfeld", @@ -4714,34 +5560,40 @@ "default_params": { "state": "Hessen", "city": "Hatzfeld" - } + }, + "id": "lobbe_app" }, { "title": "hausm\u00fcll.info", "module": "hausmuell_info", - "default_params": {} + "default_params": {}, + "id": "hausmuell_info" }, { "title": "Havelland", "module": "app_abfallplus_de", "default_params": { "app_id": "de.albagroup.app" - } + }, + "id": "app_abfallplus_de" }, { "title": "Heidelberg", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_gipsprojekt_de" }, { "title": "Heilbronn Entsorgungsbetriebe", "module": "heilbronn_de", - "default_params": {} + "default_params": {}, + "id": "heilbronn_de" }, { "title": "Heinz-Entsorgung (Landkreis Freising)", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_heinz_entsorgung_de" }, { "title": "Hemer", @@ -4749,64 +5601,74 @@ "default_params": { "state": "Nordrhein-Westfalen", "city": "Hemer" - } + }, + "id": "lobbe_app" }, { "title": "Herten (durth-roos.de)", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_herten_de" }, { "title": "Hohenlohekreis", "module": "app_abfallplus_de", "default_params": { "app_id": "de.cmcitymedia.hokwaste" - } + }, + "id": "app_abfallplus_de" }, { "title": "Holtgast (MyMuell App)", "module": "jumomind_de", "default_params": { "service_id": "mymuell" - } + }, + "id": "jumomind_de" }, { "title": "HubertSchmid Recycling und Umweltschutz GmbH", "module": "api_hubert_schmid_de", - "default_params": {} + "default_params": {}, + "id": "api_hubert_schmid_de" }, { "title": "H\u00f6chst", "module": "reso_gmbh_de", "default_params": { "ort": "H\u00f6chst" - } + }, + "id": "reso_gmbh_de" }, { "title": "H\u00f6xter", "module": "jumomind_de", "default_params": { "service_id": "hox" - } + }, + "id": "jumomind_de" }, { "title": "Ilm-Kreis", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.abfallappik" - } + }, + "id": "app_abfallplus_de" }, { "title": "Ingolstadt", "module": "jumomind_de", "default_params": { "service_id": "ingol" - } + }, + "id": "jumomind_de" }, { "title": "Insert IT Apps", "module": "insert_it_de", - "default_params": {} + "default_params": {}, + "id": "insert_it_de" }, { "title": "Iserlohn", @@ -4814,29 +5676,34 @@ "default_params": { "state": "Nordrhein-Westfalen", "city": "Iserlohn" - } + }, + "id": "lobbe_app" }, { "title": "Jumomind", "module": "jumomind_de", - "default_params": {} + "default_params": {}, + "id": "jumomind_de" }, { "title": "KAEV Niederlausitz", "module": "kaev_niederlausitz", - "default_params": {} + "default_params": {}, + "id": "kaev_niederlausitz" }, { "title": "Kamp-Lintfort (MyMuell App)", "module": "jumomind_de", "default_params": { "service_id": "mymuell" - } + }, + "id": "jumomind_de" }, { "title": "KECL Kommunalentsorgung Chemnitzer Land", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_kecl_de" }, { "title": "Kierspe", @@ -4844,19 +5711,22 @@ "default_params": { "state": "Nordrhein-Westfalen", "city": "Kierspe" - } + }, + "id": "lobbe_app" }, { "title": "Kirchdorf (MyMuell App)", "module": "jumomind_de", "default_params": { "service_id": "mymuell" - } + }, + "id": "jumomind_de" }, { "title": "Kommunalservice Landkreis B\u00f6rde A\u00f6R", "module": "ks_boerde_de", - "default_params": {} + "default_params": {}, + "id": "ks_boerde_de" }, { "title": "Korbach", @@ -4864,652 +5734,748 @@ "default_params": { "state": "Hessen", "city": "Korbach" - } + }, + "id": "lobbe_app" }, { "title": "Kreis Ahrweiler", "module": "app_abfallplus_de", "default_params": { "app_id": "de.ahrweiler.meinawb" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis Augsburg", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.abfallapp" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis Bad Kissingen", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.abfallscout" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis Bautzen", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.abfalllkbz" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis Bayreuth", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.abfalllkbt" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis Bergstra\u00dfe", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.zakb" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis Biberach", "module": "app_abfallplus_de", "default_params": { "app_id": "de.biberach.abfallapp" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis Breisgau-Hochschwarzwald", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.abfallappbh" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis Calw", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.abfallinfocw" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis Cloppenburg", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.abfallappclp" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis Coesfeld", "module": "abfallnavi_de", "default_params": { "service": "coe" - } + }, + "id": "abfallnavi_de" }, { "title": "Kreis Cuxhaven", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.abfallappcux" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis Diepholz", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.awgbassum" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis Emmendingen", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.lkemmendingen" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis Emsland", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.awbemsland" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis Freudenstadt", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.abfallappfds" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis F\u00fcrth", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.abfallappfuerth" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis Garmisch-Partenkirchen", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.abfallappgap" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis G\u00f6ppingen", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.awbgp" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis Heilbronn", "module": "app_abfallplus_de", "default_params": { "app_id": "abfallH.ucom.de" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis Heinsberg", "module": "abfallnavi_de", "default_params": { "service": "krhs" - } + }, + "id": "abfallnavi_de" }, { "title": "Kreis Karlsruhe", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.abfallappka" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis Kitzingen", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.abfallwelt" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis Landsberg am Lech", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.llabfallapp" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis Landshut", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.landshutlk" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis Limburg-Weilburg", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.meinawblm" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis Ludwigsburg", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.avlserviceplus" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis L\u00f6rrach", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.abfallapploe" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis Mayen-Koblenz", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.abfallappmyk" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis Miesbach", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.abfallappvivo" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis Miltenberg", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.abfallappmil" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis M\u00e4rkisch-Oderland", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.abfallappmol" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis Neustadt/Aisch-Bad Windsheim", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.neustadtaisch" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis Neuwied", "module": "app_abfallplus_de", "default_params": { "app_id": "de.gimik.apps.muellwecker_neuwied" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis Nienburg / Weser", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.bawnapp" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis Nordfriesland", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.abfallappnf" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis Ostallg\u00e4u", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.abfallappoal" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis Osterholz", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.asoapp" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis Pinneberg", "module": "abfallnavi_de", "default_params": { "service": "pi" - } + }, + "id": "abfallnavi_de" }, { "title": "Kreis Rastatt", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.awbrastatt" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis Ravensburg", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.abfallapprv" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis Reutlingen", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.abfallkreisrt" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis Rotenburg (W\u00fcmme)", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.awrplus" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis Schaumburg", "module": "app_abfallplus_de", "default_params": { "app_id": "de.data_at_work.aws" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis Sigmaringen", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.abfallappsig" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis Starnberg", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.awistasta" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis Steinburg", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_steinburg_de" }, { "title": "Kreis Steinfurt", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.egst" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis S\u00fcdwestpfalz", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.abfalllkswp" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis Traunstein", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.abfallappts" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis Uelzen", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.lkruelzen" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis Vechta", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.awvapp" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis Viersen", "module": "abfallnavi_de", "default_params": { "service": "viersen" - } + }, + "id": "abfallnavi_de" }, { "title": "Kreis Vorpommern-R\u00fcgen", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.abfallappvorue" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis Wei\u00dfenburg-Gunzenhausen", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.abfallappwug" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis Wesermarsch", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.abfallappgib" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreis W\u00fcrzburg", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.teamorange" - } + }, + "id": "app_abfallplus_de" }, { "title": "Kreisstadt Dietzenbach", "module": "c_trace_de", "default_params": { "service": "dietzenbach" - } + }, + "id": "c_trace_de" }, { "title": "Kreisstadt Friedberg", "module": "muellmax_de", "default_params": { "service": "Efb" - } + }, + "id": "muellmax_de" }, { "title": "Kreisstadt Gro\u00df-Gerau", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_gross_gerau_de" }, { "title": "Kreisstadt St. Wendel", "module": "c_trace_de", "default_params": { "service": "stwendel" - } + }, + "id": "c_trace_de" }, { "title": "Kreiswerke Schmalkalden-Meiningen GmbH", "module": "hausmuell_info", "default_params": { "subdomain": "schmalkalden-meiningen" - } + }, + "id": "hausmuell_info" }, { "title": "Kreiswirtschaftsbetriebe Goslar", "module": "kwb_goslar_de", - "default_params": {} + "default_params": {}, + "id": "kwb_goslar_de" }, { "title": "Kreuztal", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_abfuhrtermine_info" }, { "title": "Kronberg im Taunus", "module": "abfallnavi_de", "default_params": { "service": "kronberg" - } + }, + "id": "abfallnavi_de" }, { "title": "KV Cochem-Zell", "module": "buergerportal_de", "default_params": { "operator": "cochem_zell" - } + }, + "id": "buergerportal_de" }, { "title": "KWU Entsorgung Landkreis Oder-Spree", "module": "kwu_de", - "default_params": {} + "default_params": {}, + "id": "kwu_de" }, { "title": "Landkreis Amberg-Sulzbach", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_landkreis_as_de" }, { "title": "Landkreis Anhalt-Bitterfeld", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_abikw_de" }, { "title": "Landkreis Ansbach", "module": "awido_de", "default_params": { "customer": "ansbach" - } + }, + "id": "awido_de" }, { "title": "Landkreis Aschaffenburg", "module": "awido_de", "default_params": { "customer": "lra-ab" - } + }, + "id": "awido_de" }, { "title": "Landkreis Aschaffenburg (MyMuell App)", "module": "jumomind_de", "default_params": { "service_id": "mymuell" - } + }, + "id": "jumomind_de" }, { "title": "Landkreis Bayreuth", "module": "abfall_io", "default_params": { "key": "951da001077dc651a3bf437bc829964e" - } + }, + "id": "abfall_io" }, { "title": "Landkreis Berchtesgadener Land", "module": "awido_de", "default_params": { "customer": "bgl" - } + }, + "id": "awido_de" }, { "title": "Landkreis Biberach (MyMuell App)", "module": "jumomind_de", "default_params": { "service_id": "mymuell" - } + }, + "id": "jumomind_de" }, { "title": "Landkreis B\u00f6blingen", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.abfallappbb" - } + }, + "id": "app_abfallplus_de" }, { "title": "Landkreis B\u00f6blingen", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_abfall_app_net" }, { "title": "Landkreis B\u00f6rde A\u00f6R (KsB)", "module": "hausmuell_info", "default_params": { "subdomain": "boerde" - } + }, + "id": "hausmuell_info" }, { "title": "Landkreis Calw", "module": "abfall_io", "default_params": { "key": "690a3ae4906c52b232c1322e2f88550c" - } + }, + "id": "abfall_io" }, { "title": "Landkreis Coburg", "module": "awido_de", "default_params": { "customer": "coburg" - } + }, + "id": "awido_de" }, { "title": "Landkreis Cuxhaven", "module": "abfall_io", "default_params": { "key": "49fe8a63a056adbfc43f051f61dd4a44" - } + }, + "id": "abfall_io" }, { "title": "Landkreis Eichst\u00e4tt (MyMuell App)", "module": "jumomind_de", "default_params": { "service_id": "mymuell" - } + }, + "id": "jumomind_de" }, { "title": "Landkreis Erding", "module": "awido_de", "default_params": { "customer": "erding" - } + }, + "id": "awido_de" }, { "title": "Landkreis Erlangen-H\u00f6chstadt", "module": "erlangen_hoechstadt_de", - "default_params": {} + "default_params": {}, + "id": "erlangen_hoechstadt_de" }, { "title": "Landkreis Esslingen", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.abfallappes" - } + }, + "id": "app_abfallplus_de" }, { "title": "Landkreis Friesland (MyMuell App)", "module": "jumomind_de", "default_params": { "service_id": "mymuell" - } + }, + "id": "jumomind_de" }, { "title": "Landkreis Fulda", "module": "awido_de", "default_params": { "customer": "fulda" - } + }, + "id": "awido_de" }, { "title": "Landkreis Gie\u00dfen", "module": "muellmax_de", "default_params": { "service": "Lkg" - } + }, + "id": "muellmax_de" }, { "title": "Landkreis Gifhorn", "module": "abfallkalender_gifhorn_de", - "default_params": {} + "default_params": {}, + "id": "abfallkalender_gifhorn_de" }, { "title": "Landkreis Gotha", "module": "awido_de", "default_params": { "customer": "gotha" - } + }, + "id": "awido_de" }, { "title": "Landkreis Grafschaft", "module": "jumomind_de", "default_params": { "service_id": "ben" - } + }, + "id": "jumomind_de" }, { "title": "Landkreis G\u00f6rlitz", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.lkgr" - } + }, + "id": "app_abfallplus_de" }, { "title": "Landkreis G\u00fcnzburg", "module": "awido_de", "default_params": { "customer": "kaw-guenzburg" - } + }, + "id": "awido_de" }, { "title": "Landkreis Hameln-Pyrmont", "module": "ics", "default_params": { "verify_ssl": false - } + }, + "id": "ics_hameln_pyrmont_de" }, { "title": "Landkreis Harz", "module": "jumomind_de", "default_params": { "service_id": "enwi" - } + }, + "id": "jumomind_de" }, { "title": "Landkreis Heidenheim", @@ -5528,351 +6494,406 @@ "papier": "1", "papiertonne": "1" } - } + }, + "id": "ics_abfall_hdh_de" }, { "title": "Landkreis Heilbronn", "module": "abfall_io", "default_params": { "key": "1a1e7b200165683738adddc4bd0199a2" - } + }, + "id": "abfall_io" }, { "title": "Landkreis Kelheim", "module": "awido_de", "default_params": { "customer": "kelheim" - } + }, + "id": "awido_de" }, { "title": "Landkreis Kronach", "module": "awido_de", "default_params": { "customer": "kronach" - } + }, + "id": "awido_de" }, { "title": "Landkreis Kulmbach", "module": "awido_de", "default_params": { "customer": "kulmbach" - } + }, + "id": "awido_de" }, { "title": "Landkreis Kusel", "module": "landkreis_kusel_de", - "default_params": {} + "default_params": {}, + "id": "landkreis_kusel_de" }, { "title": "Landkreis Leer (MyMuell App)", "module": "jumomind_de", "default_params": { "service_id": "mymuell" - } + }, + "id": "jumomind_de" }, { "title": "Landkreis Leipzig", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.leipziglk" - } + }, + "id": "app_abfallplus_de" }, { "title": "Landkreis Limburg-Weilburg", "module": "abfall_io", "default_params": { "key": "0ff491ffdf614d6f34870659c0c8d917" - } + }, + "id": "abfall_io" }, { "title": "Landkreis L\u00fcchow-Dannenberg", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_abfall_app_net" }, { "title": "Landkreis Main-Spessart", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.abfallmsp" - } + }, + "id": "app_abfallplus_de" }, { "title": "Landkreis Mettmann (MyMuell App)", "module": "jumomind_de", "default_params": { "service_id": "mymuell" - } + }, + "id": "jumomind_de" }, { "title": "Landkreis M\u00fchldorf a. Inn", "module": "awido_de", "default_params": { "customer": "lra-mue" - } + }, + "id": "awido_de" }, { "title": "Landkreis Nordwestmecklenburg", "module": "geoport_nwm_de", - "default_params": {} + "default_params": {}, + "id": "geoport_nwm_de" }, { "title": "Landkreis Northeim (unofficial)", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_nerdbridge_de" }, { "title": "Landkreis Ostallg\u00e4u", "module": "abfall_io", "default_params": { "key": "342cedd68ca114560ed4ca4b7c4e5ab6" - } + }, + "id": "abfall_io" }, { "title": "Landkreis Paderborn (MyMuell App)", "module": "jumomind_de", "default_params": { "service_id": "mymuell" - } + }, + "id": "jumomind_de" }, { "title": "Landkreis Peine", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_ab_peine_de" }, { "title": "Landkreis Ravensburg", "module": "rv_de", - "default_params": {} + "default_params": {}, + "id": "rv_de" }, { "title": "Landkreis Reutlingen", "module": "abfall_io", "default_params": { "key": "514199db585ea04541fe70feead6315f" - } + }, + "id": "abfall_io" }, { "title": "Landkreis Rh\u00f6n Grabfeld", "module": "landkreis_rhoen_grabfeld", - "default_params": {} + "default_params": {}, + "id": "landkreis_rhoen_grabfeld" }, { "title": "Landkreis Rosenheim", "module": "awido_de", "default_params": { "customer": "rosenheim" - } + }, + "id": "awido_de" }, { "title": "Landkreis Rotenburg (W\u00fcmme)", "module": "abfall_io", "default_params": { "key": "645adb3c27370a61f7eabbb2039de4f1" - } + }, + "id": "abfall_io" }, { "title": "Landkreis Roth", "module": "awido_de", "default_params": { "customer": "roth" - } + }, + "id": "awido_de" }, { "title": "Landkreis Roth", "module": "c_trace_de", "default_params": { "service": "roth" - } + }, + "id": "c_trace_de" }, { "title": "Landkreis Rottweil", "module": "abfall_io", "default_params": { "key": "d287412901d68d66825e588a60c94641" - } + }, + "id": "abfall_io" }, { "title": "Landkreis Schweinfurt", "module": "awido_de", "default_params": { "customer": "lra-schweinfurt" - } + }, + "id": "awido_de" }, { "title": "Landkreis Schw\u00e4bisch Hall", "module": "lrasha_de", - "default_params": {} + "default_params": {}, + "id": "lrasha_de" }, { "title": "Landkreis Sigmaringen", "module": "abfall_io", "default_params": { "key": "39886c5699d14e040063c0142cd0740b" - } + }, + "id": "abfall_io" }, { "title": "Landkreis soest", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_abfall_app_net" }, { "title": "Landkreis Stade", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_landkreis_stade_de" }, { "title": "Landkreis Stendal", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_abfall_app_net" }, { "title": "Landkreis S\u00fcdliche Weinstra\u00dfe", "module": "awido_de", "default_params": { "customer": "eww-suew" - } + }, + "id": "awido_de" }, { "title": "Landkreis Tirschenreuth", "module": "awido_de", "default_params": { "customer": "kreis-tir" - } + }, + "id": "awido_de" }, { "title": "Landkreis T\u00fcbingen", "module": "awido_de", "default_params": { "customer": "tuebingen" - } + }, + "id": "awido_de" }, { "title": "Landkreis Vogtland", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_vogtlandkreis_de" }, { "title": "Landkreis Wei\u00dfenburg-Gunzenhausen", "module": "abfall_io", "default_params": { "key": "31fb9c7d783a030bf9e4e1994c7d2a91" - } + }, + "id": "abfall_io" }, { "title": "Landkreis Wittmund", "module": "landkreis_wittmund_de", - "default_params": {} + "default_params": {}, + "id": "landkreis_wittmund_de" }, { "title": "Landkreis Wittmund (MyMuell App)", "module": "jumomind_de", "default_params": { "service_id": "mymuell" - } + }, + "id": "jumomind_de" }, { "title": "Landkreis Wittmund (MyMuell App)", "module": "jumomind_de", "default_params": { "service_id": "mymuell" - } + }, + "id": "jumomind_de" }, { "title": "Landkreis Wunsiedel im Fichtelgebirge", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.kufiapp" - } + }, + "id": "app_abfallplus_de" }, { "title": "Landkreisbetriebe Neuburg-Schrobenhausen", "module": "awido_de", "default_params": { "customer": "landkreisbetriebe" - } + }, + "id": "awido_de" }, { "title": "Landratsamt Aichach-Friedberg", "module": "awido_de", "default_params": { "customer": "aic-fdb" - } + }, + "id": "awido_de" }, { "title": "Landratsamt Bodenseekreis", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_bodenseekreis_de" }, { "title": "Landratsamt Dachau", "module": "awido_de", "default_params": { "customer": "lra-dah" - } + }, + "id": "awido_de" }, { "title": "Landratsamt Main-Tauber-Kreis", "module": "c_trace_de", "default_params": { "service": "maintauberkreis-abfallkalender" - } + }, + "id": "c_trace_de" }, { "title": "Landratsamt Miltenberg", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_landkreis_miltenberg_de" }, { "title": "Landratsamt Regensburg", "module": "awido_de", "default_params": { "customer": "lra-regensburg" - } + }, + "id": "awido_de" }, { "title": "Landratsamt Traunstein", "module": "abfall_io", "default_params": { "key": "279cc5db4db838d1cfbf42f6f0176a90" - } + }, + "id": "abfall_io" }, { "title": "Landratsamt Unterallg\u00e4u", "module": "abfall_io", "default_params": { "key": "c22b850ea4eff207a273e46847e417c5" - } + }, + "id": "abfall_io" }, { "title": "Landshut", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.abfallappla" - } + }, + "id": "app_abfallplus_de" }, { "title": "Langen", "module": "jumomind_de", "default_params": { "service_id": "kbl" - } + }, + "id": "jumomind_de" }, { "title": "Lebacher Abfallzweckverband (LAZ)", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_lebach_de" }, { "title": "Lennestadt", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_abfuhrtermine_info" }, { "title": "Leverkusen", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.avea" - } + }, + "id": "app_abfallplus_de" }, { "title": "Lichtenau", @@ -5880,7 +6901,8 @@ "default_params": { "state": "Nordrhein-Westfalen", "city": "Lichtenau" - } + }, + "id": "lobbe_app" }, { "title": "Lichtenfels", @@ -5888,78 +6910,90 @@ "default_params": { "state": "Hessen", "city": "Lichtenfels" - } + }, + "id": "lobbe_app" }, { "title": "LK Schwandorf", "module": "ics", "default_params": { "regex": "(.*) \\d{2}.\\d{2}.\\d{4}$" - } + }, + "id": "ics_entsorgung_sad_de" }, { "title": "Lobbe App", "module": "lobbe_app", - "default_params": {} + "default_params": {}, + "id": "lobbe_app" }, { "title": "Ludwigshafen", "module": "app_abfallplus_de", "default_params": { "app_id": "de.idcontor.abfalllu" - } + }, + "id": "app_abfallplus_de" }, { "title": "Ludwigshafen am Rhein", "module": "abfall_io", "default_params": { "key": "6efba91e69a5b454ac0ae3497978fe1d" - } + }, + "id": "abfall_io" }, { "title": "L\u00fcbbecke (Jumomind)", "module": "jumomind_de", "default_params": { "service_id": "lue" - } + }, + "id": "jumomind_de" }, { "title": "L\u00fcbeck Entsorgungsbetriebe", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_luebeck_de" }, { "title": "L\u00fctzelbach", "module": "reso_gmbh_de", "default_params": { "ort": "L\u00fctzelbach" - } + }, + "id": "reso_gmbh_de" }, { "title": "mags M\u00f6nchengladbacher Abfall-, Gr\u00fcn- und Stra\u00dfenbetriebe A\u00f6R", "module": "mags_de", - "default_params": {} + "default_params": {}, + "id": "mags_de" }, { "title": "Main-Kinzig-Kreis", "module": "jumomind_de", "default_params": { "service_id": "mkk" - } + }, + "id": "jumomind_de" }, { "title": "Main-Kinzig-Kreis (MyMuell App)", "module": "jumomind_de", "default_params": { "service_id": "mymuell" - } + }, + "id": "jumomind_de" }, { "title": "Mannheim", "module": "app_abfallplus_de", "default_params": { "app_id": "abfallMA.ucom.de" - } + }, + "id": "app_abfallplus_de" }, { "title": "Marienm\u00fcnster", @@ -5967,7 +7001,8 @@ "default_params": { "state": "Nordrhein-Westfalen", "city": "Marienm\u00fcnster" - } + }, + "id": "lobbe_app" }, { "title": "Marsberg", @@ -5975,14 +7010,16 @@ "default_params": { "state": "Nordrhein-Westfalen", "city": "Marsberg" - } + }, + "id": "lobbe_app" }, { "title": "Mechernich und Kommunen", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.abfallinfoapp" - } + }, + "id": "app_abfallplus_de" }, { "title": "Medebach", @@ -5990,12 +7027,14 @@ "default_params": { "state": "Nordrhein-Westfalen", "city": "Medebach" - } + }, + "id": "lobbe_app" }, { "title": "Mein-Abfallkalender.online", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_mein_abfallkalender_online" }, { "title": "Meinerzhagen", @@ -6003,7 +7042,8 @@ "default_params": { "state": "Nordrhein-Westfalen", "city": "Meinerzhagen" - } + }, + "id": "lobbe_app" }, { "title": "Menden", @@ -6011,7 +7051,8 @@ "default_params": { "state": "Nordrhein-Westfalen", "city": "Menden" - } + }, + "id": "lobbe_app" }, { "title": "Meschede", @@ -6019,73 +7060,84 @@ "default_params": { "state": "Nordrhein-Westfalen", "city": "Meschede" - } + }, + "id": "lobbe_app" }, { "title": "Metzingen", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.abfallappmetz" - } + }, + "id": "app_abfallplus_de" }, { "title": "Michelstadt", "module": "reso_gmbh_de", "default_params": { "ort": "Michelstadt" - } + }, + "id": "reso_gmbh_de" }, { "title": "Minden", "module": "jumomind_de", "default_params": { "service_id": "sbm" - } + }, + "id": "jumomind_de" }, { "title": "Mossautal", "module": "reso_gmbh_de", "default_params": { "ort": "Mossautal" - } + }, + "id": "reso_gmbh_de" }, { "title": "MZV Biedenkopf", "module": "buergerportal_de", "default_params": { "operator": "biedenkopf" - } + }, + "id": "buergerportal_de" }, { "title": "M\u00fchlheim am Main (MyMuell App)", "module": "jumomind_de", "default_params": { "service_id": "mymuell" - } + }, + "id": "jumomind_de" }, { "title": "M\u00fcllabfuhr Deutschland", "module": "muellabfuhr_de", - "default_params": {} + "default_params": {}, + "id": "muellabfuhr_de" }, { "title": "M\u00fcllALARM / Sch\u00f6nmackers", "module": "abfall_io", "default_params": { "key": "e5543a3e190cb8d91c645660ad60965f" - } + }, + "id": "abfall_io" }, { "title": "M\u00fcllmax", "module": "muellmax_de", - "default_params": {} + "default_params": {}, + "id": "muellmax_de" }, { "title": "M\u00fcnchen Landkreis", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.lkmabfallplus" - } + }, + "id": "app_abfallplus_de" }, { "title": "Nachrodt-Wiblingwerde", @@ -6093,21 +7145,24 @@ "default_params": { "state": "Nordrhein-Westfalen", "city": "Nachrodt-Wiblingwerde" - } + }, + "id": "lobbe_app" }, { "title": "Neckar-Odenwald-Kreis", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.abfallappno" - } + }, + "id": "app_abfallplus_de" }, { "title": "Nenndorf (MyMuell App)", "module": "jumomind_de", "default_params": { "service_id": "mymuell" - } + }, + "id": "jumomind_de" }, { "title": "Neu Ulm", @@ -6115,71 +7170,82 @@ "default_params": { "regex": "Abfuhr (.*)", "split_at": "- und " - } + }, + "id": "ics_neu_ulm_de" }, { "title": "Neum\u00fcnster (MyMuell App)", "module": "jumomind_de", "default_params": { "service_id": "mymuell" - } + }, + "id": "jumomind_de" }, { "title": "Neunkirchen Siegerland", "module": "abfall_neunkirchen_siegerland_de", - "default_params": {} + "default_params": {}, + "id": "abfall_neunkirchen_siegerland_de" }, { "title": "Neustadt a.d. Waldnaab", "module": "awido_de", "default_params": { "customer": "neustadt" - } + }, + "id": "awido_de" }, { "title": "Neustadt an der Weinstra\u00dfe", "module": "jumomind_de", "default_params": { "service_id": "esn" - } + }, + "id": "jumomind_de" }, { "title": "Nordsachsen", "module": "app_abfallplus_de", "default_params": { "app_id": "de.abfallwecker" - } + }, + "id": "app_abfallplus_de" }, { "title": "Oberhavel", "module": "app_abfallplus_de", "default_params": { "app_id": "de.albagroup.app" - } + }, + "id": "app_abfallplus_de" }, { "title": "Oberhavel AWU", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_awu_oberhavel_de" }, { "title": "Oberzent", "module": "reso_gmbh_de", "default_params": { "ort": "Oberzent" - } + }, + "id": "reso_gmbh_de" }, { "title": "Oldenburg", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.abfallappol" - } + }, + "id": "app_abfallplus_de" }, { "title": "Olpe", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_abfuhrtermine_info" }, { "title": "Olsberg", @@ -6187,28 +7253,32 @@ "default_params": { "state": "Nordrhein-Westfalen", "city": "Olsberg" - } + }, + "id": "lobbe_app" }, { "title": "Ortenaukreis", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.abfallappog" - } + }, + "id": "app_abfallplus_de" }, { "title": "Ostholstein", "module": "jumomind_de", "default_params": { "service_id": "zvo" - } + }, + "id": "jumomind_de" }, { "title": "Ostprignitz-Ruppin", "module": "app_abfallplus_de", "default_params": { "app_id": "de.albagroup.app" - } + }, + "id": "app_abfallplus_de" }, { "title": "Plettenberg", @@ -6216,109 +7286,126 @@ "default_params": { "state": "Nordrhein-Westfalen", "city": "Plettenberg" - } + }, + "id": "lobbe_app" }, { "title": "Potsdam", "module": "potsdam_de", - "default_params": {} + "default_params": {}, + "id": "potsdam_de" }, { "title": "Prignitz", "module": "app_abfallplus_de", "default_params": { "app_id": "de.abfallwecker" - } + }, + "id": "app_abfallplus_de" }, { "title": "Prignitz", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.unterallgaeu" - } + }, + "id": "app_abfallplus_de" }, { "title": "Prignitz", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.willkommen" - } + }, + "id": "app_abfallplus_de" }, { "title": "Pullach im Isartal", "module": "awido_de", "default_params": { "customer": "pullach" - } + }, + "id": "awido_de" }, { "title": "Recklinghausen", "module": "jumomind_de", "default_params": { "service_id": "ksr" - } + }, + "id": "jumomind_de" }, { "title": "RegioEntsorgung A\u00f6R", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.regioentsorgung" - } + }, + "id": "app_abfallplus_de" }, { "title": "RegioEntsorgung St\u00e4dteregion Aachen", "module": "regioentsorgung_de", - "default_params": {} + "default_params": {}, + "id": "regioentsorgung_de" }, { "title": "Reichelsheim", "module": "reso_gmbh_de", "default_params": { "ort": "Reichelsheim" - } + }, + "id": "reso_gmbh_de" }, { "title": "RESO", "module": "reso_gmbh_de", - "default_params": {} + "default_params": {}, + "id": "reso_gmbh_de" }, { "title": "Rhein-Hunsr\u00fcck (Jumomind)", "module": "jumomind_de", "default_params": { "service_id": "rhe" - } + }, + "id": "jumomind_de" }, { "title": "Rhein-Hunsr\u00fcck Entsorgung (RHE)", "module": "rh_entsorgung_de", - "default_params": {} + "default_params": {}, + "id": "rh_entsorgung_de" }, { "title": "Rhein-Neckar-Kreis", "module": "app_abfallplus_de", "default_params": { "app_id": "de.ucom.abfallavr" - } + }, + "id": "app_abfallplus_de" }, { "title": "Rhein-Neckar-Kreis", "module": "abfall_io", "default_params": { "key": "914fb9d000a9a05af4fd54cfba478860" - } + }, + "id": "abfall_io" }, { "title": "Rhein-Pfalz-Kreis", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_abfall_app_net" }, { "title": "Rosbach Vor Der H\u00f6he", "module": "jumomind_de", "default_params": { "service_id": "ros" - } + }, + "id": "jumomind_de" }, { "title": "Rosenthal", @@ -6326,35 +7413,40 @@ "default_params": { "state": "Hessen", "city": "Rosenthal" - } + }, + "id": "lobbe_app" }, { "title": "Rottweil", "module": "app_abfallplus_de", "default_params": { "app_id": "de.abfallwecker" - } + }, + "id": "app_abfallplus_de" }, { "title": "Rottweil", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.unterallgaeu" - } + }, + "id": "app_abfallplus_de" }, { "title": "Rottweil", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.willkommen" - } + }, + "id": "app_abfallplus_de" }, { "title": "RSAG Rhein-Sieg-Kreis", "module": "muellmax_de", "default_params": { "service": "Rsa" - } + }, + "id": "muellmax_de" }, { "title": "R\u00fcthen", @@ -6362,21 +7454,24 @@ "default_params": { "state": "Nordrhein-Westfalen", "city": "R\u00fcthen" - } + }, + "id": "lobbe_app" }, { "title": "Salzgitter (MyMuell App)", "module": "jumomind_de", "default_params": { "service_id": "mymuell" - } + }, + "id": "jumomind_de" }, { "title": "Salzlandkreis", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.abfallslk" - } + }, + "id": "app_abfallplus_de" }, { "title": "Schalksm\u00fchle", @@ -6384,12 +7479,14 @@ "default_params": { "state": "Nordrhein-Westfalen", "city": "Schalksm\u00fchle" - } + }, + "id": "lobbe_app" }, { "title": "Schleswig-Flensburg (ASF)", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_asf_online_de" }, { "title": "Schmallenberg", @@ -6397,291 +7494,336 @@ "default_params": { "state": "Nordrhein-Westfalen", "city": "Schmallenberg" - } + }, + "id": "lobbe_app" }, { "title": "Schmitten im Taunus (MyMuell App)", "module": "jumomind_de", "default_params": { "service_id": "mymuell" - } + }, + "id": "jumomind_de" }, { "title": "Schwarze Elster", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.aevapp" - } + }, + "id": "app_abfallplus_de" }, { "title": "Schwarzwald-Baar-Kreis", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.abfallsbk" - } + }, + "id": "app_abfallplus_de" }, { "title": "Sch\u00f6neck (MyMuell App)", "module": "jumomind_de", "default_params": { "service_id": "mymuell" - } + }, + "id": "jumomind_de" }, { "title": "Sch\u00f6nmackers", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.muellalarm" - } + }, + "id": "app_abfallplus_de" }, { "title": "Sector 27 - Datteln, Marl, Oer-Erkenschwick", "module": "sector27_de", - "default_params": {} + "default_params": {}, + "id": "sector27_de" }, { "title": "Seligenstadt (MyMuell App)", "module": "jumomind_de", "default_params": { "service_id": "mymuell" - } + }, + "id": "jumomind_de" }, { "title": "Siegen", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_siegen_stadt_de" }, { "title": "Stadt Aachen", "module": "abfallnavi_de", "default_params": { "service": "aachen" - } + }, + "id": "abfallnavi_de" }, { "title": "Stadt Arnsberg", "module": "c_trace_de", "default_params": { "service": "arnsberg-abfallkalender" - } + }, + "id": "c_trace_de" }, { "title": "Stadt Bayreuth", "module": "c_trace_de", "default_params": { "service": "bayreuthstadt-abfallkalender" - } + }, + "id": "c_trace_de" }, { "title": "Stadt Cottbus", "module": "abfallnavi_de", "default_params": { "service": "cottbus" - } + }, + "id": "abfallnavi_de" }, { "title": "Stadt Darmstadt", "module": "muellmax_de", "default_params": { "service": "Ead" - } + }, + "id": "muellmax_de" }, { "title": "Stadt Detmold", "module": "ics", "default_params": { "regex": "M\u00fcllabfuhr: (.*)" - } + }, + "id": "ics_detmold_de" }, { "title": "Stadt Dorsten", "module": "abfallnavi_de", "default_params": { "service": "dorsten" - } + }, + "id": "abfallnavi_de" }, { "title": "Stadt Emmendingen", "module": "cmcitymedia_de", "default_params": { "hpid": 424 - } + }, + "id": "cmcitymedia_de" }, { "title": "Stadt Frankenberg (Eder)", "module": "frankenberg_de", - "default_params": {} + "default_params": {}, + "id": "frankenberg_de" }, { "title": "Stadt Fulda", "module": "awido_de", "default_params": { "customer": "fulda-stadt" - } + }, + "id": "awido_de" }, { "title": "Stadt Haltern am See", "module": "muellmax_de", "default_params": { "service": "Hal" - } + }, + "id": "muellmax_de" }, { "title": "Stadt Hamm", "module": "muellmax_de", "default_params": { "service": "Ash" - } + }, + "id": "muellmax_de" }, { "title": "Stadt Hanau", "module": "muellmax_de", "default_params": { "service": "His" - } + }, + "id": "muellmax_de" }, { "title": "Stadt Kaufbeuren", "module": "awido_de", "default_params": { "customer": "kaufbeuren" - } + }, + "id": "awido_de" }, { "title": "Stadt Koblenz", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_koblenz_de" }, { "title": "Stadt Landshut", "module": "abfall_io", "default_params": { "key": "bd0c2d0177a0849a905cded5cb734a6f" - } + }, + "id": "abfall_io" }, { "title": "Stadt Mainhausen", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_stadt_mainhausen_de" }, { "title": "Stadt Maintal", "module": "muellmax_de", "default_params": { "service": "Mai" - } + }, + "id": "muellmax_de" }, { "title": "Stadt Memmingen", "module": "awido_de", "default_params": { "customer": "memmingen" - } + }, + "id": "awido_de" }, { "title": "Stadt Messstetten", "module": "cmcitymedia_de", "default_params": { "hpid": 441 - } + }, + "id": "cmcitymedia_de" }, { "title": "Stadt Norderstedt", "module": "abfallnavi_de", "default_params": { "service": "nds" - } + }, + "id": "abfallnavi_de" }, { "title": "Stadt Osnabr\u00fcck", "module": "ics", "default_params": { "regex": "OSB (.*)" - } + }, + "id": "ics_osnabrueck_de" }, { "title": "Stadt Overath", "module": "c_trace_de", "default_params": { "service": "overathabfallkalender" - } + }, + "id": "c_trace_de" }, { "title": "Stadt Regensburg", "module": "awido_de", "default_params": { "customer": "regensburg" - } + }, + "id": "awido_de" }, { "title": "Stadt Solingen", "module": "abfallnavi_de", "default_params": { "service": "solingen" - } + }, + "id": "abfallnavi_de" }, { "title": "Stadt Unterschlei\u00dfheim", "module": "awido_de", "default_params": { "customer": "unterschleissheim" - } + }, + "id": "awido_de" }, { "title": "Stadtbetrieb Frechen", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_stadtbetrieb_frechen_de" }, { "title": "Stadtbildpflege Kaiserslautern", "module": "muellmax_de", "default_params": { "service": "Ask" - } + }, + "id": "muellmax_de" }, { "title": "Stadtentsorgung Rostock", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_stadtentsorgung_rostock_de" }, { "title": "Stadtreinigung Dresden", "module": "stadtreinigung_dresden_de", - "default_params": {} + "default_params": {}, + "id": "stadtreinigung_dresden_de" }, { "title": "Stadtreinigung Hamburg", "module": "stadtreinigung_hamburg", - "default_params": {} + "default_params": {}, + "id": "stadtreinigung_hamburg" }, { "title": "Stadtreinigung Leipzig", "module": "ics", "default_params": { "regex": "(.*), .*" - } + }, + "id": "ics_stadtreinigung_leipzig_de" }, { "title": "Stadtreinigung Leipzig", "module": "stadtreinigung_leipzig_de", - "default_params": {} + "default_params": {}, + "id": "stadtreinigung_leipzig_de" }, { "title": "StadtService Br\u00fchl", "module": "stadtservice_bruehl_de", - "default_params": {} + "default_params": {}, + "id": "stadtservice_bruehl_de" }, { "title": "Stadtwerke Erfurt, SWE", "module": "hausmuell_info", "default_params": { "subdomain": "erfurt" - } + }, + "id": "hausmuell_info" }, { "title": "Stadtwerke H\u00fcrth", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_stadtwerke_huerth_de" }, { "title": "Steinheim", @@ -6689,19 +7831,22 @@ "default_params": { "state": "Nordrhein-Westfalen", "city": "Steinheim" - } + }, + "id": "lobbe_app" }, { "title": "STL L\u00fcdenscheid", "module": "abfallnavi_de", "default_params": { "service": "stl" - } + }, + "id": "abfallnavi_de" }, { "title": "St\u00e4dteservice Raunheim R\u00fcsselsheim", "module": "staedteservice_de", - "default_params": {} + "default_params": {}, + "id": "staedteservice_de" }, { "title": "Sundern", @@ -6709,69 +7854,80 @@ "default_params": { "state": "Nordrhein-Westfalen", "city": "Sundern" - } + }, + "id": "lobbe_app" }, { "title": "SWK Herford", "module": "ics", "default_params": { "regex": "HF (.*?),? \\d{1} w\u00f6chentlich.*" - } + }, + "id": "ics_swk_herford_de" }, { "title": "S\u00fcdbrandenburgischer Abfallzweckverband", "module": "sbazv_de", - "default_params": {} + "default_params": {}, + "id": "sbazv_de" }, { "title": "TBR Remscheid", "module": "muellmax_de", "default_params": { "service": "Tbr" - } + }, + "id": "muellmax_de" }, { "title": "TBV Velbert", "module": "tbv_velbert_de", - "default_params": {} + "default_params": {}, + "id": "tbv_velbert_de" }, { "title": "Team Orange (Landkreis W\u00fcrzburg)", "module": "abfall_io", "default_params": { "key": "3701fd1ff111f63996ab46a448669ea3" - } + }, + "id": "abfall_io" }, { "title": "Technischer Betriebsdienst Reutlingen", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_tbr_reutlingen_de" }, { "title": "tonnenleerung.de LK Aichach-Friedberg + Neuburg-Schrobenhausen", "module": "tonnenleerung_de", - "default_params": {} + "default_params": {}, + "id": "tonnenleerung_de" }, { "title": "Tuttlingen", "module": "app_abfallplus_de", "default_params": { "app_id": "de.abfallwecker" - } + }, + "id": "app_abfallplus_de" }, { "title": "Tuttlingen", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.unterallgaeu" - } + }, + "id": "app_abfallplus_de" }, { "title": "Tuttlingen", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.willkommen" - } + }, + "id": "app_abfallplus_de" }, { "title": "Twistetal", @@ -6779,61 +7935,70 @@ "default_params": { "state": "Hessen", "city": "Twistetal" - } + }, + "id": "lobbe_app" }, { "title": "T\u00fcbingen", "module": "app_abfallplus_de", "default_params": { "app_id": "de.albagroup.app" - } + }, + "id": "app_abfallplus_de" }, { "title": "Uckermark", "module": "jumomind_de", "default_params": { "service_id": "udg" - } + }, + "id": "jumomind_de" }, { "title": "ULM (EBU)", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_ebu_ulm_de" }, { "title": "Ulm (MyMuell App)", "module": "jumomind_de", "default_params": { "service_id": "mymuell" - } + }, + "id": "jumomind_de" }, { "title": "USB Bochum", "module": "muellmax_de", "default_params": { "service": "Usb" - } + }, + "id": "muellmax_de" }, { "title": "Usingen (MyMuell App)", "module": "jumomind_de", "default_params": { "service_id": "mymuell" - } + }, + "id": "jumomind_de" }, { "title": "VIVO Landkreis Miesbach", "module": "abfall_io", "default_params": { "key": "4e33d4f09348fdcc924341bf2f27ec86" - } + }, + "id": "abfall_io" }, { "title": "Volkmarsen (MyMuell App)", "module": "jumomind_de", "default_params": { "service_id": "mymuell" - } + }, + "id": "jumomind_de" }, { "title": "V\u00f6hl", @@ -6841,35 +8006,40 @@ "default_params": { "state": "Hessen", "city": "V\u00f6hl" - } + }, + "id": "lobbe_app" }, { "title": "V\u00f6hringen (MyMuell App)", "module": "jumomind_de", "default_params": { "service_id": "mymuell" - } + }, + "id": "jumomind_de" }, { "title": "Waldshut", "module": "app_abfallplus_de", "default_params": { "app_id": "de.abfallwecker" - } + }, + "id": "app_abfallplus_de" }, { "title": "Waldshut", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.unterallgaeu" - } + }, + "id": "app_abfallplus_de" }, { "title": "Waldshut", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.willkommen" - } + }, + "id": "app_abfallplus_de" }, { "title": "Warburg", @@ -6877,7 +8047,8 @@ "default_params": { "state": "Nordrhein-Westfalen", "city": "Warburg" - } + }, + "id": "lobbe_app" }, { "title": "Warstein", @@ -6885,26 +8056,30 @@ "default_params": { "state": "Nordrhein-Westfalen", "city": "Warstein" - } + }, + "id": "lobbe_app" }, { "title": "WBO Wirtschaftsbetriebe Oberhausen", "module": "abfallnavi_de", "default_params": { "service": "oberhausen" - } + }, + "id": "abfallnavi_de" }, { "title": "Wegberg (MyMuell App)", "module": "jumomind_de", "default_params": { "service_id": "mymuell" - } + }, + "id": "jumomind_de" }, { "title": "Wenden", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_abfuhrtermine_info" }, { "title": "Werdohl", @@ -6912,40 +8087,46 @@ "default_params": { "state": "Nordrhein-Westfalen", "city": "Werdohl" - } + }, + "id": "lobbe_app" }, { "title": "Wermelskirchen (Service Down)", "module": "wermelskirchen_de", - "default_params": {} + "default_params": {}, + "id": "wermelskirchen_de" }, { "title": "Westerholt (MyMuell App)", "module": "jumomind_de", "default_params": { "service_id": "mymuell" - } + }, + "id": "jumomind_de" }, { "title": "Westerwaldkreis", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.wabapp" - } + }, + "id": "app_abfallplus_de" }, { "title": "WGV Recycling GmbH", "module": "awido_de", "default_params": { "customer": "wgv" - } + }, + "id": "awido_de" }, { "title": "Wilhelmshaven (MyMuell App)", "module": "jumomind_de", "default_params": { "service_id": "mymuell" - } + }, + "id": "jumomind_de" }, { "title": "Willebadessen", @@ -6953,7 +8134,8 @@ "default_params": { "state": "Nordrhein-Westfalen", "city": "Willebadessen" - } + }, + "id": "lobbe_app" }, { "title": "Willingen", @@ -6961,7 +8143,8 @@ "default_params": { "state": "Hessen", "city": "Willingen" - } + }, + "id": "lobbe_app" }, { "title": "Winterberg", @@ -6969,132 +8152,154 @@ "default_params": { "state": "Nordrhein-Westfalen", "city": "Winterberg" - } + }, + "id": "lobbe_app" }, { "title": "Wolfsburger Abfallwirtschaft und Stra\u00dfenreinigung", "module": "was_wolfsburg_de", - "default_params": {} + "default_params": {}, + "id": "was_wolfsburg_de" }, { "title": "WZV Kreis Segeberg", "module": "c_trace_de", "default_params": { "service": "segebergwzv-abfallkalender" - } + }, + "id": "c_trace_de" }, { "title": "W\u00fcrzburg", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.wuerzburg" - } + }, + "id": "app_abfallplus_de" }, { "title": "ZAH Hildesheim", "module": "ics", "default_params": { "regex": "(.*)(?:\\s\\(verschoben\\))" - } + }, + "id": "ics_zah_hildesheim_de" }, { "title": "ZAK Kempten", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.abfallappzak" - } + }, + "id": "app_abfallplus_de" }, { "title": "ZAW Donau-Wald", "module": "awg_de", - "default_params": {} + "default_params": {}, + "id": "awg_de" }, { "title": "ZAW-SR", "module": "app_abfallplus_de", "default_params": { "app_id": "de.zawsr" - } + }, + "id": "app_abfallplus_de" }, { "title": "ZEW Zweckverband Entsorgungsregion West", "module": "abfallnavi_de", "default_params": { "service": "zew2" - } + }, + "id": "abfallnavi_de" }, { "title": "ZfA Iserlohn", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_zfa_iserlohn_de" }, { "title": "Zollernalbkreis", "module": "app_abfallplus_de", "default_params": { "app_id": "de.k4systems.abfallzak" - } + }, + "id": "app_abfallplus_de" }, { "title": "Zollernalbkreis", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_abfall_io_ics" }, { "title": "Zweckverband Abfallwirtschaft Kreis Bergstra\u00dfe", "module": "zakb_de", - "default_params": {} + "default_params": {}, + "id": "zakb_de" }, { "title": "Zweckverband Abfallwirtschaft Oberes Elbtal", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_zaoe_de" }, { "title": "Zweckverband Abfallwirtschaft Region Hannover", "module": "aha_region_de", - "default_params": {} + "default_params": {}, + "id": "aha_region_de" }, { "title": "Zweckverband Abfallwirtschaft Saale-Orla", "module": "awido_de", "default_params": { "customer": "zaso" - } + }, + "id": "awido_de" }, { "title": "Zweckverband Abfallwirtschaft Schwalm-Eder-Kreis", "module": "zva_sek_de", - "default_params": {} + "default_params": {}, + "id": "zva_sek_de" }, { "title": "Zweckverband Abfallwirtschaft S\u00fcdwestsachsen (ZAS)", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_za_sws_de" }, { "title": "Zweckverband M\u00fcnchen-S\u00fcdost", "module": "awido_de", "default_params": { "customer": "zv-muc-so" - } + }, + "id": "awido_de" } ], "Hungary": [ { "title": "FKF Budapest", "module": "fkf_bp_hu", - "default_params": {} + "default_params": {}, + "id": "fkf_bp_hu" }, { "title": "FKF Buda\u00f6rs", "module": "fkf_bo_hu", - "default_params": {} + "default_params": {}, + "id": "fkf_bo_hu" }, { "title": "\u00c9TH (\u00c9rd, Di\u00f3sd, Nagytarcsa, S\u00f3sk\u00fat, T\u00e1rnok)", "module": "eth_erd_hu", - "default_params": {} + "default_params": {}, + "id": "eth_erd_hu" } ], "Italy": [ @@ -7103,115 +8308,132 @@ "module": "aliaserviziambientali_it", "default_params": { "municipality": "Agliana" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Alia Servizi Ambientali S.p.A.", "module": "aliaserviziambientali_it", - "default_params": {} + "default_params": {}, + "id": "aliaserviziambientali_it" }, { "title": "Bagno a Ripoli", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Bagno a Ripoli" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Barberino di Mugello", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Barberino di Mugello" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Barberino Tavarnelle", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Barberino Tavarnelle" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Borgo San Lorenzo", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Borgo San Lorenzo" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Buggiano", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Buggiano" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Calenzano", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Calenzano" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Campi Bisenzio", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Campi Bisenzio" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Cantagallo", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Cantagallo" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Capraia e Limite", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Capraia e Limite" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Carmignano", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Carmignano" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Castelfiorentino", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Castelfiorentino" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Cerreto Guidi", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Cerreto Guidi" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Certaldo", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Certaldo" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Chiesina Uzzanese", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Chiesina Uzzanese" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "CIDIU S.p.A.", "module": "cidiu_it", - "default_params": {} + "default_params": {}, + "id": "cidiu_it" }, { "title": "Contarina S.p.A", @@ -7220,340 +8442,390 @@ "url": "https://contarina.it/ajax/moduli/appbugfixapi/genera_ics_calendari?id_zona={zone}", "split_at": ", ", "regex": ".*: (.*)" - } + }, + "id": "ics_contarina_it" }, { "title": "Empoli", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Empoli" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Fiesole", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Fiesole" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Figline e Incisa Valdarno", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Figline e Incisa Valdarno" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Firenze", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Firenze" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Fucecchio", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Fucecchio" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Gambassi Terme", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Gambassi Terme" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Greve in Chianti", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Greve in Chianti" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Il Rifiutologo", "module": "ilrifiutologo_it", - "default_params": {} + "default_params": {}, + "id": "ilrifiutologo_it" }, { "title": "Impruneta", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Impruneta" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "isontina ambiente: Ronchi dei legionari", "module": "isontinambiente_it", - "default_params": {} + "default_params": {}, + "id": "isontinambiente_it" }, { "title": "Lamporecchio", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Lamporecchio" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Larciano", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Larciano" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Lastra a Signa", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Lastra a Signa" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Marliana", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Marliana" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Massa e Cozzile", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Massa e Cozzile" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Monsummano Terme", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Monsummano Terme" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Montaione", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Montaione" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Montale", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Montale" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Montecatini Terme", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Montecatini Terme" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Montelupo Fiorentino", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Montelupo Fiorentino" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Montemurlo", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Montemurlo" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Montespertoli", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Montespertoli" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Pescia", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Pescia" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Pieve a Nievole", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Pieve a Nievole" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Pistoia", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Pistoia" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Poggio a Caiano", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Poggio a Caiano" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Ponte Buggianese", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Ponte Buggianese" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Prato", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Prato" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Quarrata", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Quarrata" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Rignano sull'Arno", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Rignano sull'Arno" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Sambuca Pistoiese", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Sambuca Pistoiese" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "San Casciano in Val di Pesa", "module": "aliaserviziambientali_it", "default_params": { "municipality": "San Casciano in Val di Pesa" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "San Marcello Piteglio", "module": "aliaserviziambientali_it", "default_params": { "municipality": "San Marcello Piteglio" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Scandicci", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Scandicci" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Scarperia e San Piero", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Scarperia e San Piero" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Serravalle Pistoiese", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Serravalle Pistoiese" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Sesto Fiorentino", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Sesto Fiorentino" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Signa", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Signa" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Uzzano", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Uzzano" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Vaglia", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Vaglia" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Vaiano", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Vaiano" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Vernio", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Vernio" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Vicchio", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Vicchio" - } + }, + "id": "aliaserviziambientali_it" }, { "title": "Vinci", "module": "aliaserviziambientali_it", "default_params": { "municipality": "Vinci" - } + }, + "id": "aliaserviziambientali_it" } ], "Lithuania": [ { "title": "Kauno \u0161vara", "module": "grafikai_svara_lt", - "default_params": {} + "default_params": {}, + "id": "grafikai_svara_lt" }, { "title": "Tel\u0161i\u0173 keliai", "module": "tkeliai_lt", - "default_params": {} + "default_params": {}, + "id": "tkeliai_lt" } ], "Luxembourg": [ { "title": "Esch-sur-Alzette", "module": "esch_lu", - "default_params": {} + "default_params": {}, + "id": "esch_lu" }, { "title": "SICA", "module": "sica_lu", - "default_params": {} + "default_params": {}, + "id": "sica_lu" }, { "title": "SICA", "module": "sicaapp_lu", - "default_params": {} + "default_params": {}, + "id": "sicaapp_lu" } ], "Netherlands": [ @@ -7562,691 +8834,806 @@ "module": "afvalstoffendienst_nl", "default_params": { "region": "s-hertogenbosch" - } + }, + "id": "afvalstoffendienst_nl" }, { "title": "ACV Group", "module": "ximmio_nl", "default_params": { "company": "acv" - } + }, + "id": "ximmio_nl" }, { "title": "Afvalstoffendienst.nl", "module": "afvalstoffendienst_nl", - "default_params": {} + "default_params": {}, + "id": "afvalstoffendienst_nl" }, { "title": "Alpen an den Rijn", "module": "hvcgroep_nl", "default_params": { "service": "alphenaandenrijn" - } + }, + "id": "hvcgroep_nl" }, { "title": "Altena", "module": "afvalstoffendienst_nl", "default_params": { "region": "altena" - } + }, + "id": "afvalstoffendienst_nl" }, { "title": "Area Afval", "module": "ximmio_nl", "default_params": { "company": "areareiniging" - } + }, + "id": "ximmio_nl" }, { "title": "Avalex", "module": "ximmio_nl", "default_params": { "company": "avalex" - } + }, + "id": "ximmio_nl" }, { "title": "Avri", "module": "ximmio_nl", "default_params": { "company": "avri" - } + }, + "id": "ximmio_nl" }, { "title": "Bar Afvalbeheer", "module": "ximmio_nl", "default_params": { "company": "bar" - } + }, + "id": "ximmio_nl" }, { "title": "Bernheze", "module": "afvalstoffendienst_nl", "default_params": { "region": "bernheze" - } + }, + "id": "afvalstoffendienst_nl" }, { "title": "Circulus", "module": "circulus_nl", - "default_params": {} + "default_params": {}, + "id": "circulus_nl" }, { "title": "Cyclus NV", "module": "hvcgroep_nl", "default_params": { "service": "cyclusnv" - } + }, + "id": "hvcgroep_nl" }, { "title": "Dar", "module": "hvcgroep_nl", "default_params": { "service": "dar" - } + }, + "id": "hvcgroep_nl" }, { "title": "Den Haag", "module": "hvcgroep_nl", "default_params": { "service": "denhaag" - } + }, + "id": "hvcgroep_nl" }, { "title": "GAD", "module": "hvcgroep_nl", "default_params": { "service": "gad" - } + }, + "id": "hvcgroep_nl" }, { "title": "Gemeente Almere", "module": "ximmio_nl", "default_params": { "company": "almere" - } + }, + "id": "ximmio_nl" }, { "title": "Gemeente Berkelland", "module": "hvcgroep_nl", "default_params": { "service": "gemeenteberkelland" - } + }, + "id": "hvcgroep_nl" }, { "title": "Gemeente Cranendonck", "module": "hvcgroep_nl", "default_params": { "service": "cranendonck" - } + }, + "id": "hvcgroep_nl" }, { "title": "Gemeente Hellendoorn", "module": "ximmio_nl", "default_params": { "company": "hellendoorn" - } + }, + "id": "ximmio_nl" }, { "title": "Gemeente Lingewaard", "module": "hvcgroep_nl", "default_params": { "service": "lingewaard" - } + }, + "id": "hvcgroep_nl" }, { "title": "Gemeente Meppel", "module": "ximmio_nl", "default_params": { "company": "meppel" - } + }, + "id": "ximmio_nl" }, { "title": "Gemeente Middelburg + Vlissingen", "module": "hvcgroep_nl", "default_params": { "service": "middelburgvlissingen" - } + }, + "id": "hvcgroep_nl" }, { "title": "Gemeente Peel en Maas", "module": "hvcgroep_nl", "default_params": { "service": "peelenmaas" - } + }, + "id": "hvcgroep_nl" }, { "title": "Gemeente Schouwen-Duiveland", "module": "hvcgroep_nl", "default_params": { "service": "schouwen-duiveland" - } + }, + "id": "hvcgroep_nl" }, { "title": "Gemeente Sudwest-Fryslan", "module": "hvcgroep_nl", "default_params": { "service": "sudwestfryslan" - } + }, + "id": "hvcgroep_nl" }, { "title": "Gemeente Venray", "module": "hvcgroep_nl", "default_params": { "service": "venray" - } + }, + "id": "hvcgroep_nl" }, { "title": "Gemeente Voorschoten", "module": "hvcgroep_nl", "default_params": { "service": "voorschoten" - } + }, + "id": "hvcgroep_nl" }, { "title": "Gemeente Waalre", "module": "hvcgroep_nl", "default_params": { "service": "waalre" - } + }, + "id": "hvcgroep_nl" }, { "title": "Gemeente Westland", "module": "ximmio_nl", "default_params": { "company": "westland" - } + }, + "id": "ximmio_nl" }, { "title": "Goes", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_goes_nl" }, { "title": "Heusden", "module": "afvalstoffendienst_nl", "default_params": { "region": "heusden" - } + }, + "id": "afvalstoffendienst_nl" }, { "title": "HVC Groep", "module": "hvcgroep_nl", "default_params": { "service": "hvcgroep" - } + }, + "id": "hvcgroep_nl" }, { "title": "Meerlanden", "module": "ximmio_nl", "default_params": { "company": "meerlanden" - } + }, + "id": "ximmio_nl" }, { "title": "Mijn Blink", "module": "hvcgroep_nl", "default_params": { "service": "mijnblink" - } + }, + "id": "hvcgroep_nl" }, { "title": "Oisterwijk", "module": "afvalstoffendienst_nl", "default_params": { "region": "oisterwijk" - } + }, + "id": "afvalstoffendienst_nl" }, { "title": "PreZero", "module": "hvcgroep_nl", "default_params": { "service": "prezero" - } + }, + "id": "hvcgroep_nl" }, { "title": "Purmerend", "module": "hvcgroep_nl", "default_params": { "service": "purmerend" - } + }, + "id": "hvcgroep_nl" }, { "title": "RAD BV", "module": "ximmio_nl", "default_params": { "company": "rad" - } + }, + "id": "ximmio_nl" }, { "title": "Rd4", "module": "rd4_nl", - "default_params": {} + "default_params": {}, + "id": "rd4_nl" }, { "title": "Reinis", "module": "ximmio_nl", "default_params": { "company": "reinis" - } + }, + "id": "ximmio_nl" }, { "title": "Spaarnelanden", "module": "hvcgroep_nl", "default_params": { "service": "spaarnelanden" - } + }, + "id": "hvcgroep_nl" }, { "title": "Twente Milieu", "module": "ximmio_nl", "default_params": { "company": "twentemilieu" - } + }, + "id": "ximmio_nl" }, { "title": "Vught", "module": "afvalstoffendienst_nl", "default_params": { "region": "vught" - } + }, + "id": "afvalstoffendienst_nl" }, { "title": "Waardlanden", "module": "ximmio_nl", "default_params": { "company": "waardlanden" - } + }, + "id": "ximmio_nl" }, { "title": "Ximmio", "module": "ximmio_nl", - "default_params": {} + "default_params": {}, + "id": "ximmio_nl" }, { "title": "ZRD", "module": "hvcgroep_nl", "default_params": { "service": "zrd" - } + }, + "id": "hvcgroep_nl" }, { "title": "\u00d4ffalkalinder van Noardeast-Frysl\u00e2n & Dantumadiel", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_offalkalinder_nl" } ], "New Zealand": [ { "title": "Auckland Council", "module": "aucklandcouncil_govt_nz", - "default_params": {} + "default_params": {}, + "id": "aucklandcouncil_govt_nz" }, { "title": "Christchurch City Council", "module": "ccc_govt_nz", - "default_params": {} + "default_params": {}, + "id": "ccc_govt_nz" }, { "title": "Dunedin District Council", "module": "dunedin_govt_nz", - "default_params": {} + "default_params": {}, + "id": "dunedin_govt_nz" }, { "title": "Gore, Invercargill & Southland", "module": "wastenet_org_nz", - "default_params": {} + "default_params": {}, + "id": "wastenet_org_nz" }, { "title": "Hamilton City Council", "module": "hcc_govt_nz", - "default_params": {} + "default_params": {}, + "id": "hcc_govt_nz" }, { "title": "Horowhenua District Council", "module": "horowhenua_govt_nz", - "default_params": {} + "default_params": {}, + "id": "horowhenua_govt_nz" }, { "title": "Hutt City Council", "module": "toogoodtowaste_co_nz", - "default_params": {} + "default_params": {}, + "id": "toogoodtowaste_co_nz" }, { "title": "Napier City Council", "module": "napier_govt_nz", - "default_params": {} + "default_params": {}, + "id": "napier_govt_nz" }, { "title": "Porirua City", "module": "poriruacity_govt_nz", - "default_params": {} + "default_params": {}, + "id": "poriruacity_govt_nz" }, { "title": "Rotorua Lakes Council", "module": "rotorua_lakes_council_nz", - "default_params": {} + "default_params": {}, + "id": "rotorua_lakes_council_nz" }, { "title": "Tauranga City Council", "module": "tauranga_govt_nz", - "default_params": {} + "default_params": {}, + "id": "tauranga_govt_nz" }, { "title": "Waipa District Council", "module": "waipa_nz", - "default_params": {} + "default_params": {}, + "id": "waipa_nz" }, { "title": "Wellington City Council", "module": "wellington_govt_nz", - "default_params": {} + "default_params": {}, + "id": "wellington_govt_nz" } ], "Norway": [ { "title": "BIR (Bergensomr\u00e5dets Interkommunale Renovasjonsselskap)", "module": "bir_no", - "default_params": {} + "default_params": {}, + "id": "bir_no" }, { "title": "Fosen Renovasjon", "module": "fosenrenovasjon_no", - "default_params": {} + "default_params": {}, + "id": "fosenrenovasjon_no" }, { "title": "IRiS", "module": "iris_salten_no", - "default_params": {} + "default_params": {}, + "id": "iris_salten_no" }, { "title": "Min Renovasjon", "module": "minrenovasjon_no", - "default_params": {} + "default_params": {}, + "id": "minrenovasjon_no" }, { "title": "Movar IKS", "module": "movar_no", - "default_params": {} + "default_params": {}, + "id": "movar_no" }, { "title": "Oslo Kommune", "module": "oslokommune_no", - "default_params": {} + "default_params": {}, + "id": "oslokommune_no" }, { "title": "ReMidt Orkland muni", "module": "remidt_no", - "default_params": {} + "default_params": {}, + "id": "remidt_no" }, { "title": "Sandnes Kommune", "module": "sandnes_no", - "default_params": {} + "default_params": {}, + "id": "sandnes_no" }, { "title": "Stavanger Kommune", "module": "stavanger_no", - "default_params": {} + "default_params": {}, + "id": "stavanger_no" }, { "title": "Trondheim", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_trv_no" } ], "Poland": [ { "title": "App Moje Odpady", "module": "moje_odpady_pl", - "default_params": {} + "default_params": {}, + "id": "moje_odpady_pl" }, { "title": "Bydgoszcz Pronatura", "module": "pronatura_bydgoszcz_pl", - "default_params": {} + "default_params": {}, + "id": "pronatura_bydgoszcz_pl" }, { "title": "Ecoharmonogram", "module": "ecoharmonogram_pl", - "default_params": {} + "default_params": {}, + "id": "ecoharmonogram_pl" }, { "title": "Gmina Mi\u0119kinia", "module": "gmina_miekinia_pl", - "default_params": {} + "default_params": {}, + "id": "gmina_miekinia_pl" }, { "title": "Kozieg\u0142owy/Objezierze/Oborniki", "module": "sepan_remondis_pl", - "default_params": {} + "default_params": {}, + "id": "sepan_remondis_pl" }, { "title": "MPGK Katowice", "module": "mpgk_com_pl", - "default_params": {} + "default_params": {}, + "id": "mpgk_com_pl" }, { "title": "Pozna\u0144", "module": "poznan_pl", - "default_params": {} + "default_params": {}, + "id": "poznan_pl" }, { "title": "Warsaw", "module": "warszawa19115_pl", - "default_params": {} + "default_params": {}, + "id": "warszawa19115_pl" }, { "title": "Wroc\u0142aw", "module": "ekosystem_wroc_pl", - "default_params": {} + "default_params": {}, + "id": "ekosystem_wroc_pl" } ], "Slovenia": [ { "title": "Moji odpadki, Ljubljana", "module": "mojiodpadki_si", - "default_params": {} + "default_params": {}, + "id": "mojiodpadki_si" } ], "Sweden": [ { "title": "Aff\u00e4rsverken", "module": "affarsverken_se", - "default_params": {} + "default_params": {}, + "id": "affarsverken_se" }, { "title": "Boden", "module": "edpevent_se", "default_params": { "service_provider": "boden" - } + }, + "id": "edpevent_se" }, { "title": "Bor\u00e5s Energi och Milj\u00f6", "module": "edpevent_se", "default_params": { "service_provider": "boras" - } + }, + "id": "edpevent_se" }, { "title": "EDPEvent - Multi Source", "module": "edpevent_se", - "default_params": {} + "default_params": {}, + "id": "edpevent_se" }, { "title": "G\u00e4strike \u00c5tervinnare", "module": "gastrikeatervinnare_se", - "default_params": {} + "default_params": {}, + "id": "gastrikeatervinnare_se" }, { "title": "J\u00f6nk\u00f6ping - June Avfall & Milj\u00f6", "module": "juneavfall_se", - "default_params": {} + "default_params": {}, + "id": "juneavfall_se" }, { "title": "Kretslopp Sydost", "module": "edpevent_se", "default_params": { "service_provider": "kretslopp-sydost" - } + }, + "id": "edpevent_se" }, { "title": "Landskrona - Sval\u00f6vs Renh\u00e5llning", "module": "lsr_nu", - "default_params": {} + "default_params": {}, + "id": "lsr_nu" }, { "title": "Lerum Vatten och Avlopp", "module": "lerum_se", - "default_params": {} + "default_params": {}, + "id": "lerum_se" }, { "title": "Link\u00f6ping - Tekniska Verken", "module": "tekniskaverken_se", - "default_params": {} + "default_params": {}, + "id": "tekniskaverken_se" }, { "title": "Lule\u00e5", "module": "lumire_se", - "default_params": {} + "default_params": {}, + "id": "lumire_se" }, { "title": "Lund Waste Collection", "module": "lund_se", - "default_params": {} + "default_params": {}, + "id": "lund_se" }, { "title": "M\u00f6lndal", "module": "molndal_se", - "default_params": {} + "default_params": {}, + "id": "molndal_se" }, { "title": "Norrtalje Vatten & Avfall", "module": "nvaa_se", - "default_params": {} + "default_params": {}, + "id": "nvaa_se" }, { "title": "North / Middle Bohusl\u00e4n - Rambo AB", "module": "rambo_se", - "default_params": {} + "default_params": {}, + "id": "rambo_se" }, { "title": "Region Gotland", "module": "gotland_se", - "default_params": {} + "default_params": {}, + "id": "gotland_se" }, { "title": "Ronneby Milj\u00f6teknik", "module": "miljoteknik_se", - "default_params": {} + "default_params": {}, + "id": "miljoteknik_se" }, { "title": "Roslagsvatten", "module": "edpevent_se", "default_params": { "service_provider": "roslagsvatten" - } + }, + "id": "edpevent_se" }, { "title": "Samverkan \u00c5tervinning Milj\u00f6 (S\u00c5M)", "module": "samiljo_se", - "default_params": {} + "default_params": {}, + "id": "samiljo_se" }, { "title": "Skellefte\u00e5", "module": "edpevent_se", "default_params": { "service_provider": "skelleftea" - } + }, + "id": "edpevent_se" }, { "title": "SRV \u00c5tervinning", "module": "srvatervinning_se", - "default_params": {} + "default_params": {}, + "id": "srvatervinning_se" }, { "title": "SSAM (Deprecated)", "module": "ssam_se", - "default_params": {} + "default_params": {}, + "id": "ssam_se" }, { "title": "SSAM S\u00f6dra Smal\u00e5nds Avfall & Milj\u00f6", "module": "edpevent_se", "default_params": { "service_provider": "ssam" - } + }, + "id": "edpevent_se" }, { "title": "Sysav Soph\u00e4mntning", "module": "sysav_se", - "default_params": {} + "default_params": {}, + "id": "sysav_se" }, { "title": "Uppsala Vatten", "module": "edpevent_se", "default_params": { "service_provider": "uppsalavatten" - } + }, + "id": "edpevent_se" }, { "title": "Uppsala Vatten och Avfall AB (Deprecated)", "module": "uppsalavatten_se", - "default_params": {} + "default_params": {}, + "id": "uppsalavatten_se" }, { "title": "VA Syd Soph\u00e4mntning", "module": "vasyd_se", - "default_params": {} + "default_params": {}, + "id": "vasyd_se" }, { "title": "VIVAB Soph\u00e4mtning", "module": "vivab_se", - "default_params": {} + "default_params": {}, + "id": "vivab_se" }, { "title": "V\u00e4stervik Milj\u00f6 & Energi", "module": "vmeab_se", - "default_params": {} + "default_params": {}, + "id": "vmeab_se" } ], "Switzerland": [ { "title": "A-Region", "module": "a_region_ch", - "default_params": {} + "default_params": {}, + "id": "a_region_ch" }, { "title": "Alchenstorf", "module": "alchenstorf_ch", - "default_params": {} + "default_params": {}, + "id": "alchenstorf_ch" }, { "title": "Andwil", "module": "a_region_ch", "default_params": { "municipality": "Andwil" - } + }, + "id": "a_region_ch" }, { "title": "Appenzell", "module": "a_region_ch", "default_params": { "municipality": "Appenzell" - } + }, + "id": "a_region_ch" }, { "title": "Berg", "module": "a_region_ch", "default_params": { "municipality": "Berg" - } + }, + "id": "a_region_ch" }, { "title": "B\u00fchler", "module": "a_region_ch", "default_params": { "municipality": "B\u00fchler" - } + }, + "id": "a_region_ch" }, { "title": "Canton of Z\u00fcrich", @@ -8258,1699 +9645,2006 @@ "zip": "", "area": "" } - } + }, + "id": "ics_openerz_metaodi_ch" }, { "title": "Eggersriet", "module": "a_region_ch", "default_params": { "municipality": "Eggersriet" - } + }, + "id": "a_region_ch" }, { "title": "Gais", "module": "a_region_ch", "default_params": { "municipality": "Gais" - } + }, + "id": "a_region_ch" }, { "title": "Gaiserwald", "module": "a_region_ch", "default_params": { "municipality": "Gaiserwald" - } + }, + "id": "a_region_ch" }, { "title": "Gasel", "module": "koeniz_ch", "default_params": { "municipality": "Gasel" - } + }, + "id": "koeniz_ch" }, { "title": "Goldach", "module": "a_region_ch", "default_params": { "municipality": "Goldach" - } + }, + "id": "a_region_ch" }, { "title": "Grosswangen", "module": "grosswangen_ch", - "default_params": {} + "default_params": {}, + "id": "grosswangen_ch" }, { "title": "Grub", "module": "a_region_ch", "default_params": { "municipality": "Grub" - } + }, + "id": "a_region_ch" }, { "title": "Heiden", "module": "a_region_ch", "default_params": { "municipality": "Heiden" - } + }, + "id": "a_region_ch" }, { "title": "Herisau", "module": "a_region_ch", "default_params": { "municipality": "Herisau" - } + }, + "id": "a_region_ch" }, { "title": "Horn", "module": "a_region_ch", "default_params": { "municipality": "Horn" - } + }, + "id": "a_region_ch" }, { "title": "Hundwil", "module": "a_region_ch", "default_params": { "municipality": "Hundwil" - } + }, + "id": "a_region_ch" }, { "title": "H\u00e4ggenschwil", "module": "a_region_ch", "default_params": { "municipality": "H\u00e4ggenschwil" - } + }, + "id": "a_region_ch" }, { "title": "K\u00f6niz", "module": "koeniz_ch", - "default_params": {} + "default_params": {}, + "id": "koeniz_ch" }, { "title": "K\u00f6niz", "module": "koeniz_ch", "default_params": { "municipality": "K\u00f6niz" - } + }, + "id": "koeniz_ch" }, { "title": "Liebefeld", "module": "koeniz_ch", "default_params": { "municipality": "Liebefeld" - } + }, + "id": "koeniz_ch" }, { "title": "Lindau", "module": "lindau_ch", - "default_params": {} + "default_params": {}, + "id": "lindau_ch" }, { "title": "Lutzenberg", "module": "a_region_ch", "default_params": { "municipality": "Lutzenberg" - } + }, + "id": "a_region_ch" }, { "title": "Mittelh\u00e4usern", "module": "koeniz_ch", "default_params": { "municipality": "Mittelh\u00e4usern" - } + }, + "id": "koeniz_ch" }, { "title": "Muolen", "module": "a_region_ch", "default_params": { "municipality": "Muolen" - } + }, + "id": "a_region_ch" }, { "title": "M\u00f6rschwil", "module": "a_region_ch", "default_params": { "municipality": "M\u00f6rschwil" - } + }, + "id": "a_region_ch" }, { "title": "M\u00fcnchenstein", "module": "muenchenstein_ch", - "default_params": {} + "default_params": {}, + "id": "muenchenstein_ch" }, { "title": "M\u00fcnsingen BE, Switzerland", "module": "ics", "default_params": { "version": 1 - } + }, + "id": "ics_muensingen_ch" }, { "title": "Nieder-/Oberscherli", "module": "koeniz_ch", "default_params": { "municipality": "Nieder-/Oberscherli" - } + }, + "id": "koeniz_ch" }, { "title": "Niederwangen", "module": "koeniz_ch", "default_params": { "municipality": "Niederwangen" - } + }, + "id": "koeniz_ch" }, { "title": "Oberwangen", "module": "koeniz_ch", "default_params": { "municipality": "Oberwangen" - } + }, + "id": "koeniz_ch" }, { "title": "Rapperswil", "module": "rapperswil_be_ch", - "default_params": {} + "default_params": {}, + "id": "rapperswil_be_ch" }, { "title": "Real Luzern", "module": "real_luzern_ch", - "default_params": {} + "default_params": {}, + "id": "real_luzern_ch" }, { "title": "Real Luzern", "module": "sammelkalender_ch", "default_params": { "service_provider": "real_luzern" - } + }, + "id": "sammelkalender_ch" }, { "title": "Rehetobel", "module": "a_region_ch", "default_params": { "municipality": "Rehetobel" - } + }, + "id": "a_region_ch" }, { "title": "Rorschach", "module": "a_region_ch", "default_params": { "municipality": "Rorschach" - } + }, + "id": "a_region_ch" }, { "title": "Rorschacherberg", "module": "a_region_ch", "default_params": { "municipality": "Rorschacherberg" - } + }, + "id": "a_region_ch" }, { "title": "Sammelkalender.ch", "module": "sammelkalender_ch", - "default_params": {} + "default_params": {}, + "id": "sammelkalender_ch" }, { "title": "Schliern", "module": "koeniz_ch", "default_params": { "municipality": "Schliern" - } + }, + "id": "koeniz_ch" }, { "title": "Schwellbrunn", "module": "a_region_ch", "default_params": { "municipality": "Schwellbrunn" - } + }, + "id": "a_region_ch" }, { "title": "Sch\u00f6nengrund", "module": "a_region_ch", "default_params": { "municipality": "Sch\u00f6nengrund" - } + }, + "id": "a_region_ch" }, { "title": "Speicher", "module": "a_region_ch", "default_params": { "municipality": "Speicher" - } + }, + "id": "a_region_ch" }, { "title": "Spiegel", "module": "koeniz_ch", "default_params": { "municipality": "Spiegel" - } + }, + "id": "koeniz_ch" }, { "title": "Stadt B\u00fclach", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_buelach_ch" }, { "title": "Stein", "module": "a_region_ch", "default_params": { "municipality": "Stein" - } + }, + "id": "a_region_ch" }, { "title": "Steinach", "module": "a_region_ch", "default_params": { "municipality": "Steinach" - } + }, + "id": "a_region_ch" }, { "title": "Teufen", "module": "a_region_ch", "default_params": { "municipality": "Teufen" - } + }, + "id": "a_region_ch" }, { "title": "Thal", "module": "a_region_ch", "default_params": { "municipality": "Thal" - } + }, + "id": "a_region_ch" }, { "title": "Th\u00f6rishaus", "module": "koeniz_ch", "default_params": { "municipality": "Th\u00f6rishaus" - } + }, + "id": "koeniz_ch" }, { "title": "Trogen", "module": "a_region_ch", "default_params": { "municipality": "Trogen" - } + }, + "id": "a_region_ch" }, { "title": "T\u00fcbach", "module": "a_region_ch", "default_params": { "municipality": "T\u00fcbach" - } + }, + "id": "a_region_ch" }, { "title": "Untereggen", "module": "a_region_ch", "default_params": { "municipality": "Untereggen" - } + }, + "id": "a_region_ch" }, { "title": "Urn\u00e4sch", "module": "a_region_ch", "default_params": { "municipality": "Urn\u00e4sch" - } + }, + "id": "a_region_ch" }, { "title": "Wabern", "module": "koeniz_ch", "default_params": { "municipality": "Wabern" - } + }, + "id": "koeniz_ch" }, { "title": "Wald", "module": "a_region_ch", "default_params": { "municipality": "Wald" - } + }, + "id": "a_region_ch" }, { "title": "Waldkirch", "module": "a_region_ch", "default_params": { "municipality": "Waldkirch" - } + }, + "id": "a_region_ch" }, { "title": "Waldstatt", "module": "a_region_ch", "default_params": { "municipality": "Waldstatt" - } + }, + "id": "a_region_ch" }, { "title": "Winterthur", "module": "winterthur_ch", - "default_params": {} + "default_params": {}, + "id": "winterthur_ch" }, { "title": "Wittenbach", "module": "a_region_ch", "default_params": { "municipality": "Wittenbach" - } + }, + "id": "a_region_ch" }, { "title": "Wolfhalden", "module": "a_region_ch", "default_params": { "municipality": "Wolfhalden" - } + }, + "id": "a_region_ch" }, { "title": "ZAKU Entsorgung", "module": "sammelkalender_ch", "default_params": { "service_provider": "zaku" - } + }, + "id": "sammelkalender_ch" }, { "title": "Zeba", "module": "sammelkalender_ch", "default_params": { "service_provider": "zeba" - } + }, + "id": "sammelkalender_ch" }, { "title": "ZKRI", "module": "sammelkalender_ch", "default_params": { "service_provider": "zkri" - } + }, + "id": "sammelkalender_ch" } ], "United Kingdom": [ { "title": "Aberdeenshire Council", "module": "aberdeenshire_gov_uk", - "default_params": {} + "default_params": {}, + "id": "aberdeenshire_gov_uk" }, { "title": "Adur & Worthing Councils", "module": "adur_worthing_gov_uk", - "default_params": {} + "default_params": {}, + "id": "adur_worthing_gov_uk" }, { "title": "Allerdale Borough Council", "module": "allerdale_gov_uk", - "default_params": {} + "default_params": {}, + "id": "allerdale_gov_uk" }, { "title": "Amber Valley Borough Council", "module": "ambervalley_gov_uk", - "default_params": {} + "default_params": {}, + "id": "ambervalley_gov_uk" }, { "title": "Anglesey", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_anglesey_gov_wales" }, { "title": "Antrim and Newtownabbey", "module": "antrimandnewtownabbey_gov_uk", - "default_params": {} + "default_params": {}, + "id": "antrimandnewtownabbey_gov_uk" }, { "title": "Apps by imactivate", "module": "apps_imactivate_com", - "default_params": {} + "default_params": {}, + "id": "apps_imactivate_com" }, { "title": "Ards and North Down Borough Council", "module": "ardsandnorthdown_gov_uk", - "default_params": {} + "default_params": {}, + "id": "ardsandnorthdown_gov_uk" }, { "title": "Arun District Council", "module": "arun_gov_uk", - "default_params": {} + "default_params": {}, + "id": "arun_gov_uk" }, { "title": "Ashfield District Council", "module": "ashfield_gov_uk", - "default_params": {} + "default_params": {}, + "id": "ashfield_gov_uk" }, { "title": "Ashford Borough Council", "module": "ashford_gov_uk", - "default_params": {} + "default_params": {}, + "id": "ashford_gov_uk" }, { "title": "Aylesbury Vale District Council", "module": "aylesburyvaledc_gov_uk", - "default_params": {} + "default_params": {}, + "id": "aylesburyvaledc_gov_uk" }, { "title": "Barnsley Metropolitan Borough Council", "module": "barnsley_gov_uk", - "default_params": {} + "default_params": {}, + "id": "barnsley_gov_uk" }, { "title": "Basildon Council", "module": "basildon_gov_uk", - "default_params": {} + "default_params": {}, + "id": "basildon_gov_uk" }, { "title": "Basingstoke and Deane Borough Council", "module": "basingstoke_gov_uk", - "default_params": {} + "default_params": {}, + "id": "basingstoke_gov_uk" }, { "title": "Bath & North East Somerset Council", "module": "bathnes_gov_uk", - "default_params": {} + "default_params": {}, + "id": "bathnes_gov_uk" }, { "title": "BCP Council", "module": "bcp_gov_uk", - "default_params": {} + "default_params": {}, + "id": "bcp_gov_uk" }, { "title": "Bedford Borough Council", "module": "bedford_gov_uk", - "default_params": {} + "default_params": {}, + "id": "bedford_gov_uk" }, { "title": "Binzone", "module": "binzone_uk", - "default_params": {} + "default_params": {}, + "id": "binzone_uk" }, { "title": "Birmingham City Council", "module": "birmingham_gov_uk", - "default_params": {} + "default_params": {}, + "id": "birmingham_gov_uk" }, { "title": "Blackburn with Darwen Borough Council", "module": "blackburn_gov_uk", - "default_params": {} + "default_params": {}, + "id": "blackburn_gov_uk" }, { "title": "Blackpool Council", "module": "blackpool_gov_uk", - "default_params": {} + "default_params": {}, + "id": "blackpool_gov_uk" }, { "title": "Borough Council of King's Lynn & West Norfolk", "module": "west_norfolk_gov_uk", - "default_params": {} + "default_params": {}, + "id": "west_norfolk_gov_uk" }, { "title": "Borough of Broxbourne Council", "module": "broxbourne_gov_uk", - "default_params": {} + "default_params": {}, + "id": "broxbourne_gov_uk" }, { "title": "Bracknell Forest Council", "module": "bracknell_forest_gov_uk", - "default_params": {} + "default_params": {}, + "id": "bracknell_forest_gov_uk" }, { "title": "Bradford Metropolitan District Council", "module": "bradford_gov_uk", - "default_params": {} + "default_params": {}, + "id": "bradford_gov_uk" }, { "title": "Braintree District Council", "module": "braintree_gov_uk", - "default_params": {} + "default_params": {}, + "id": "braintree_gov_uk" }, { "title": "Breckland Council", "module": "breckland_gov_uk", - "default_params": {} + "default_params": {}, + "id": "breckland_gov_uk" }, { "title": "Brent Council", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_brent_gov_uk" }, { "title": "Bristol City Council", "module": "bristol_gov_uk", - "default_params": {} + "default_params": {}, + "id": "bristol_gov_uk" }, { "title": "Broadland District Council", "module": "south_norfolk_and_broadland_gov_uk", - "default_params": {} + "default_params": {}, + "id": "south_norfolk_and_broadland_gov_uk" }, { "title": "Bromsgrove City Council", "module": "bromsgrove_gov_uk", - "default_params": {} + "default_params": {}, + "id": "bromsgrove_gov_uk" }, { "title": "Broxtowe Borough Council", "module": "broxtowe_gov_uk", - "default_params": {} + "default_params": {}, + "id": "broxtowe_gov_uk" }, { "title": "Buckinghamshire: Former (Chiltern, South Bucks, Wycombe)", "module": "iapp_itouchvision_com", "default_params": { "municipality": "BUCKINGHAMSHIRE" - } + }, + "id": "iapp_itouchvision_com" }, { "title": "Burnley Council", "module": "burnley_gov_uk", - "default_params": {} + "default_params": {}, + "id": "burnley_gov_uk" }, { "title": "Bury Council", "module": "bury_gov_uk", - "default_params": {} + "default_params": {}, + "id": "bury_gov_uk" }, { "title": "Cambridge City Council", "module": "cambridge_gov_uk", - "default_params": {} + "default_params": {}, + "id": "cambridge_gov_uk" }, { "title": "Canterbury City Council", "module": "canterbury_gov_uk", - "default_params": {} + "default_params": {}, + "id": "canterbury_gov_uk" }, { "title": "Cardiff Council", "module": "cardiff_gov_uk", - "default_params": {} + "default_params": {}, + "id": "cardiff_gov_uk" }, { "title": "Central Bedfordshire Council", "module": "centralbedfordshire_gov_uk", - "default_params": {} + "default_params": {}, + "id": "centralbedfordshire_gov_uk" }, { "title": "Charnwood", "module": "charnwood_gov_uk", - "default_params": {} + "default_params": {}, + "id": "charnwood_gov_uk" }, { "title": "Cherwell District Council", "module": "cherwell_gov_uk", - "default_params": {} + "default_params": {}, + "id": "cherwell_gov_uk" }, { "title": "Cheshire East Council", "module": "cheshire_east_gov_uk", - "default_params": {} + "default_params": {}, + "id": "cheshire_east_gov_uk" }, { "title": "Cheshire West and Chester Council", "module": "cheshire_west_and_chester_gov_uk", - "default_params": {} + "default_params": {}, + "id": "cheshire_west_and_chester_gov_uk" }, { "title": "Chesterfield Borough Council", "module": "chesterfield_gov_uk", - "default_params": {} + "default_params": {}, + "id": "chesterfield_gov_uk" }, { "title": "Chichester District Council", "module": "chichester_gov_uk", - "default_params": {} + "default_params": {}, + "id": "chichester_gov_uk" }, { "title": "City of Doncaster Council", "module": "doncaster_gov_uk", - "default_params": {} + "default_params": {}, + "id": "doncaster_gov_uk" }, { "title": "City Of Lincoln Council", "module": "lincoln_gov_uk", - "default_params": {} + "default_params": {}, + "id": "lincoln_gov_uk" }, { "title": "City of York Council", "module": "york_gov_uk", - "default_params": {} + "default_params": {}, + "id": "york_gov_uk" }, { "title": "Colchester City Council", "module": "colchester_gov_uk", - "default_params": {} + "default_params": {}, + "id": "colchester_gov_uk" }, { "title": "Conwy County Borough Council", "module": "conwy_gov_uk", - "default_params": {} + "default_params": {}, + "id": "conwy_gov_uk" }, { "title": "Cornwall Council", "module": "cornwall_gov_uk", - "default_params": {} + "default_params": {}, + "id": "cornwall_gov_uk" }, { "title": "Crawley Borough Council (myCrawley)", "module": "crawley_gov_uk", - "default_params": {} + "default_params": {}, + "id": "crawley_gov_uk" }, { "title": "Croydon Council", "module": "croydon_gov_uk", - "default_params": {} + "default_params": {}, + "id": "croydon_gov_uk" }, { "title": "Darlington Borough Council", "module": "darlington_gov_uk", - "default_params": {} + "default_params": {}, + "id": "darlington_gov_uk" }, { "title": "Denbighshire County Council", "module": "denbighshire_gov_uk", - "default_params": {} + "default_params": {}, + "id": "denbighshire_gov_uk" }, { "title": "Deprecated: Buckinghamshire", "module": "chiltern_gov_uk", - "default_params": {} + "default_params": {}, + "id": "chiltern_gov_uk" }, { "title": "Derby City Council", "module": "derby_gov_uk", - "default_params": {} + "default_params": {}, + "id": "derby_gov_uk" }, { "title": "Dover District Council", "module": "dover_gov_uk", - "default_params": {} + "default_params": {}, + "id": "dover_gov_uk" }, { "title": "Dudley Metropolitan Borough Council", "module": "dudley_gov_uk", - "default_params": {} + "default_params": {}, + "id": "dudley_gov_uk" }, { "title": "Durham County Council", "module": "durham_gov_uk", - "default_params": {} + "default_params": {}, + "id": "durham_gov_uk" }, { "title": "East Ayrshire Council", "module": "east_ayrshire_gov_uk", - "default_params": {} + "default_params": {}, + "id": "east_ayrshire_gov_uk" }, { "title": "East Cambridgeshire District Council", "module": "eastcambs_gov_uk", - "default_params": {} + "default_params": {}, + "id": "eastcambs_gov_uk" }, { "title": "East Devon District Council", "module": "eastdevon_gov_uk", - "default_params": {} + "default_params": {}, + "id": "eastdevon_gov_uk" }, { "title": "East Herts Council", "module": "eastherts_gov_uk", - "default_params": {} + "default_params": {}, + "id": "eastherts_gov_uk" }, { "title": "East Lothian", "module": "eastlothian_gov_uk", - "default_params": {} + "default_params": {}, + "id": "eastlothian_gov_uk" }, { "title": "East Northamptonshire and Wellingborough", "module": "east_northamptonshire_gov_uk", - "default_params": {} + "default_params": {}, + "id": "east_northamptonshire_gov_uk" }, { "title": "East Renfrewshire Council", "module": "east_renfrewshire_gov_uk", - "default_params": {} + "default_params": {}, + "id": "east_renfrewshire_gov_uk" }, { "title": "East Riding of Yorkshire Council", "module": "eastriding_gov_uk", - "default_params": {} + "default_params": {}, + "id": "eastriding_gov_uk" }, { "title": "Eastbourne Borough Council", "module": "environmentfirst_co_uk", - "default_params": {} + "default_params": {}, + "id": "environmentfirst_co_uk" }, { "title": "Eastleigh Borough Council", "module": "eastleigh_gov_uk", - "default_params": {} + "default_params": {}, + "id": "eastleigh_gov_uk" }, { "title": "Elmbridge Borough Council", "module": "elmbridge_gov_uk", - "default_params": {} + "default_params": {}, + "id": "elmbridge_gov_uk" }, { "title": "Environment First", "module": "environmentfirst_co_uk", - "default_params": {} + "default_params": {}, + "id": "environmentfirst_co_uk" }, { "title": "Exeter City Council", "module": "exeter_gov_uk", - "default_params": {} + "default_params": {}, + "id": "exeter_gov_uk" }, { "title": "Falkirk", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_falkirk_gov_uk" }, { "title": "Fareham Borough Council", "module": "fareham_gov_uk", - "default_params": {} + "default_params": {}, + "id": "fareham_gov_uk" }, { "title": "FCC Environment", "module": "fccenvironment_co_uk", - "default_params": {} + "default_params": {}, + "id": "fccenvironment_co_uk" }, { "title": "Fenland", "module": "apps_imactivate_com", - "default_params": {} + "default_params": {}, + "id": "apps_imactivate_com" }, { "title": "Fenland District Council", "module": "fenland_gov_uk", - "default_params": {} + "default_params": {}, + "id": "fenland_gov_uk" }, { "title": "Fife Council", "module": "fife_gov_uk", - "default_params": {} + "default_params": {}, + "id": "fife_gov_uk" }, { "title": "Flintshire", "module": "flintshire_gov_uk", - "default_params": {} + "default_params": {}, + "id": "flintshire_gov_uk" }, { "title": "Fylde Council", "module": "fylde_gov_uk", - "default_params": {} + "default_params": {}, + "id": "fylde_gov_uk" }, { "title": "Gateshead Council", "module": "gateshead_gov_uk", - "default_params": {} + "default_params": {}, + "id": "gateshead_gov_uk" }, { "title": "Gedling Borough Council (unofficial)", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_gedling_gov_uk" }, { "title": "Glasgow City Council", "module": "glasgow_gov_uk", - "default_params": {} + "default_params": {}, + "id": "glasgow_gov_uk" }, { "title": "Guildford Borough Council", "module": "guildford_gov_uk", - "default_params": {} + "default_params": {}, + "id": "guildford_gov_uk" }, { "title": "Gwynedd", "module": "gwynedd_gov_uk", - "default_params": {} + "default_params": {}, + "id": "gwynedd_gov_uk" }, { "title": "Harborough District Council", "module": "fccenvironment_co_uk", "default_params": { "region": "harborough" - } + }, + "id": "fccenvironment_co_uk" }, { "title": "Haringey Council", "module": "haringey_gov_uk", - "default_params": {} + "default_params": {}, + "id": "haringey_gov_uk" }, { "title": "Harlow Council", "module": "harlow_gov_uk", - "default_params": {} + "default_params": {}, + "id": "harlow_gov_uk" }, { "title": "Hart District Council", "module": "hart_gov_uk", - "default_params": {} + "default_params": {}, + "id": "hart_gov_uk" }, { "title": "Herefordshire City Council", "module": "herefordshire_gov_uk", - "default_params": {} + "default_params": {}, + "id": "herefordshire_gov_uk" }, { "title": "High Peak Borough Council", "module": "highpeak_gov_uk", - "default_params": {} + "default_params": {}, + "id": "highpeak_gov_uk" }, { "title": "Highland", "module": "highland_gov_uk", - "default_params": {} + "default_params": {}, + "id": "highland_gov_uk" }, { "title": "Horsham District Council", "module": "horsham_gov_uk", - "default_params": {} + "default_params": {}, + "id": "horsham_gov_uk" }, { "title": "Hull City Council", "module": "hull_gov_uk", - "default_params": {} + "default_params": {}, + "id": "hull_gov_uk" }, { "title": "Huntingdonshire District Council", "module": "huntingdonshire_gov_uk", - "default_params": {} + "default_params": {}, + "id": "huntingdonshire_gov_uk" }, { "title": "Islington Council", "module": "islington_gov_uk", - "default_params": {} + "default_params": {}, + "id": "islington_gov_uk" }, { "title": "iTouchVision", "module": "iweb_itouchvision_com", - "default_params": {} + "default_params": {}, + "id": "iweb_itouchvision_com" }, { "title": "Itouchvision Source using the encrypted API", "module": "iapp_itouchvision_com", - "default_params": {} + "default_params": {}, + "id": "iapp_itouchvision_com" }, { "title": "Joint Waste Solutions", "module": "jointwastesolutions_org", - "default_params": {} + "default_params": {}, + "id": "jointwastesolutions_org" }, { "title": "Kirklees Council", "module": "kirklees_gov_uk", - "default_params": {} + "default_params": {}, + "id": "kirklees_gov_uk" }, { "title": "Lancaster City Council", "module": "lancaster_gov_uk", - "default_params": {} + "default_params": {}, + "id": "lancaster_gov_uk" }, { "title": "Leeds", "module": "apps_imactivate_com", "default_params": { "town": "Leeds" - } + }, + "id": "apps_imactivate_com" }, { "title": "Leicester City Council", "module": "biffaleicester_co_uk", - "default_params": {} + "default_params": {}, + "id": "biffaleicester_co_uk" }, { "title": "Lewes District Council", "module": "environmentfirst_co_uk", - "default_params": {} + "default_params": {}, + "id": "environmentfirst_co_uk" }, { "title": "Lichfield District Council", "module": "lichfielddc_gov_uk", - "default_params": {} + "default_params": {}, + "id": "lichfielddc_gov_uk" }, { "title": "Lisburn and Castlereagh City Council", "module": "lisburn_castlereagh_gov_uk", - "default_params": {} + "default_params": {}, + "id": "lisburn_castlereagh_gov_uk" }, { "title": "Liverpool City Council", "module": "liverpool_gov_uk", - "default_params": {} + "default_params": {}, + "id": "liverpool_gov_uk" }, { "title": "London Borough of Barking and Dagenham", "module": "lbbd_gov_uk", - "default_params": {} + "default_params": {}, + "id": "lbbd_gov_uk" }, { "title": "London Borough of Bexley", "module": "bexley_gov_uk", - "default_params": {} + "default_params": {}, + "id": "bexley_gov_uk" }, { "title": "London Borough of Bromley", "module": "bromley_gov_uk", - "default_params": {} + "default_params": {}, + "id": "bromley_gov_uk" }, { "title": "London Borough of Camden", "module": "camden_gov_uk", - "default_params": {} + "default_params": {}, + "id": "camden_gov_uk" }, { "title": "London Borough of Harrow", "module": "harrow_gov_uk", - "default_params": {} + "default_params": {}, + "id": "harrow_gov_uk" }, { "title": "London Borough of Hounslow", "module": "hounslow_gov_uk", - "default_params": {} + "default_params": {}, + "id": "hounslow_gov_uk" }, { "title": "London Borough of Lewisham", "module": "lewisham_gov_uk", - "default_params": {} + "default_params": {}, + "id": "lewisham_gov_uk" }, { "title": "London Borough of Merton", "module": "merton_gov_uk", - "default_params": {} + "default_params": {}, + "id": "merton_gov_uk" }, { "title": "London Borough of Newham", "module": "newham_gov_uk", - "default_params": {} + "default_params": {}, + "id": "newham_gov_uk" }, { "title": "Luton", "module": "apps_imactivate_com", "default_params": { "town": "Luton" - } + }, + "id": "apps_imactivate_com" }, { "title": "Maidstone Borough Council", "module": "maidstone_gov_uk", - "default_params": {} + "default_params": {}, + "id": "maidstone_gov_uk" }, { "title": "Maldon District Council", "module": "maldon_gov_uk", - "default_params": {} + "default_params": {}, + "id": "maldon_gov_uk" }, { "title": "Malvern Hills", "module": "roundlookup_uk", "default_params": { "council": "Malvern Hills" - } + }, + "id": "roundlookup_uk" }, { "title": "Malvern Hills District Council", "module": "roundlookup_uk", - "default_params": {} + "default_params": {}, + "id": "roundlookup_uk" }, { "title": "Manchester City Council", "module": "manchester_uk", - "default_params": {} + "default_params": {}, + "id": "manchester_uk" }, { "title": "Mansfield District Council", "module": "mansfield_gov_uk", - "default_params": {} + "default_params": {}, + "id": "mansfield_gov_uk" }, { "title": "Mendip District Council", "module": "iweb_itouchvision_com", "default_params": { "council": "SOMERSET" - } + }, + "id": "iweb_itouchvision_com" }, { "title": "Mid-Sussex District Council", "module": "midsussex_gov_uk", - "default_params": {} + "default_params": {}, + "id": "midsussex_gov_uk" }, { "title": "Middlesbrough Council", "module": "ics", "default_params": { "split_at": "\\, (?:and )?|(?: and )" - } + }, + "id": "ics_recollect" }, { "title": "Milton Keynes council", "module": "milton_keynes_gov_uk", - "default_params": {} + "default_params": {}, + "id": "milton_keynes_gov_uk" }, { "title": "Moray Council", "module": "moray_gov_uk", - "default_params": {} + "default_params": {}, + "id": "moray_gov_uk" }, { "title": "Newark & Sherwood District Council", "module": "newark_sherwooddc_gov_uk", - "default_params": {} + "default_params": {}, + "id": "newark_sherwooddc_gov_uk" }, { "title": "Newcastle City Council", "module": "newcastle_gov_uk", - "default_params": {} + "default_params": {}, + "id": "newcastle_gov_uk" }, { "title": "Newcastle Under Lyme Borough Council", "module": "newcastle_staffs_gov_uk", - "default_params": {} + "default_params": {}, + "id": "newcastle_staffs_gov_uk" }, { "title": "Newport City Council", "module": "iapp_itouchvision_com", "default_params": { "municipality": "NEWPORT" - } + }, + "id": "iapp_itouchvision_com" }, { "title": "Newport City Council", "module": "iweb_itouchvision_com", "default_params": { "council": "NEWPORT" - } + }, + "id": "iweb_itouchvision_com" }, { "title": "North Ayrshire Council", "module": "north_ayrshire_gov_uk", - "default_params": {} + "default_params": {}, + "id": "north_ayrshire_gov_uk" }, { "title": "North Herts Council", "module": "northherts_gov_uk", - "default_params": {} + "default_params": {}, + "id": "northherts_gov_uk" }, { "title": "North Kesteven District Council", "module": "north_kesteven_org_uk", - "default_params": {} + "default_params": {}, + "id": "north_kesteven_org_uk" }, { "title": "North Lincolnshire Council", "module": "northlincs_gov_uk", - "default_params": {} + "default_params": {}, + "id": "northlincs_gov_uk" }, { "title": "North Northamptonshire council", "module": "northnorthants_gov_uk", - "default_params": {} + "default_params": {}, + "id": "northnorthants_gov_uk" }, { "title": "North Somerset Council", "module": "nsomerset_gov_uk", - "default_params": {} + "default_params": {}, + "id": "nsomerset_gov_uk" }, { "title": "North West Leicestershire District Council", "module": "nwleics_gov_uk", - "default_params": {} + "default_params": {}, + "id": "nwleics_gov_uk" }, { "title": "North Yorkshire Council - Hambleton", "module": "northyorks_hambleton_gov_uk", - "default_params": {} + "default_params": {}, + "id": "northyorks_hambleton_gov_uk" }, { "title": "North Yorkshire Council - Harrogate", "module": "northyorks_harrogate_gov_uk", - "default_params": {} + "default_params": {}, + "id": "northyorks_harrogate_gov_uk" }, { "title": "North Yorkshire Council - Scarborough", "module": "northyorks_scarborough_gov_uk", - "default_params": {} + "default_params": {}, + "id": "northyorks_scarborough_gov_uk" }, { "title": "North Yorkshire Council - Selby", "module": "northyorks_selby_gov_uk", - "default_params": {} + "default_params": {}, + "id": "northyorks_selby_gov_uk" }, { "title": "Nottingham City Council", "module": "nottingham_city_gov_uk", - "default_params": {} + "default_params": {}, + "id": "nottingham_city_gov_uk" }, { "title": "Oadby and Wigston Council", "module": "oadby_wigston_gov_uk", - "default_params": {} + "default_params": {}, + "id": "oadby_wigston_gov_uk" }, { "title": "Oxford City Council", "module": "oxford_gov_uk", - "default_params": {} + "default_params": {}, + "id": "oxford_gov_uk" }, { "title": "Peterborough City Council", "module": "peterborough_gov_uk", - "default_params": {} + "default_params": {}, + "id": "peterborough_gov_uk" }, { "title": "Portsmouth City Council", "module": "portsmouth_gov_uk", - "default_params": {} + "default_params": {}, + "id": "portsmouth_gov_uk" }, { "title": "Reading Council", "module": "reading_gov_uk", - "default_params": {} + "default_params": {}, + "id": "reading_gov_uk" }, { "title": "Redbridge Council", "module": "redbridge_gov_uk", - "default_params": {} + "default_params": {}, + "id": "redbridge_gov_uk" }, { "title": "Reigate & Banstead Borough Council", "module": "reigatebanstead_gov_uk", - "default_params": {} + "default_params": {}, + "id": "reigatebanstead_gov_uk" }, { "title": "Renfrewshire Council", "module": "renfrewshire_gov_uk", - "default_params": {} + "default_params": {}, + "id": "renfrewshire_gov_uk" }, { "title": "Rhondda Cynon Taf County Borough Council", "module": "rctcbc_gov_uk", - "default_params": {} + "default_params": {}, + "id": "rctcbc_gov_uk" }, { "title": "Richmondshire District Council", "module": "richmondshire_gov_uk", - "default_params": {} + "default_params": {}, + "id": "richmondshire_gov_uk" }, { "title": "Rotherham", "module": "apps_imactivate_com", "default_params": { "town": "Rotherham" - } + }, + "id": "apps_imactivate_com" }, { "title": "Rotherham Metropolitan Borough Council", "module": "rotherham_gov_uk", - "default_params": {} + "default_params": {}, + "id": "rotherham_gov_uk" }, { "title": "Runnymede Borough Council", "module": "runnymede_gov_uk", - "default_params": {} + "default_params": {}, + "id": "runnymede_gov_uk" }, { "title": "Rushcliffe Brough Council", "module": "rushcliffe_gov_uk", - "default_params": {} + "default_params": {}, + "id": "rushcliffe_gov_uk" }, { "title": "Rushmoor Borough Council", "module": "rushmoor_gov_uk", - "default_params": {} + "default_params": {}, + "id": "rushmoor_gov_uk" }, { "title": "Salford City Council", "module": "salford_gov_uk", - "default_params": {} + "default_params": {}, + "id": "salford_gov_uk" }, { "title": "Sedgemoor District Council", "module": "iweb_itouchvision_com", "default_params": { "council": "SOMERSET" - } + }, + "id": "iweb_itouchvision_com" }, { "title": "Sheffield City Council", "module": "sheffield_gov_uk", - "default_params": {} + "default_params": {}, + "id": "sheffield_gov_uk" }, { "title": "Shropshire Council", "module": "shropshire_gov_uk", - "default_params": {} + "default_params": {}, + "id": "shropshire_gov_uk" }, { "title": "Solihull Council", "module": "solihull_gov_uk", - "default_params": {} + "default_params": {}, + "id": "solihull_gov_uk" }, { "title": "Somerset Council", "module": "iweb_itouchvision_com", "default_params": { "council": "SOMERSET" - } + }, + "id": "iweb_itouchvision_com" }, { "title": "Somerset County Council", "module": "iweb_itouchvision_com", "default_params": { "council": "SOMERSET" - } + }, + "id": "iweb_itouchvision_com" }, { "title": "Somerset West & Taunton District Council", "module": "iweb_itouchvision_com", "default_params": { "council": "SOMERSET" - } + }, + "id": "iweb_itouchvision_com" }, { "title": "South Cambridgeshire District Council", "module": "scambs_gov_uk", - "default_params": {} + "default_params": {}, + "id": "scambs_gov_uk" }, { "title": "South Derbyshire District Council", "module": "southderbyshire_gov_uk", - "default_params": {} + "default_params": {}, + "id": "southderbyshire_gov_uk" }, { "title": "South Gloucestershire Council", "module": "southglos_gov_uk", - "default_params": {} + "default_params": {}, + "id": "southglos_gov_uk" }, { "title": "South Hams District Council", "module": "fccenvironment_co_uk", "default_params": { "region": "southhams" - } + }, + "id": "fccenvironment_co_uk" }, { "title": "South Holland District Council", "module": "sholland_gov_uk", - "default_params": {} + "default_params": {}, + "id": "sholland_gov_uk" }, { "title": "South Kesteven District Council", "module": "southkesteven_gov_uk", - "default_params": {} + "default_params": {}, + "id": "southkesteven_gov_uk" }, { "title": "South Norfolk Council", "module": "south_norfolk_and_broadland_gov_uk", - "default_params": {} + "default_params": {}, + "id": "south_norfolk_and_broadland_gov_uk" }, { "title": "South Oxfordshire District Council", "module": "binzone_uk", - "default_params": {} + "default_params": {}, + "id": "binzone_uk" }, { "title": "South Somerset District Council", "module": "iweb_itouchvision_com", "default_params": { "council": "SOMERSET" - } + }, + "id": "iweb_itouchvision_com" }, { "title": "South Tyneside Council", "module": "southtyneside_gov_uk", - "default_params": {} + "default_params": {}, + "id": "southtyneside_gov_uk" }, { "title": "Southampton City Council", "module": "southampton_gov_uk", - "default_params": {} + "default_params": {}, + "id": "southampton_gov_uk" }, { "title": "St Albans City & District Council", "module": "stalbans_gov_uk", - "default_params": {} + "default_params": {}, + "id": "stalbans_gov_uk" }, { "title": "Stafford Borough Council", "module": "staffordbc_gov_uk", - "default_params": {} + "default_params": {}, + "id": "staffordbc_gov_uk" }, { "title": "Stevenage Borough Council", "module": "stevenage_gov_uk", - "default_params": {} + "default_params": {}, + "id": "stevenage_gov_uk" }, { "title": "Stirling.gov.uk", "module": "stirling_uk", - "default_params": {} + "default_params": {}, + "id": "stirling_uk" }, { "title": "Stockport Council", "module": "stockport_gov_uk", - "default_params": {} + "default_params": {}, + "id": "stockport_gov_uk" }, { "title": "Stockton-on-Tees Borough Council", "module": "stockton_gov_uk", - "default_params": {} + "default_params": {}, + "id": "stockton_gov_uk" }, { "title": "Stoke-on-Trent", "module": "stoke_gov_uk", - "default_params": {} + "default_params": {}, + "id": "stoke_gov_uk" }, { "title": "Stratford District Council", "module": "stratford_gov_uk", - "default_params": {} + "default_params": {}, + "id": "stratford_gov_uk" }, { "title": "Stroud District Council", "module": "stroud_gov_uk", - "default_params": {} + "default_params": {}, + "id": "stroud_gov_uk" }, { "title": "Surrey Heath Borough Council", "module": "jointwastesolutions_org", "default_params": { "borough": "surreyheath" - } + }, + "id": "jointwastesolutions_org" }, { "title": "Sutton Council, London", "module": "sutton_gov_uk", - "default_params": {} + "default_params": {}, + "id": "sutton_gov_uk" }, { "title": "Swansea Council", "module": "swansea_gov_uk", - "default_params": {} + "default_params": {}, + "id": "swansea_gov_uk" }, { "title": "Swindon Borough Council", "module": "swindon_gov_uk", - "default_params": {} + "default_params": {}, + "id": "swindon_gov_uk" }, { "title": "Tameside Metropolitan Borough Council", "module": "tameside_gov_uk", - "default_params": {} + "default_params": {}, + "id": "tameside_gov_uk" }, { "title": "Telford and Wrekin Council", "module": "telford_gov_uk", - "default_params": {} + "default_params": {}, + "id": "telford_gov_uk" }, { "title": "Test Valley Borough Council", "module": "iweb_itouchvision_com", "default_params": { "council": "TEST_VALLEY" - } + }, + "id": "iweb_itouchvision_com" }, { "title": "Tewkesbury Borough Council", "module": "tewkesbury_gov_uk", - "default_params": {} + "default_params": {}, + "id": "tewkesbury_gov_uk" }, { "title": "The Royal Borough of Kingston Council", "module": "kingston_gov_uk", - "default_params": {} + "default_params": {}, + "id": "kingston_gov_uk" }, { "title": "Tonbridge and Malling Borough Council", "module": "tmbc_gov_uk", - "default_params": {} + "default_params": {}, + "id": "tmbc_gov_uk" }, { "title": "Tunbridge Wells", "module": "tunbridgewells_gov_uk", - "default_params": {} + "default_params": {}, + "id": "tunbridgewells_gov_uk" }, { "title": "UK Bin Collection Schedule (UKBCD) project", "module": "ukbcd", - "default_params": {} + "default_params": {}, + "id": "ukbcd" }, { "title": "Uttlesford District Council", "module": "uttlesford_gov_uk", - "default_params": {} + "default_params": {}, + "id": "uttlesford_gov_uk" }, { "title": "Vale of Glamorgan Council", "module": "valeofglamorgan_gov_uk", - "default_params": {} + "default_params": {}, + "id": "valeofglamorgan_gov_uk" }, { "title": "Vale of White Horse District Council", "module": "binzone_uk", - "default_params": {} + "default_params": {}, + "id": "binzone_uk" }, { "title": "Walsall Council", "module": "walsall_gov_uk", - "default_params": {} + "default_params": {}, + "id": "walsall_gov_uk" }, { "title": "Warrington Borough Council", "module": "warrington_gov_uk", - "default_params": {} + "default_params": {}, + "id": "warrington_gov_uk" }, { "title": "Warwick District Council", "module": "warwickdc_gov_uk", - "default_params": {} + "default_params": {}, + "id": "warwickdc_gov_uk" }, { "title": "Waverley Borough Council", "module": "waverley_gov_uk", - "default_params": {} + "default_params": {}, + "id": "waverley_gov_uk" }, { "title": "Wealden District Council", "module": "wealden_gov_uk", - "default_params": {} + "default_params": {}, + "id": "wealden_gov_uk" }, { "title": "Welwyn Hatfield Borough Council", "module": "welhat_gov_uk", - "default_params": {} + "default_params": {}, + "id": "welhat_gov_uk" }, { "title": "West Berkshire Council", "module": "westberks_gov_uk", - "default_params": {} + "default_params": {}, + "id": "westberks_gov_uk" }, { "title": "West Devon Borough Council", "module": "fccenvironment_co_uk", "default_params": { "region": "westdevon" - } + }, + "id": "fccenvironment_co_uk" }, { "title": "West Dunbartonshire Council", "module": "west_dunbartonshire_gov_uk", - "default_params": {} + "default_params": {}, + "id": "west_dunbartonshire_gov_uk" }, { "title": "West Northamptonshire council", "module": "westnorthants_gov_uk", - "default_params": {} + "default_params": {}, + "id": "westnorthants_gov_uk" }, { "title": "West Oxfordshire District Council", "module": "westoxon_gov_uk", - "default_params": {} + "default_params": {}, + "id": "westoxon_gov_uk" }, { "title": "West Suffolk Council", "module": "westsuffolk_gov_uk", - "default_params": {} + "default_params": {}, + "id": "westsuffolk_gov_uk" }, { "title": "Westmorland & Furness Council, Barrow area", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_barrowbc_gov_uk" }, { "title": "Westmorland & Furness Council, South Lakeland area", "module": "ics", - "default_params": {} + "default_params": {}, + "id": "ics_southlakeland_gov_uk" }, { "title": "Wigan Council", "module": "wigan_gov_uk", - "default_params": {} + "default_params": {}, + "id": "wigan_gov_uk" }, { "title": "Wiltshire Council", "module": "wiltshire_gov_uk", - "default_params": {} + "default_params": {}, + "id": "wiltshire_gov_uk" }, { "title": "Windsor and Maidenhead", "module": "rbwm_gov_uk", - "default_params": {} + "default_params": {}, + "id": "rbwm_gov_uk" }, { "title": "Wirral Council", "module": "wirral_gov_uk", - "default_params": {} + "default_params": {}, + "id": "wirral_gov_uk" }, { "title": "Woking Borough Council", "module": "jointwastesolutions_org", "default_params": { "borough": "woking" - } + }, + "id": "jointwastesolutions_org" }, { "title": "Wokingham Borough Council", "module": "wokingham_gov_uk", - "default_params": {} + "default_params": {}, + "id": "wokingham_gov_uk" }, { "title": "Worcester City", "module": "roundlookup_uk", "default_params": { "council": "Worcester City" - } + }, + "id": "roundlookup_uk" }, { "title": "Wychavon", "module": "roundlookup_uk", "default_params": { "council": "Wychavon" - } + }, + "id": "roundlookup_uk" }, { "title": "Wychavon District Council (Deprecated)", "module": "wychavon_gov_uk", - "default_params": {} + "default_params": {}, + "id": "wychavon_gov_uk" }, { "title": "Wyre Forest District Council", "module": "wyreforestdc_gov_uk", - "default_params": {} + "default_params": {}, + "id": "wyreforestdc_gov_uk" } ], "United States of America": [ { "title": "Albuquerque, New Mexico, USA", "module": "recyclecoach_com", - "default_params": {} + "default_params": {}, + "id": "recyclecoach_com" }, { "title": "City of Austin, TX", "module": "ics", "default_params": { "split_at": "\\, (?:and )?|(?: and )" - } + }, + "id": "ics_recollect" }, { "title": "City of Bloomington", "module": "ics", "default_params": { "split_at": "\\, (?:and )?|(?: and )" - } + }, + "id": "ics_recollect" }, { "title": "City of Cambridge", "module": "ics", "default_params": { "split_at": "\\, (?:and )?|(?: and )" - } + }, + "id": "ics_recollect" }, { "title": "City of Gastonia, NC", "module": "ics", "default_params": { "split_at": "\\, (?:and )?|(?: and )" - } + }, + "id": "ics_recollect" }, { "title": "City of Georgetown, TX", "module": "ics", "default_params": { "split_at": "\\, (?:and )?|(?: and )" - } + }, + "id": "ics_recollect" }, { "title": "City of McKinney, TX", "module": "ics", "default_params": { "split_at": "\\, (?:and )?|(?: and )" - } + }, + "id": "ics_recollect" }, { "title": "City of Oklahoma City (unofficial)", "module": "okc_gov", - "default_params": {} + "default_params": {}, + "id": "okc_gov" }, { "title": "City of Pittsburgh", "module": "pgh_st", - "default_params": {} + "default_params": {}, + "id": "pgh_st" }, { "title": "Louisville, Kentucky, USA", "module": "recyclecoach_com", - "default_params": {} + "default_params": {}, + "id": "recyclecoach_com" }, { "title": "New York City", "module": "nyc_gov", - "default_params": {} + "default_params": {}, + "id": "nyc_gov" }, { "title": "Newark, Delaware, USA", "module": "recyclecoach_com", - "default_params": {} + "default_params": {}, + "id": "recyclecoach_com" }, { "title": "Olympia, Washington, USA", "module": "recyclecoach_com", - "default_params": {} + "default_params": {}, + "id": "recyclecoach_com" }, { "title": "ReCollect", "module": "ics", "default_params": { "split_at": "\\, (?:and )?|(?: and )" - } + }, + "id": "ics_recollect" }, { "title": "Recycle Coach", "module": "recyclecoach_com", - "default_params": {} + "default_params": {}, + "id": "recyclecoach_com" }, { "title": "Republic Services", "module": "republicservices_com", - "default_params": {} + "default_params": {}, + "id": "republicservices_com" }, { "title": "Seattle Public Utilities", "module": "seattle_gov", - "default_params": {} + "default_params": {}, + "id": "seattle_gov" }, { "title": "Tucson, Arizona, USA", "module": "recyclecoach_com", - "default_params": {} + "default_params": {}, + "id": "recyclecoach_com" }, { "title": "University Park, TX", "module": "ics", "default_params": { "split_at": "\\, (?:and )?|(?: and )" - } + }, + "id": "ics_recollect" }, { "title": "Waste Connections", "module": "ics", "default_params": { "split_at": "\\, (?:and )?|(?: and )" - } + }, + "id": "ics_recollect" } ] } \ No newline at end of file diff --git a/custom_components/waste_collection_schedule/translations/de.json b/custom_components/waste_collection_schedule/translations/de.json index f94defad..d23cea1b 100644 --- a/custom_components/waste_collection_schedule/translations/de.json +++ b/custom_components/waste_collection_schedule/translations/de.json @@ -9922,32 +9922,6 @@ }, "data_description": {} }, - "args_awg_de": { - "title": "Quelle konfigurieren", - "description": "Konfiguriere deinen Service Provider. Für Details siehe die Quellen Dokumentation.", - "data": { - "calendar_title": "Kalender Titel", - "city": "City", - "street": "Street", - "hnr": "Hnr", - "addition": "Addition" - }, - "data_description": { - "calendar_title": "Ein lesbarerer oder benutzerfreundlicherer Name für den Müllkalender. Wenn nichts angegeben wird, wird der Name der Quelle verwendet." - } - }, - "reconfigure_awg_de": { - "title": "Quelle Neu Konfigurieren", - "description": "Konfiguriere deinen Service Provider. Für Details siehe die Quellen Dokumentation.", - "data": { - "calendar_title": "Kalender Titel", - "city": "City", - "street": "Street", - "hnr": "Hnr", - "addition": "Addition" - }, - "data_description": {} - }, "args_sammelkalender_ch": { "title": "Quelle konfigurieren", "description": "Konfiguriere deinen Service Provider. Für Details siehe die Quellen Dokumentation.", @@ -9974,6 +9948,32 @@ }, "data_description": {} }, + "args_awg_de": { + "title": "Quelle konfigurieren", + "description": "Konfiguriere deinen Service Provider. Für Details siehe die Quellen Dokumentation.", + "data": { + "calendar_title": "Kalender Titel", + "city": "City", + "street": "Street", + "hnr": "Hnr", + "addition": "Addition" + }, + "data_description": { + "calendar_title": "Ein lesbarerer oder benutzerfreundlicherer Name für den Müllkalender. Wenn nichts angegeben wird, wird der Name der Quelle verwendet." + } + }, + "reconfigure_awg_de": { + "title": "Quelle Neu Konfigurieren", + "description": "Konfiguriere deinen Service Provider. Für Details siehe die Quellen Dokumentation.", + "data": { + "calendar_title": "Kalender Titel", + "city": "City", + "street": "Street", + "hnr": "Hnr", + "addition": "Addition" + }, + "data_description": {} + }, "args_winterthur_ch": { "title": "Quelle konfigurieren", "description": "Konfiguriere deinen Service Provider. Für Details siehe die Quellen Dokumentation.", diff --git a/custom_components/waste_collection_schedule/translations/en.json b/custom_components/waste_collection_schedule/translations/en.json index f372fdd6..64e5e1d3 100644 --- a/custom_components/waste_collection_schedule/translations/en.json +++ b/custom_components/waste_collection_schedule/translations/en.json @@ -9922,32 +9922,6 @@ }, "data_description": {} }, - "args_awg_de": { - "title": "Configure Source", - "description": "Configure your service provider. For details see the source documentation.", - "data": { - "calendar_title": "Calendar Title", - "city": "City", - "street": "Street", - "hnr": "Hnr", - "addition": "Addition" - }, - "data_description": { - "calendar_title": "A more readable, or user-friendly, name for the waste calendar. If nothing is provided, the name returned by the source will be used." - } - }, - "reconfigure_awg_de": { - "title": "Reconfigure Source", - "description": "Configure your service provider. For details see the source documentation.", - "data": { - "calendar_title": "Calendar Title", - "city": "City", - "street": "Street", - "hnr": "Hnr", - "addition": "Addition" - }, - "data_description": {} - }, "args_sammelkalender_ch": { "title": "Configure Source", "description": "Configure your service provider. For details see the source documentation.", @@ -9974,6 +9948,32 @@ }, "data_description": {} }, + "args_awg_de": { + "title": "Configure Source", + "description": "Configure your service provider. For details see the source documentation.", + "data": { + "calendar_title": "Calendar Title", + "city": "City", + "street": "Street", + "hnr": "Hnr", + "addition": "Addition" + }, + "data_description": { + "calendar_title": "A more readable, or user-friendly, name for the waste calendar. If nothing is provided, the name returned by the source will be used." + } + }, + "reconfigure_awg_de": { + "title": "Reconfigure Source", + "description": "Configure your service provider. For details see the source documentation.", + "data": { + "calendar_title": "Calendar Title", + "city": "City", + "street": "Street", + "hnr": "Hnr", + "addition": "Addition" + }, + "data_description": {} + }, "args_winterthur_ch": { "title": "Configure Source", "description": "Configure your service provider. For details see the source documentation.", diff --git a/update_docu_links.py b/update_docu_links.py index 07f71588..d1e38fb3 100755 --- a/update_docu_links.py +++ b/update_docu_links.py @@ -156,7 +156,6 @@ class ExtraInfoDict(TypedDict): url: NotRequired[str] country: NotRequired[str] default_params: NotRequired[dict[str, Any]] - how_to_get_arguments_description: NotRequired[dict[str, str]] class IcsSourceData(TypedDict): @@ -293,7 +292,7 @@ def browse_sources() -> list[SourceInfo]: country=e.get("country", country), params=params, extra_info_default_params=e.get("default_params", {}), - custom_howto=e.get("how_to_get_arguments_description", howto), + custom_howto=howto, ) ) @@ -361,9 +360,7 @@ def browse_ics_yaml() -> list[SourceInfo]: country=e.get("country", country), params=[], extra_info_default_params=data.get("default_params", {}), - custom_howto=e.get( - "how_to_get_arguments_description", howto - ), + custom_howto=howto, ) ) @@ -461,21 +458,17 @@ def update_sources_json(countries: dict[str, list[SourceInfo]]) -> None: countries[country], key=lambda e: (e.title.lower(), beautify_url(e.url), e.filename), ): - if e.module is None: # ICS source - output[country].append( - { - "title": e.title, - "module": "ics", - "default_params": e.extra_info_default_params, - } - ) - continue + module = e.module if e.module is not None else "ics" + id = e.filename.split("/")[-1].removesuffix(".md") + if id != module: + id = f"{module}_{id}" output[country].append( { "title": e.title, - "module": e.module, + "module": module, "default_params": e.extra_info_default_params, + "id": id, } ) with open(