mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
manchester_uk.md update section on how to find UPRN
This commit is contained in:
@@ -31,6 +31,14 @@ waste_collection_schedule:
|
||||
|
||||
## How to get the source argument
|
||||
|
||||
The UPRN code can be found in the page by entering your postcode on the
|
||||
[Manchester City Council Bin Collections page
|
||||
](https://www.manchester.gov.uk/bincollections/). When on the address list, view the source code for the page, and look for your address, the uprn will be shown as the value.
|
||||
### Easy way, using an external tool
|
||||
|
||||
- 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.
|
||||
- Or use the https://uprn.uk/ website to find your UPRN with your postcode on a map
|
||||
|
||||
### Manual way using the browser's developer tools
|
||||
|
||||
- Got <https://www.manchester.gov.uk/bincollections/> and enter your postcode.
|
||||
- Open your browser's developer tools (F12 / right-click -> Inspect).
|
||||
- - either open the network tab and select your address from the list and search the new POST request shown in the Network tab for the `uprn` value in the request payload section
|
||||
- or inspect the select element containing the addresses, the `value` attribute option tag containing your address is your `UPRN`
|
||||
|
||||
Reference in New Issue
Block a user