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": "7717f26d-a88e-4a8e-9b24-bcd75ffbabd0",
        "chapter": "06",
        "chapter_title": "Inorganic Chemical Processing",
        "sub_chapter": "01",
        "sub_chapter_title": "Manufacture - formulation - supply and use of acids",
        "code": "06",
        "code_description": "other acids",
        "hazardous": true,
        "density": 0.9,
        "full_code": "06 01 06*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "28264626-897f-41aa-b121-4c0a9c2bbcd3",
        "chapter": "01",
        "chapter_title": "Mining\/Quarrying\/Mineral Treatment",
        "sub_chapter": "03",
        "sub_chapter_title": "Physical and chemical processing of metalliferous minerals",
        "code": "05",
        "code_description": "other tailings containing hazardous substances",
        "hazardous": true,
        "density": 1.23,
        "full_code": "01 03 05*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/7717f26d-a88e-4a8e-9b24-bcd75ffbabd0

{
    "uuid": "7717f26d-a88e-4a8e-9b24-bcd75ffbabd0",
    "chapter": "06",
    "chapter_title": "Inorganic Chemical Processing",
    "sub_chapter": "01",
    "sub_chapter_title": "Manufacture - formulation - supply and use of acids",
    "code": "06",
    "code_description": "other acids",
    "hazardous": true,
    "density": 0.9,
    "full_code": "06 01 06*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}