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": "1d7834c5-3bb7-45e2-936f-62c989d11ca3",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "01",
        "sub_chapter_title": "Power stations and other combustion plants (except 19)",
        "code": "16",
        "code_description": "fly ash from co-incineration containing hazardous substances",
        "hazardous": true,
        "density": 0.585,
        "full_code": "10 01 16*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "eaa9e69b-85f6-4071-8046-323fdde2ea9c",
        "chapter": "01",
        "chapter_title": "Mining\/Quarrying\/Mineral Treatment",
        "sub_chapter": "05",
        "sub_chapter_title": "drilling muds and other drilling wastes",
        "code": "99",
        "code_description": "wastes not otherwise specified",
        "hazardous": false,
        "density": 0.1852,
        "full_code": "01 05 99",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/1d7834c5-3bb7-45e2-936f-62c989d11ca3

{
    "uuid": "1d7834c5-3bb7-45e2-936f-62c989d11ca3",
    "chapter": "10",
    "chapter_title": "Thermal Processes",
    "sub_chapter": "01",
    "sub_chapter_title": "Power stations and other combustion plants (except 19)",
    "code": "16",
    "code_description": "fly ash from co-incineration containing hazardous substances",
    "hazardous": true,
    "density": 0.585,
    "full_code": "10 01 16*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}