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": "a3b3b201-f6b3-419b-abe9-4e115e202ca4",
        "chapter": "02",
        "chapter_title": "Agriculture\/Hunting\/Fishing\/Food Processing",
        "sub_chapter": "04",
        "sub_chapter_title": "Sugar processing",
        "code": "02",
        "code_description": "off-specification calcium carbonate",
        "hazardous": false,
        "density": 0.6092,
        "full_code": "02 04 02",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "2acb4185-be7f-4e1b-a7ae-073f7b9459a2",
        "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": "13",
        "code_description": "solid salts and solutions containing heavy metals",
        "hazardous": true,
        "density": 0.9,
        "full_code": "06 03 13*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/a3b3b201-f6b3-419b-abe9-4e115e202ca4

{
    "uuid": "a3b3b201-f6b3-419b-abe9-4e115e202ca4",
    "chapter": "02",
    "chapter_title": "Agriculture\/Hunting\/Fishing\/Food Processing",
    "sub_chapter": "04",
    "sub_chapter_title": "Sugar processing",
    "code": "02",
    "code_description": "off-specification calcium carbonate",
    "hazardous": false,
    "density": 0.6092,
    "full_code": "02 04 02",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}