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": "0423e64e-a979-42d2-845d-a44681ecbfb4",
        "chapter": "15",
        "chapter_title": "Packaging, Absorbents, Wiping Cloths and Filters",
        "sub_chapter": "01",
        "sub_chapter_title": "packaging (including separately collected municipal packaging waste)",
        "code": "04",
        "code_description": "metallic packaging",
        "hazardous": false,
        "density": 0.22,
        "full_code": "15 01 04",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "0319241e-82da-4587-a16f-e935a1d2738c",
        "chapter": "07",
        "chapter_title": "Organic Chemical Processing",
        "sub_chapter": "02",
        "sub_chapter_title": "Manufacture - formulation - supply and use of plastics - synthetic rubber and man-made fibres",
        "code": "07",
        "code_description": "halogenated still bottoms and reaction residues",
        "hazardous": true,
        "density": 0.9,
        "full_code": "07 02 07*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/0423e64e-a979-42d2-845d-a44681ecbfb4

{
    "uuid": "0423e64e-a979-42d2-845d-a44681ecbfb4",
    "chapter": "15",
    "chapter_title": "Packaging, Absorbents, Wiping Cloths and Filters",
    "sub_chapter": "01",
    "sub_chapter_title": "packaging (including separately collected municipal packaging waste)",
    "code": "04",
    "code_description": "metallic packaging",
    "hazardous": false,
    "density": 0.22,
    "full_code": "15 01 04",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}