Total Rubbish Collection API
Version: 1.0.0
GET /api/health - Health checkGET /api/search?q={address} - Search properties by addressGET /api/properties/{propertyId} - Get property details with collectionsGET /api/properties/{propertyId}/collections - Get collections only# Search for properties GET /api/search?q=17%20ridge%20road # Get property details GET /api/properties/12340644261 # Get collections only GET /api/properties/12340644261/collections
See README for full API documentation