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": "9c1b820b-b02e-42d2-ab1b-44fefb44f34a",
        "chapter": "01",
        "chapter_title": "Mining\/Quarrying\/Mineral Treatment",
        "sub_chapter": "04",
        "sub_chapter_title": "Physical and chemical processing of non-metalliferous minerals",
        "code": "07",
        "code_description": "wastes containing hazardous substances from physical and chemical processing of non-metalliferous minerals",
        "hazardous": true,
        "density": 1.23,
        "full_code": "01 04 07*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "21e3672c-6358-4d1f-8064-af1e5e0deefc",
        "chapter": "08",
        "chapter_title": "MFSU of Coatings\/Adhesives\/Inks",
        "sub_chapter": "04",
        "sub_chapter_title": "Manufacture - formulation - supply and use of adhesives and sealants (including waterproofing products)",
        "code": "12",
        "code_description": "adhesive and sealant sludges other than those mentioned in 08 04 11",
        "hazardous": false,
        "density": 0.9,
        "full_code": "08 04 12",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/9c1b820b-b02e-42d2-ab1b-44fefb44f34a

{
    "uuid": "9c1b820b-b02e-42d2-ab1b-44fefb44f34a",
    "chapter": "01",
    "chapter_title": "Mining\/Quarrying\/Mineral Treatment",
    "sub_chapter": "04",
    "sub_chapter_title": "Physical and chemical processing of non-metalliferous minerals",
    "code": "07",
    "code_description": "wastes containing hazardous substances from physical and chemical processing of non-metalliferous minerals",
    "hazardous": true,
    "density": 1.23,
    "full_code": "01 04 07*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}