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": "253a633e-4498-4603-94af-f342df23b679",
        "chapter": "01",
        "chapter_title": "Mining\/Quarrying\/Mineral Treatment",
        "sub_chapter": "03",
        "sub_chapter_title": "Physical and chemical processing of metalliferous minerals",
        "code": "08",
        "code_description": "dusty and powdery wastes other than those mentioned in 01 03 07",
        "hazardous": false,
        "density": 1.23,
        "full_code": "01 03 08",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "dabb1407-06c0-4e7d-9fc7-3a68b6d89f01",
        "chapter": "07",
        "chapter_title": "Organic Chemical Processing",
        "sub_chapter": "04",
        "sub_chapter_title": "Manufacture - formulation - supply and use of organic plant protection products (except 02 01 08 and 02 01 09) - wood preserving agents (except 03 02) and other biocides",
        "code": "12",
        "code_description": "sludges from on-site effluent treatment other than those mentioned in 07 04 11",
        "hazardous": false,
        "density": 0.922,
        "full_code": "07 04 12",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/253a633e-4498-4603-94af-f342df23b679

{
    "uuid": "253a633e-4498-4603-94af-f342df23b679",
    "chapter": "01",
    "chapter_title": "Mining\/Quarrying\/Mineral Treatment",
    "sub_chapter": "03",
    "sub_chapter_title": "Physical and chemical processing of metalliferous minerals",
    "code": "08",
    "code_description": "dusty and powdery wastes other than those mentioned in 01 03 07",
    "hazardous": false,
    "density": 1.23,
    "full_code": "01 03 08",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}