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": "dd9a4d8c-3a83-4b38-ba75-06312d952e1d",
        "chapter": "20",
        "chapter_title": "Municipal Waste and Similar Materials From Commerce and Industry",
        "sub_chapter": "01",
        "sub_chapter_title": "separately collected fractions (except 15 01)",
        "code": "11",
        "code_description": "textiles",
        "hazardous": false,
        "density": 0.2,
        "full_code": "20 01 11",
        "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/dd9a4d8c-3a83-4b38-ba75-06312d952e1d

{
    "uuid": "dd9a4d8c-3a83-4b38-ba75-06312d952e1d",
    "chapter": "20",
    "chapter_title": "Municipal Waste and Similar Materials From Commerce and Industry",
    "sub_chapter": "01",
    "sub_chapter_title": "separately collected fractions (except 15 01)",
    "code": "11",
    "code_description": "textiles",
    "hazardous": false,
    "density": 0.2,
    "full_code": "20 01 11",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}