manchester_uk.md update section on how to find UPRN

This commit is contained in:
5ila5
2024-07-18 20:43:54 +02:00
committed by 5ila5
parent 1f6476c1f5
commit 9f8fe2faae

View File

@@ -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`