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": "c3d8d362-3769-40a2-abd5-67079a7fd57c",
        "chapter": "03",
        "chapter_title": "Wood\/Paper\/Card Processing",
        "sub_chapter": "02",
        "sub_chapter_title": "Wood preservation",
        "code": "03",
        "code_description": "organometallic wood preservatives",
        "hazardous": true,
        "density": 0.9,
        "full_code": "03 02 03*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "ffd4053f-82aa-4da9-9872-87bfba1f94eb",
        "chapter": "16",
        "chapter_title": "Other wastes from Industrial processes",
        "sub_chapter": "06",
        "sub_chapter_title": "batteries and accumulators",
        "code": "04",
        "code_description": "alkaline batteries (except 16 06 03)",
        "hazardous": false,
        "density": 1.35,
        "full_code": "16 06 04",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/c3d8d362-3769-40a2-abd5-67079a7fd57c

{
    "uuid": "c3d8d362-3769-40a2-abd5-67079a7fd57c",
    "chapter": "03",
    "chapter_title": "Wood\/Paper\/Card Processing",
    "sub_chapter": "02",
    "sub_chapter_title": "Wood preservation",
    "code": "03",
    "code_description": "organometallic wood preservatives",
    "hazardous": true,
    "density": 0.9,
    "full_code": "03 02 03*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}