https://www.eastleigh.gov.uk/waste-bins-and-recycling/waste-bin-and-recycling-collection-dates/your-waste-bin-and-recycling-collections?uprn=1234where
1234
is your UPRN. Copy it, as you'll need to use this to make requests to the API. Next bin collections
API URL: https://whichb.in/next/{uprn} Example Request: curl -s https://whichb.in/next/10091132558/ Example Response: [{"name":"Garden Waste Bin","date":"01 Jan 2020"},{"name":"Recycling Bin","date":"08 Jan 2020"}]
All bin collections
API URL: https://whichb.in/all/{uprn} Example Request: curl -s https://whichb.in/all/10091132558/ Example Response: [{"name": "Household Waste Bin", "date": "25 Dec 2020"}, {"name":"Garden Waste Bin","date":"01 Jan 2020"},{"name":"Recycling Bin","date":"08 Jan 2020"}]
https://whichb.in/next/10091132558/2/will return the next 2 bins to be collected.
mail @ willow . systems