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": "eac9dd8b-45f0-46b3-bc80-a5e113936ca6",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "11",
        "sub_chapter_title": "Manufacture of glass and glass products",
        "code": "11",
        "code_description": "waste glass in small particles and glass powder containing heavy metals (for example from cathode ray tubes)",
        "hazardous": true,
        "density": 1.205,
        "full_code": "10 11 11*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "69f58e84-c9ed-4a65-80e3-fcf360828114",
        "chapter": "08",
        "chapter_title": "MFSU of Coatings\/Adhesives\/Inks",
        "sub_chapter": "01",
        "sub_chapter_title": "Manufacture - formulation - supply and use and removal of paint and varnish",
        "code": "18",
        "code_description": "wastes from paint or varnish removal other than those mentioned in 08 01 17",
        "hazardous": false,
        "density": 0.567,
        "full_code": "08 01 18",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/eac9dd8b-45f0-46b3-bc80-a5e113936ca6

{
    "uuid": "eac9dd8b-45f0-46b3-bc80-a5e113936ca6",
    "chapter": "10",
    "chapter_title": "Thermal Processes",
    "sub_chapter": "11",
    "sub_chapter_title": "Manufacture of glass and glass products",
    "code": "11",
    "code_description": "waste glass in small particles and glass powder containing heavy metals (for example from cathode ray tubes)",
    "hazardous": true,
    "density": 1.205,
    "full_code": "10 11 11*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}