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": "8e3b10c2-3eaf-4623-b13a-556bf341643d",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "09",
        "sub_chapter_title": "Casting of ferrous pieces",
        "code": "09",
        "code_description": "flue-gas dust containing hazardous substances",
        "hazardous": true,
        "density": 0.738,
        "full_code": "10 09 09*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "31be470b-95e3-42df-9751-24983f20680a",
        "chapter": "07",
        "chapter_title": "Organic Chemical Processing",
        "sub_chapter": "03",
        "sub_chapter_title": "Manufacture - formulation - supply and use of organic dyes and pigments (except 06 11)",
        "code": "08",
        "code_description": "other still bottoms and reaction residues",
        "hazardous": true,
        "density": 0.9,
        "full_code": "07 03 08*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/8e3b10c2-3eaf-4623-b13a-556bf341643d

{
    "uuid": "8e3b10c2-3eaf-4623-b13a-556bf341643d",
    "chapter": "10",
    "chapter_title": "Thermal Processes",
    "sub_chapter": "09",
    "sub_chapter_title": "Casting of ferrous pieces",
    "code": "09",
    "code_description": "flue-gas dust containing hazardous substances",
    "hazardous": true,
    "density": 0.738,
    "full_code": "10 09 09*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}