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": "ff566ecd-2ca3-4294-a035-84cb5316e19d",
        "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": "15",
        "code_description": "alkalines",
        "hazardous": true,
        "density": 0.9,
        "full_code": "20 01 15*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "e7d49ba2-fd4a-4552-b905-879bf0d0f323",
        "chapter": "16",
        "chapter_title": "Other wastes from Industrial processes",
        "sub_chapter": "01",
        "sub_chapter_title": "end-of-life vehicles from different means of transport (including off-road machinery) and wastes from dismantling of end-of-life vehicles and vehicle maintenance (except 13 - 14 - 16 06 and 16 08)",
        "code": "03",
        "code_description": "end-of-life tyres",
        "hazardous": false,
        "density": 0.4657,
        "full_code": "16 01 03",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/ff566ecd-2ca3-4294-a035-84cb5316e19d

{
    "uuid": "ff566ecd-2ca3-4294-a035-84cb5316e19d",
    "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": "15",
    "code_description": "alkalines",
    "hazardous": true,
    "density": 0.9,
    "full_code": "20 01 15*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}