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": "81d4ab3b-35c3-4dcb-9ad0-71ff16187ea3",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "09",
        "sub_chapter_title": "Casting of ferrous pieces",
        "code": "13",
        "code_description": "waste binders containing hazardous substances",
        "hazardous": true,
        "density": 0.9,
        "full_code": "10 09 13*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "e6dfecd6-90a5-4bd0-a5b1-990cff48dbae",
        "chapter": "06",
        "chapter_title": "Inorganic Chemical Processing",
        "sub_chapter": "03",
        "sub_chapter_title": "Manufacture - formulation - supply and use of salts and their solutions and metallic oxides",
        "code": "14",
        "code_description": "solid salts and solutions other than those mentioned in 06 03 11 and 06 03 13",
        "hazardous": false,
        "density": 0.79,
        "full_code": "06 03 14",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/81d4ab3b-35c3-4dcb-9ad0-71ff16187ea3

{
    "uuid": "81d4ab3b-35c3-4dcb-9ad0-71ff16187ea3",
    "chapter": "10",
    "chapter_title": "Thermal Processes",
    "sub_chapter": "09",
    "sub_chapter_title": "Casting of ferrous pieces",
    "code": "13",
    "code_description": "waste binders containing hazardous substances",
    "hazardous": true,
    "density": 0.9,
    "full_code": "10 09 13*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}