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": "18c2619e-e9ad-4b3d-8568-16c877b2ed1e",
        "chapter": "07",
        "chapter_title": "Organic Chemical Processing",
        "sub_chapter": "04",
        "sub_chapter_title": "Manufacture - formulation - supply and use of organic plant protection products (except 02 01 08 and 02 01 09) - wood preserving agents (except 03 02) and other biocides",
        "code": "01",
        "code_description": "aqueous washing liquids and mother liquors",
        "hazardous": true,
        "density": 0.9,
        "full_code": "07 04 01*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "d15e808a-1a29-4bb0-81bf-45c5664943b1",
        "chapter": "19",
        "chapter_title": "Materials from Waste and Water Treatment",
        "sub_chapter": "03",
        "sub_chapter_title": "stabilised\/solidified wastes",
        "code": "08",
        "code_description": "partly stabilised mercury",
        "hazardous": true,
        "density": 0,
        "full_code": "19 03 08*",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/18c2619e-e9ad-4b3d-8568-16c877b2ed1e

{
    "uuid": "18c2619e-e9ad-4b3d-8568-16c877b2ed1e",
    "chapter": "07",
    "chapter_title": "Organic Chemical Processing",
    "sub_chapter": "04",
    "sub_chapter_title": "Manufacture - formulation - supply and use of organic plant protection products (except 02 01 08 and 02 01 09) - wood preserving agents (except 03 02) and other biocides",
    "code": "01",
    "code_description": "aqueous washing liquids and mother liquors",
    "hazardous": true,
    "density": 0.9,
    "full_code": "07 04 01*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}