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": "c86ea594-a35f-453e-b4d3-1d4d4071b39f",
        "chapter": "02",
        "chapter_title": "Agriculture\/Hunting\/Fishing\/Food Processing",
        "sub_chapter": "01",
        "sub_chapter_title": "Agriculture - horticulture - aquaculture - forestry - hunting and fishing",
        "code": "08",
        "code_description": "agrochemical waste containing hazardous substances",
        "hazardous": true,
        "density": 0.1852,
        "full_code": "02 01 08*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "d8e8a65f-ed96-4518-947e-630f3f23e229",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "03",
        "sub_chapter_title": "Aluminium thermal metallurgy",
        "code": "16",
        "code_description": "skimmings other than those mentioned in 10 03 15",
        "hazardous": false,
        "density": 0.441,
        "full_code": "10 03 16",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/c86ea594-a35f-453e-b4d3-1d4d4071b39f

{
    "uuid": "c86ea594-a35f-453e-b4d3-1d4d4071b39f",
    "chapter": "02",
    "chapter_title": "Agriculture\/Hunting\/Fishing\/Food Processing",
    "sub_chapter": "01",
    "sub_chapter_title": "Agriculture - horticulture - aquaculture - forestry - hunting and fishing",
    "code": "08",
    "code_description": "agrochemical waste containing hazardous substances",
    "hazardous": true,
    "density": 0.1852,
    "full_code": "02 01 08*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}