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": "816f9c64-2e75-4846-9b12-6dc1f5eacd95",
        "chapter": "01",
        "chapter_title": "Mining\/Quarrying\/Mineral Treatment",
        "sub_chapter": "03",
        "sub_chapter_title": "Physical and chemical processing of metalliferous minerals",
        "code": "99",
        "code_description": "wastes not otherwise specified",
        "hazardous": false,
        "density": 1.23,
        "full_code": "01 03 99",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "089a0d44-5e23-482c-9816-b815f8d4c451",
        "chapter": "06",
        "chapter_title": "Inorganic Chemical Processing",
        "sub_chapter": "09",
        "sub_chapter_title": "Manufacture - formulation - supply and use of phosphorous chemicals and phosphorous chemical processes",
        "code": "04",
        "code_description": "calcium-based reaction wastes other than those mentioned in 06 09 03",
        "hazardous": false,
        "density": 0.9,
        "full_code": "06 09 04",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/816f9c64-2e75-4846-9b12-6dc1f5eacd95

{
    "uuid": "816f9c64-2e75-4846-9b12-6dc1f5eacd95",
    "chapter": "01",
    "chapter_title": "Mining\/Quarrying\/Mineral Treatment",
    "sub_chapter": "03",
    "sub_chapter_title": "Physical and chemical processing of metalliferous minerals",
    "code": "99",
    "code_description": "wastes not otherwise specified",
    "hazardous": false,
    "density": 1.23,
    "full_code": "01 03 99",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}