From 66b9626e4e050f067aee7e975403fef8328ddb23 Mon Sep 17 00:00:00 2001 From: 5ila5 <5ila5@users.noreply.github.com> Date: Sat, 28 Dec 2024 17:10:28 +0100 Subject: [PATCH] add Knowsley Council, UK --- README.md | 1 + .../waste_collection_schedule/sources.json | 6 + .../translations/de.json | 25 +++ .../translations/en.json | 25 +++ .../translations/it.json | 25 +++ .../source/knowsley_gov_uk.py | 203 ++++++++++++++++++ doc/source/knowsley_gov_uk.md | 48 +++++ info.md | 2 +- 8 files changed, 334 insertions(+), 1 deletion(-) create mode 100644 custom_components/waste_collection_schedule/waste_collection_schedule/source/knowsley_gov_uk.py create mode 100644 doc/source/knowsley_gov_uk.md diff --git a/README.md b/README.md index 88a6618bc..0ead87047 100644 --- a/README.md +++ b/README.md @@ -2111,6 +2111,7 @@ If your service provider is not listed, feel free to open a [source request issu - [Itouchvision Source using the encrypted API](/doc/source/iapp_itouchvision_com.md) / itouchvision.com - [Joint Waste Solutions](/doc/source/jointwastesolutions_org.md) / jointwastesolutions.org - [Kirklees Council](/doc/source/kirklees_gov_uk.md) / kirklees.gov.uk +- [Knowsley Council](/doc/source/knowsley_gov_uk.md) / knowsley.gov.uk - [Lancaster City Council](/doc/source/lancaster_gov_uk.md) / lancaster.gov.uk - [Leeds](/doc/source/apps_imactivate_com.md) / leeds.gov.uk - [Leicester City Council](/doc/source/biffaleicester_co_uk.md) / leicester.gov.uk diff --git a/custom_components/waste_collection_schedule/sources.json b/custom_components/waste_collection_schedule/sources.json index bcf496441..0e9f43788 100644 --- a/custom_components/waste_collection_schedule/sources.json +++ b/custom_components/waste_collection_schedule/sources.json @@ -13406,6 +13406,12 @@ "default_params": {}, "id": "kirklees_gov_uk" }, + { + "title": "Knowsley Council", + "module": "knowsley_gov_uk", + "default_params": {}, + "id": "knowsley_gov_uk" + }, { "title": "Lancaster City Council", "module": "lancaster_gov_uk", diff --git a/custom_components/waste_collection_schedule/translations/de.json b/custom_components/waste_collection_schedule/translations/de.json index d419d8290..c9ff311a7 100644 --- a/custom_components/waste_collection_schedule/translations/de.json +++ b/custom_components/waste_collection_schedule/translations/de.json @@ -14400,6 +14400,31 @@ "uprn": "Eine einfache Möglichkeit, Ihre Unique Property Reference Number (UPRN) zu finden, besteht darin, auf https://www.findmyaddress.co.uk/ zu gehen und Ihre Adressdaten einzugeben." } }, + "args_knowsley_gov_uk": { + "title": "Quelle konfigurieren", + "description": "Konfiguriere deinen Service Provider. Mehr details: https://github.com/mampfes/hacs_waste_collection_schedule/blob/master/doc/source/knowsley_gov_uk.md", + "data": { + "calendar_title": "Kalender Titel", + "postcode": "PLZ", + "uprn": "UPRN" + }, + "data_description": { + "calendar_title": "Ein lesbarerer oder benutzerfreundlicherer Name für den Müllkalender. Wenn nichts angegeben wird, wird der Name der Quelle verwendet.", + "uprn": "Eine einfache Möglichkeit, Ihre Unique Property Reference Number (UPRN) zu finden, besteht darin, auf https://www.findmyaddress.co.uk/ zu gehen und Ihre Adressdaten einzugeben." + } + }, + "reconfigure_knowsley_gov_uk": { + "title": "Quelle Neu Konfigurieren", + "description": "Konfiguriere deinen Service Provider. Mehr details: https://github.com/mampfes/hacs_waste_collection_schedule/blob/master/doc/source/knowsley_gov_uk.md", + "data": { + "calendar_title": "Kalender Titel", + "postcode": "PLZ", + "uprn": "UPRN" + }, + "data_description": { + "uprn": "Eine einfache Möglichkeit, Ihre Unique Property Reference Number (UPRN) zu finden, besteht darin, auf https://www.findmyaddress.co.uk/ zu gehen und Ihre Adressdaten einzugeben." + } + }, "args_lancaster_gov_uk": { "title": "Quelle konfigurieren", "description": "Konfiguriere deinen Service Provider. Mehr details: https://github.com/mampfes/hacs_waste_collection_schedule/blob/master/doc/source/lancaster_gov_uk.md", diff --git a/custom_components/waste_collection_schedule/translations/en.json b/custom_components/waste_collection_schedule/translations/en.json index a2aad91f2..8005ff796 100644 --- a/custom_components/waste_collection_schedule/translations/en.json +++ b/custom_components/waste_collection_schedule/translations/en.json @@ -14421,6 +14421,31 @@ "uprn": "An easy way to discover your Unique Property Reference Number (UPRN) is by going to https://www.findmyaddress.co.uk/ and entering in your address details." } }, + "args_knowsley_gov_uk": { + "title": "Configure Source", + "description": "Configure your service provider. More details: https://github.com/mampfes/hacs_waste_collection_schedule/blob/master/doc/source/knowsley_gov_uk.md.", + "data": { + "calendar_title": "Calendar Title", + "postcode": "Postcode", + "uprn": "UPRN" + }, + "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.", + "uprn": "An easy way to discover your Unique Property Reference Number (UPRN) is by going to https://www.findmyaddress.co.uk/ and entering in your address details." + } + }, + "reconfigure_knowsley_gov_uk": { + "title": "Reconfigure Source", + "description": "Configure your service provider. More details: https://github.com/mampfes/hacs_waste_collection_schedule/blob/master/doc/source/knowsley_gov_uk.md.", + "data": { + "calendar_title": "Calendar Title", + "postcode": "Postcode", + "uprn": "UPRN" + }, + "data_description": { + "uprn": "An easy way to discover your Unique Property Reference Number (UPRN) is by going to https://www.findmyaddress.co.uk/ and entering in your address details." + } + }, "args_lancaster_gov_uk": { "title": "Configure Source", "description": "Configure your service provider. More details: https://github.com/mampfes/hacs_waste_collection_schedule/blob/master/doc/source/lancaster_gov_uk.md.", diff --git a/custom_components/waste_collection_schedule/translations/it.json b/custom_components/waste_collection_schedule/translations/it.json index a3d6bf108..8a79ea751 100644 --- a/custom_components/waste_collection_schedule/translations/it.json +++ b/custom_components/waste_collection_schedule/translations/it.json @@ -14382,6 +14382,31 @@ "uprn": "Un modo facile per scoprire il tuo Numero di Riferimento Proprietà Unica (UPRN) è andare su https://www.findmyaddress.co.uk/ e inserire i dettagli del tuo indirizzo." } }, + "args_knowsley_gov_uk": { + "title": "Configurazione Sorgente", + "description": "Compila i campi per ottenere le informazioni sul tuo servizio di raccolta. Maggiori informazioni: https://github.com/mampfes/hacs_waste_collection_schedule/blob/master/doc/source/knowsley_gov_uk.md.", + "data": { + "calendar_title": "Nome Calendario", + "postcode": "Codice Postale CAP", + "uprn": "UPRN" + }, + "data_description": { + "calendar_title": "Puoi cambiare il nome del calendario della raccolta dei rifiuti, altrimenti di default verra' utilizzato il nome del tuo fornitore di servizi.", + "uprn": "Un modo facile per scoprire il tuo Numero di Riferimento Proprietà Unica (UPRN) è andare su https://www.findmyaddress.co.uk/ e inserire i dettagli del tuo indirizzo." + } + }, + "reconfigure_knowsley_gov_uk": { + "title": "Riconfigurazione Sorgente", + "description": "Compila i campi per ottenere le informazioni sul tuo servizio di raccolta. Per maggiori informazioni: https://github.com/mampfes/hacs_waste_collection_schedule/blob/master/doc/source/knowsley_gov_uk.md.", + "data": { + "calendar_title": "Nome Calendario", + "postcode": "Codice Postale CAP", + "uprn": "UPRN" + }, + "data_description": { + "uprn": "Un modo facile per scoprire il tuo Numero di Riferimento Proprietà Unica (UPRN) è andare su https://www.findmyaddress.co.uk/ e inserire i dettagli del tuo indirizzo." + } + }, "args_lancaster_gov_uk": { "title": "Configurazione Sorgente", "description": "Compila i campi per ottenere le informazioni sul tuo servizio di raccolta. Maggiori informazioni: https://github.com/mampfes/hacs_waste_collection_schedule/blob/master/doc/source/lancaster_gov_uk.md.", diff --git a/custom_components/waste_collection_schedule/waste_collection_schedule/source/knowsley_gov_uk.py b/custom_components/waste_collection_schedule/waste_collection_schedule/source/knowsley_gov_uk.py new file mode 100644 index 000000000..9c664a50a --- /dev/null +++ b/custom_components/waste_collection_schedule/waste_collection_schedule/source/knowsley_gov_uk.py @@ -0,0 +1,203 @@ +import logging +import re +import time +from datetime import datetime + +import requests +from waste_collection_schedule import Collection # type: ignore[attr-defined] +from waste_collection_schedule.exceptions import SourceArgumentNotFound + +TITLE = "Knowsley Council" +DESCRIPTION = "Source for Knowsley Council." +URL = "https://www.knowsley.gov.uk/" +TEST_CASES = { + "L364AR 000040082756": {"postcode": "L364AR", "uprn": "000040082756"}, + "L34 0HZ, 40029195": {"postcode": "L34 0HZ", "uprn": 40029195}, +} +_LOGGER = logging.getLogger(__name__) + + +ICON_MAP = { + "Maroon": "mdi:trash-can", + "Grey": "mdi:recycle", + "Blue": "mdi:leaf", +} + +BASE_URL = "https://knowsleytransaction.mendixcloud.com/" +INIT_URL = f"{BASE_URL}link/youarebeingredirected?target=bincollectioninformation" +API_URL = f"{BASE_URL}xas/" + +INIT_PAYLOAD = { + "action": "get_session_data", + "params": { + "hybrid": False, + "offline": False, + "referrer": None, + "profile": "", + "timezoneoffset": -60, + "timezoneId": "Europe/Berlin", + "preferredLanguages": ["en-US", "en"], + "version": 2, + }, +} + + +class Source: + def __init__(self, postcode: str, uprn: str | int): + self._postcode: str = postcode + self._uprn: str | int = uprn + self._request_id = 3 + + def _do_request( + self, + s: requests.Session, + action: str, + x_csrf_token: str, + changes: dict = {}, + objects: list = [], + params: dict[str, str | list[str] | dict] = {}, + profile_data: dict[str, int] = {}, + operation_id: str | None = None, + validation_guids: list[str] | None = None, + ) -> dict: + time_str = str(int(time.time())) + headers = { + "Content-Type": "application/json", + "x-csrf-token": x_csrf_token, + "x-mx-reqtoken": time_str + "-" + str(self._request_id), + } + self._request_id += 1 + + payload = { + "action": action, + "changes": changes, + "objects": objects, + "params": params, + "profiledata": profile_data, + } + if operation_id: + payload["operationId"] = operation_id + if validation_guids: + payload["validationGuids"] = validation_guids + + r = s.post(API_URL, json=payload, headers=headers) + if r.status_code != 200: + _LOGGER.error("error doing request: " + r.text) + r.raise_for_status() + return r.json() + + def fetch(self) -> list[Collection]: + self._request_id = 3 + s = requests.Session() + r = s.get(INIT_URL) + r.raise_for_status() + + r = s.post(API_URL, json=INIT_PAYLOAD) + r.raise_for_status() + + init_data = r.json() + + objects = [init_data["objects"][1]] + params: dict[str, str | list[str] | dict] = { + "actionname": "Service_YouAreBeingRedirected.SUB_YouAreBeingRedirected", + "applyto": "selection", + "guids": [init_data["objects"][1]["guid"]], + } + x_csrf_token = init_data["csrftoken"] + cachebust = init_data["cachebust"] + + data = self._do_request( + s, + action="executeaction", + x_csrf_token=x_csrf_token, + objects=objects, + params=params, + ) + + r = requests.get( + BASE_URL + "pages/en_US/" + data["instructions"][0]["args"]["FormPath"], + params={cachebust: ""}, + ) + r.raise_for_status() + OPERATION_ID_REGEX = r'"config":{"operationId":"([a-zA-Z0-9/]+)",' + operation_ids = list(re.finditer(OPERATION_ID_REGEX, r.text)) + operation_id_post = operation_ids[0].group(1) + operation_id_uprn = operation_ids[1].group(1) + + objects = data["objects"] + changes_postcode = data["changes"] + changes_postcode[list(changes_postcode.keys())[0]][ + "EnquiryPostcodeOrStreetName" + ] = {"value": self._postcode} + + params = { + "OS_MissedBinEnquiry": { + "guid": data["objects"][0]["guid"], + } + } + validation_guids = [data["objects"][0]["guid"]] + + data = self._do_request( + s, + action="runtimeOperation", + x_csrf_token=x_csrf_token, + objects=objects, + changes=changes_postcode, + operation_id=operation_id_post, + params=params, + validation_guids=validation_guids, + ) + + uprn_chage_element: tuple[str, dict] | None = None + + for change_id, chage_dict in data["changes"].items(): + if "UPRN" in chage_dict and chage_dict["UPRN"]["value"].strip().strip( + "0" + ) == str(self._uprn).strip().strip("0"): + uprn_chage_element = (change_id, chage_dict) + break + + if uprn_chage_element is None: + raise SourceArgumentNotFound("uprn", self._uprn) + + objects += [ + next( + iter([o for o in data["objects"] if o["guid"] == uprn_chage_element[0]]) + ) + ] + params = {"Generic_Address": {"guid": objects[-1]["guid"]}} + + changes = changes_postcode.copy() + changes[list(changes.keys())[0]]["ShowAddressResults"] = {"value": True} + + changes.update({uprn_chage_element[0]: uprn_chage_element[1]}) + data = self._do_request( + s, + "runtimeOperation", + changes=changes, + objects=objects, + operation_id=operation_id_uprn, + x_csrf_token=x_csrf_token, + validation_guids=validation_guids, + params=params, + ) + + entries = [] + for change in data["changes"].values(): + for key, value in change.items(): + if not key.startswith("Next"): + continue + + # Tuesday 07/01/2025 + date_str = value["value"] + bin_type = key.replace("Next", "") + try: + date = datetime.strptime(date_str, "%A %d/%m/%Y").date() + except ValueError: + _LOGGER.warning( + f"Could not parse date: {date_str} for bin type {bin_type}" + ) + icon = ICON_MAP.get(bin_type) + entries.append(Collection(date=date, t=bin_type, icon=icon)) + + return entries diff --git a/doc/source/knowsley_gov_uk.md b/doc/source/knowsley_gov_uk.md new file mode 100644 index 000000000..9d23d6bc8 --- /dev/null +++ b/doc/source/knowsley_gov_uk.md @@ -0,0 +1,48 @@ +# Knowsley Council + +Support for schedules provided by [Knowsley Council](https://www.knowsley.gov.uk/), serving Knowsley Council, UK. + +## Configuration via configuration.yaml + +```yaml +waste_collection_schedule: + sources: + - name: knowsley_gov_uk + args: + postcode: POSTCODE + uprn: UPRN +``` + +### Configuration Variables + +**postcode** +*(String) (required)* + +**uprn** +*(String | Integer) (required)* + +## Example + +```yaml +waste_collection_schedule: + sources: + - name: knowsley_gov_uk + args: + postcode: L364AR + uprn: "000040082756" +``` + +```yaml +waste_collection_schedule: + sources: + - name: knowsley_gov_uk + args: + postcode: L34 0HZ + uprn: 40029195 +``` + +## How to get the source argument + +Use your postcode as the `postcode` argument and your Unique Property Reference Number (UPRN) as the `uprn` argument. + +An easy way to discover your Unique Property Reference Number (UPRN) is by going to and entering in your address details. diff --git a/info.md b/info.md index 81cf7e360..a95ad0321 100644 --- a/info.md +++ b/info.md @@ -38,7 +38,7 @@ Waste collection schedules from service provider web sites are updated daily, de | Slovenia | Moji odpadki, Ljubljana, Snaga Maribor | | Sweden | Affärsverken, Avfallsapp.se - Multi Source, Boden, Borås Energi och Miljö, EDPEvent - Multi Source, Gästrike Återvinnare, Jönköping - June Avfall & Miljö, Kretslopp Sydost, Kristianstad Renhållning, Landskrona - Svalövs Renhållning, Lerum Vatten och Avlopp, Linköping - Tekniska Verken, Luleå, Lund Waste Collection, Mölndal, Norrtalje Vatten & Avfall, North / Middle Bohuslän - Rambo AB, Region Gotland, Ronneby Miljöteknik, Roslagsvatten, Samverkan Återvinning Miljö (SÅM), Skellefteå, SRV Återvinning, SSAM (Deprecated), SSAM Södra Smalånds Avfall & Miljö, Sysav Sophämntning, Söderköping, Uppsala Vatten, Uppsala Vatten och Avfall AB (Deprecated), VA Syd Sophämntning, VIVAB Sophämtning, Västervik Miljö & Energi | | Switzerland | A-Region, Alchenstorf, Andwil, Appenzell, Berg, Bühler, Canton of Zürich, Eggersriet, Gais, Gaiserwald, Gasel, Goldach, Grosswangen, Grub, Heiden, Herisau, Horn, Hundwil, Häggenschwil, Köniz, Köniz, Liebefeld, Lindau, Lutzenberg, Mittelhäusern, Muolen, Mörschwil, Münchenstein, Münsingen BE, Switzerland, Nieder-/Oberscherli, Niederwangen, Oberwangen, Rapperswil, Real Luzern, Real Luzern, Rehetobel, Rorschach, Rorschacherberg, Sammelkalender.ch, Schliern, Schwellbrunn, Schönengrund, Seon, Speicher, Spiegel, Stadt Bülach, Stein, Steinach, Teufen, Thal, Thörishaus, Trogen, Tübach, Untereggen, Urnäsch, Wabern, Wald, Waldkirch, Waldstatt, Winterthur, Wittenbach, Wolfhalden, ZAKU Entsorgung, Zeba, ZKRI | -| United Kingdom | Aberdeenshire Council, Adur & Worthing Councils, Allerdale Borough Council, Amber Valley Borough Council, Anglesey, Antrim and Newtownabbey, Apps by imactivate, Ards and North Down Borough Council, Arun District Council, Ashfield District Council, Ashford Borough Council, Aylesbury Vale District Council, Barnsley Metropolitan Borough Council, Basildon Council, Basingstoke and Deane Borough Council, Bath & North East Somerset Council, BCP Council, Bedford Borough Council, Binzone, Birmingham City Council, Blackburn with Darwen Borough Council, Blackpool Council, Blaenau Gwent County Borough Council, Borough Council of King's Lynn & West Norfolk, Borough of Broxbourne Council, Bracknell Forest Council, Bradford Metropolitan District Council, Braintree District Council, Breckland Council, Brent Council, Bristol City Council, Broadland District Council, Bromsgrove City Council, Broxtowe Borough Council, Buckinghamshire: Former (Chiltern, South Bucks, Wycombe), Burnley Council, Bury Council, Caerphilly, Wales, Cambridge City Council, Cannock Chase Council, Canterbury City Council, Cardiff Council, Carmarthenshire County Council, Central Bedfordshire Council, Charnwood, Chelmsford City Council, Cherwell District Council, Cheshire East Council, Cheshire West and Chester Council, Chesterfield Borough Council, Chichester District Council, City of Doncaster Council, City Of Lincoln Council, City of York Council, Colchester City Council, Conwy County Borough Council, Cornwall Council, Crawley Borough Council (myCrawley), Croydon Council, Dacorum Borough Council, Darlington Borough Council, Denbighshire County Council, Deprecated: Buckinghamshire, Derby City Council, Dorset Council, Dover District Council, Dudley Metropolitan Borough Council, Dundee City Council, Dundee MyBins, Durham County Council, Ealing Council, East Ayrshire Council, East Cambridgeshire District Council, East Devon District Council, East Herts Council, East Lothian, East Northamptonshire and Wellingborough, East Renfrewshire Council, East Riding of Yorkshire Council, Eastbourne Borough Council, Eastleigh Borough Council, Elmbridge Borough Council, Environment First, Exeter City Council, Falkirk, Fareham Borough Council, FCC Environment, Fenland, Fenland District Council, Fife Council, Flintshire, Folkestone and Hythe District Councol, Fylde Council, Gateshead Council, Gedling Borough Council (unofficial), Glasgow City Council, Guildford Borough Council, Gwynedd, Harborough District Council, Haringey Council, Harlow Council, Hart District Council, Hastings Borough Council, Herefordshire City Council, High Peak Borough Council, Highland, Horsham District Council, Hull City Council, Huntingdonshire District Council, Islington Council, iTouchVision, Itouchvision Source using the encrypted API, Joint Waste Solutions, Kirklees Council, Lancaster City Council, Leeds, Leicester City Council, Lewes District Council, Lichfield District Council, Lisburn and Castlereagh City Council, Liverpool City Council, London Borough of Barking and Dagenham, London Borough of Bexley, London Borough of Bromley, London Borough of Camden, London Borough of Harrow, London Borough of Hounslow, London Borough of Lewisham, London Borough of Merton, London Borough of Newham, Luton, Maidstone Borough Council, Maldon District Council, Malvern Hills, Malvern Hills District Council, Manchester City Council, Mansfield District Council, Mendip District Council, Mid and East Antrim, Mid-Sussex District Council, Middlesbrough Council, Milton Keynes council, Moray Council, Newark & Sherwood District Council, Newcastle City Council, Newcastle Under Lyme Borough Council, Newport City Council, Newport City Council, North Ayrshire Council, North Herts Council, North Kesteven District Council, North Lanarkshire Council, North Lincolnshire Council, North Norfolk District Council, North Northamptonshire council, North Somerset Council, North West Leicestershire District Council, North Yorkshire Council - Hambleton, North Yorkshire Council - Harrogate, North Yorkshire Council - Scarborough, North Yorkshire Council - Selby, Nottingham City Council, Oadby and Wigston Council, Oxford City Council, Pembrokeshire County Council, Peterborough City Council, Portsmouth City Council, Reading Council, Redbridge Council, Reigate & Banstead Borough Council, Renfrewshire Council, Rhondda Cynon Taf County Borough Council, Richmondshire District Council, Rochdale Borough Council, Rotherham, Rotherham Metropolitan Borough Council, Royal Borough Of Greenwich, Runnymede Borough Council, Rushcliffe Brough Council, Rushmoor Borough Council, Salford City Council, Sedgemoor District Council, Sefton Council, Sheffield City Council, Shropshire Council, Solihull Council, Somerset Council, Somerset County Council, Somerset West & Taunton District Council, South Cambridgeshire District Council, South Derbyshire District Council, South Gloucestershire Council, South Hams District Council, South Holland District Council, South Kesteven District Council, South Norfolk Council, South Oxfordshire District Council, South Somerset District Council, South Tyneside Council, Southampton City Council, St Albans City & District Council, Stafford Borough Council, Stevenage Borough Council, Stirling.gov.uk, Stockport Council, Stockton-on-Tees Borough Council, Stoke-on-Trent, Stratford District Council, Stroud District Council, Sunderland City Council, Surrey Heath Borough Council, Sutton Council, London, Swale Borough Council, Swansea Council, Swindon Borough Council, Tameside Metropolitan Borough Council, Telford and Wrekin Council, Test Valley Borough Council, Tewkesbury Borough Council, Thanet District Council, The Royal Borough of Kingston Council, Tonbridge and Malling Borough Council, Tunbridge Wells, UK Bin Collection Schedule (UKBCD) project, Uttlesford District Council, Vale of Glamorgan Council, Vale of White Horse District Council, Wakefield Council, Walsall Council, Warrington Borough Council, Warwick District Council, Waverley Borough Council, Wealden District Council, Welwyn Hatfield Borough Council, West Berkshire Council, West Devon Borough Council, West Dunbartonshire Council, West Lothian Council, West Northamptonshire council, West Oxfordshire District Council, West Suffolk Council, Westmorland & Furness Council, Barrow area, Westmorland & Furness Council, South Lakeland area, Wigan Council, Wiltshire Council, Winchester City Council, Windsor and Maidenhead, Wirral Council, Woking Borough Council, Wokingham Borough Council, Worcester City, Wychavon, Wychavon District Council (Deprecated), Wyre Borough Council, Wyre Forest District Council | +| United Kingdom | Aberdeenshire Council, Adur & Worthing Councils, Allerdale Borough Council, Amber Valley Borough Council, Anglesey, Antrim and Newtownabbey, Apps by imactivate, Ards and North Down Borough Council, Arun District Council, Ashfield District Council, Ashford Borough Council, Aylesbury Vale District Council, Barnsley Metropolitan Borough Council, Basildon Council, Basingstoke and Deane Borough Council, Bath & North East Somerset Council, BCP Council, Bedford Borough Council, Binzone, Birmingham City Council, Blackburn with Darwen Borough Council, Blackpool Council, Blaenau Gwent County Borough Council, Borough Council of King's Lynn & West Norfolk, Borough of Broxbourne Council, Bracknell Forest Council, Bradford Metropolitan District Council, Braintree District Council, Breckland Council, Brent Council, Bristol City Council, Broadland District Council, Bromsgrove City Council, Broxtowe Borough Council, Buckinghamshire: Former (Chiltern, South Bucks, Wycombe), Burnley Council, Bury Council, Caerphilly, Wales, Cambridge City Council, Cannock Chase Council, Canterbury City Council, Cardiff Council, Carmarthenshire County Council, Central Bedfordshire Council, Charnwood, Chelmsford City Council, Cherwell District Council, Cheshire East Council, Cheshire West and Chester Council, Chesterfield Borough Council, Chichester District Council, City of Doncaster Council, City Of Lincoln Council, City of York Council, Colchester City Council, Conwy County Borough Council, Cornwall Council, Crawley Borough Council (myCrawley), Croydon Council, Dacorum Borough Council, Darlington Borough Council, Denbighshire County Council, Deprecated: Buckinghamshire, Derby City Council, Dorset Council, Dover District Council, Dudley Metropolitan Borough Council, Dundee City Council, Dundee MyBins, Durham County Council, Ealing Council, East Ayrshire Council, East Cambridgeshire District Council, East Devon District Council, East Herts Council, East Lothian, East Northamptonshire and Wellingborough, East Renfrewshire Council, East Riding of Yorkshire Council, Eastbourne Borough Council, Eastleigh Borough Council, Elmbridge Borough Council, Environment First, Exeter City Council, Falkirk, Fareham Borough Council, FCC Environment, Fenland, Fenland District Council, Fife Council, Flintshire, Folkestone and Hythe District Councol, Fylde Council, Gateshead Council, Gedling Borough Council (unofficial), Glasgow City Council, Guildford Borough Council, Gwynedd, Harborough District Council, Haringey Council, Harlow Council, Hart District Council, Hastings Borough Council, Herefordshire City Council, High Peak Borough Council, Highland, Horsham District Council, Hull City Council, Huntingdonshire District Council, Islington Council, iTouchVision, Itouchvision Source using the encrypted API, Joint Waste Solutions, Kirklees Council, Knowsley Council, Lancaster City Council, Leeds, Leicester City Council, Lewes District Council, Lichfield District Council, Lisburn and Castlereagh City Council, Liverpool City Council, London Borough of Barking and Dagenham, London Borough of Bexley, London Borough of Bromley, London Borough of Camden, London Borough of Harrow, London Borough of Hounslow, London Borough of Lewisham, London Borough of Merton, London Borough of Newham, Luton, Maidstone Borough Council, Maldon District Council, Malvern Hills, Malvern Hills District Council, Manchester City Council, Mansfield District Council, Mendip District Council, Mid and East Antrim, Mid-Sussex District Council, Middlesbrough Council, Milton Keynes council, Moray Council, Newark & Sherwood District Council, Newcastle City Council, Newcastle Under Lyme Borough Council, Newport City Council, Newport City Council, North Ayrshire Council, North Herts Council, North Kesteven District Council, North Lanarkshire Council, North Lincolnshire Council, North Norfolk District Council, North Northamptonshire council, North Somerset Council, North West Leicestershire District Council, North Yorkshire Council - Hambleton, North Yorkshire Council - Harrogate, North Yorkshire Council - Scarborough, North Yorkshire Council - Selby, Nottingham City Council, Oadby and Wigston Council, Oxford City Council, Pembrokeshire County Council, Peterborough City Council, Portsmouth City Council, Reading Council, Redbridge Council, Reigate & Banstead Borough Council, Renfrewshire Council, Rhondda Cynon Taf County Borough Council, Richmondshire District Council, Rochdale Borough Council, Rotherham, Rotherham Metropolitan Borough Council, Royal Borough Of Greenwich, Runnymede Borough Council, Rushcliffe Brough Council, Rushmoor Borough Council, Salford City Council, Sedgemoor District Council, Sefton Council, Sheffield City Council, Shropshire Council, Solihull Council, Somerset Council, Somerset County Council, Somerset West & Taunton District Council, South Cambridgeshire District Council, South Derbyshire District Council, South Gloucestershire Council, South Hams District Council, South Holland District Council, South Kesteven District Council, South Norfolk Council, South Oxfordshire District Council, South Somerset District Council, South Tyneside Council, Southampton City Council, St Albans City & District Council, Stafford Borough Council, Stevenage Borough Council, Stirling.gov.uk, Stockport Council, Stockton-on-Tees Borough Council, Stoke-on-Trent, Stratford District Council, Stroud District Council, Sunderland City Council, Surrey Heath Borough Council, Sutton Council, London, Swale Borough Council, Swansea Council, Swindon Borough Council, Tameside Metropolitan Borough Council, Telford and Wrekin Council, Test Valley Borough Council, Tewkesbury Borough Council, Thanet District Council, The Royal Borough of Kingston Council, Tonbridge and Malling Borough Council, Tunbridge Wells, UK Bin Collection Schedule (UKBCD) project, Uttlesford District Council, Vale of Glamorgan Council, Vale of White Horse District Council, Wakefield Council, Walsall Council, Warrington Borough Council, Warwick District Council, Waverley Borough Council, Wealden District Council, Welwyn Hatfield Borough Council, West Berkshire Council, West Devon Borough Council, West Dunbartonshire Council, West Lothian Council, West Northamptonshire council, West Oxfordshire District Council, West Suffolk Council, Westmorland & Furness Council, Barrow area, Westmorland & Furness Council, South Lakeland area, Wigan Council, Wiltshire Council, Winchester City Council, Windsor and Maidenhead, Wirral Council, Woking Borough Council, Wokingham Borough Council, Worcester City, Wychavon, Wychavon District Council (Deprecated), Wyre Borough Council, Wyre Forest District Council | | United States of America | Albuquerque, New Mexico, USA, City of Austin, TX, City of Bloomington, City of Cambridge, City of Gastonia, NC, City of Georgetown, TX, City of Los Angeles, CA, City of McKinney, TX, City of Oklahoma City (unofficial), City of Pittsburgh, Hardin Sanitation, Idaho, USA, Louisville, Kentucky, USA, Minneapolis MN USA, New York City, Newark, Delaware, USA, Olympia, Washington, USA, ReCollect, Recycle Coach, Republic Services, Round Rock Texas, Seattle Public Utilities, Tacoma, Washington, USA, Tucson, Arizona, USA, University Park, TX, Waste Connections |