API Documentation

Our aim is to provide the simplest and most comprehensive, free, API available. We are always trying to improve so any feedback is welcome.

Get All 842 Waste Codes

https://ewccodes.com/api/codes

[
    {
        "uuid": "34ae7cc0-5cd4-407e-8673-187615f51b59",
        "chapter": "15",
        "chapter_title": "Packaging, Absorbents, Wiping Cloths and Filters",
        "sub_chapter": "01",
        "sub_chapter_title": "packaging (including separately collected municipal packaging waste)",
        "code": "05",
        "code_description": "composite packaging",
        "hazardous": false,
        "density": 0.2,
        "full_code": "15 01 05",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "ea246815-5406-4bc3-a130-ecf86dc94f68",
        "chapter": "19",
        "chapter_title": "Materials from Waste and Water Treatment",
        "sub_chapter": "11",
        "sub_chapter_title": "Oil regeneration",
        "code": "99",
        "code_description": "wastes not otherwise specified",
        "hazardous": false,
        "density": 0.1852,
        "full_code": "19 11 99",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/34ae7cc0-5cd4-407e-8673-187615f51b59

{
    "uuid": "34ae7cc0-5cd4-407e-8673-187615f51b59",
    "chapter": "15",
    "chapter_title": "Packaging, Absorbents, Wiping Cloths and Filters",
    "sub_chapter": "01",
    "sub_chapter_title": "packaging (including separately collected municipal packaging waste)",
    "code": "05",
    "code_description": "composite packaging",
    "hazardous": false,
    "density": 0.2,
    "full_code": "15 01 05",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}