๐ŸคŸ WIA Standards
๐Ÿ—‘๏ธ

WIA Waste Management

Open Standard for Waste Data v1.0.0

A portable JSON format for every stage of the waste lifecycle โ€” from the bin on the street to the final disposal ledger.

๐ŸŽฎ Try Simulator ๐Ÿ“š Read Ebook

๐Ÿ“‹ Specification Phases

1
Data Format
โœ… Complete
2
REST API
โœ… Complete
3
Protocol
โœ… Complete
4
Integration
โœ… Complete

๐Ÿงญ Four Pillars

๐Ÿš› Collection

Bin-level events โ€” fill level, weight, pickup time, hauler ID, route segment.

๐Ÿ”„ Sorting

Material composition in percent, contamination score, sort confidence.

โ™ป๏ธ Recycling

End-of-life routing, energy recovery yield, avoided COโ‚‚e.

โ˜ ๏ธ Hazardous

UN hazard class, handling reqs, disposal cert hash.

๐Ÿงช Data Domains

๐Ÿ™๏ธ
Municipal
City-wide logs
๐Ÿญ
Industrial
Manufacturing by-products
๐Ÿฅ
Medical
Biohazard chain-of-custody
๐Ÿ”‹
E-waste
Electronics, batteries
๐Ÿงช
Hazardous
Chemicals, solvents
๐ŸŒฑ
Organic
Compost, food waste

๐Ÿ“ฆ Message Example

// WIA Waste Collection event (minified example)
{
    "version": "1.0.0",
    "type": "waste_collection",
    "timestamp": { "unix_ms": 1714089600000, "iso8601": "2026-04-25T20:00:00Z" },
    "location": { "latitude": 37.5665, "longitude": 126.9780, "crs": "EPSG:4326" },
    "device": { "manufacturer": "SmileStory", "model": "SmartBin-200", "serial": "SB200-0042" },
    "data": {
        "waste_type": "mixed_recyclable",
        "fill_percentage": 87.3,
        "weight_kg": 24.6,
        "contamination_ratio": 0.12,
        "composition": {
            "plastic_pct": 41.2,
            "paper_pct": 33.0,
            "metal_pct": 9.8,
            "glass_pct": 6.0,
            "organic_pct": 10.0
        },
        "hauler_id": "HAUL-0421",
        "route_segment": "R-JONGNO-07"
    },
    "meta": { "quality_score": 0.96, "source": "sensor_fusion" }
}

๐Ÿ“Š Scope Metrics

6
Data Domains
4
Spec Phases
3
Transport Layers
MIT
License
๐Ÿš› Collection ๐Ÿ”„ Sorting โ™ป๏ธ Recycling ๐Ÿญ Disposal ๐Ÿ“‰ COโ‚‚e Accounting โ˜ ๏ธ Hazardous ๐Ÿฅ Medical ๐Ÿ”‹ E-waste