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": "8ed81fc3-d4ba-41b4-a3be-6eb990028534",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "03",
        "sub_chapter_title": "Aluminium thermal metallurgy",
        "code": "15",
        "code_description": "skimmings that are flammable or emit, upon contact with water, flammable gases in hazardous quantities",
        "hazardous": true,
        "density": 0.441,
        "full_code": "10 03 15*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "a094c391-b886-47e6-97f8-b0a50714af55",
        "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": "07",
        "code_description": "halogenated still bottoms and reaction residues",
        "hazardous": true,
        "density": 0.9,
        "full_code": "07 04 07*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/8ed81fc3-d4ba-41b4-a3be-6eb990028534

{
    "uuid": "8ed81fc3-d4ba-41b4-a3be-6eb990028534",
    "chapter": "10",
    "chapter_title": "Thermal Processes",
    "sub_chapter": "03",
    "sub_chapter_title": "Aluminium thermal metallurgy",
    "code": "15",
    "code_description": "skimmings that are flammable or emit, upon contact with water, flammable gases in hazardous quantities",
    "hazardous": true,
    "density": 0.441,
    "full_code": "10 03 15*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}