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": "bba42ec3-dca8-4921-b22e-265a0402ffdb",
        "chapter": "07",
        "chapter_title": "Organic Chemical Processing",
        "sub_chapter": "05",
        "sub_chapter_title": "Manufacture - formulation - supply and use of pharmaceuticals",
        "code": "13",
        "code_description": "solid wastes containing hazardous substances",
        "hazardous": true,
        "density": 0.4035,
        "full_code": "07 05 13*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "491d3110-1437-4947-a3f6-f3be61f0ad71",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "08",
        "sub_chapter_title": "Other non-ferrous thermal metallurgy",
        "code": "11",
        "code_description": "dross and skimmings other than those mentioned in 10 08 10",
        "hazardous": false,
        "density": 0.441,
        "full_code": "10 08 11",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/bba42ec3-dca8-4921-b22e-265a0402ffdb

{
    "uuid": "bba42ec3-dca8-4921-b22e-265a0402ffdb",
    "chapter": "07",
    "chapter_title": "Organic Chemical Processing",
    "sub_chapter": "05",
    "sub_chapter_title": "Manufacture - formulation - supply and use of pharmaceuticals",
    "code": "13",
    "code_description": "solid wastes containing hazardous substances",
    "hazardous": true,
    "density": 0.4035,
    "full_code": "07 05 13*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}