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": "ef43134b-cd5f-4080-8564-ca4d79ad63af",
        "chapter": "16",
        "chapter_title": "Other wastes from Industrial processes",
        "sub_chapter": "02",
        "sub_chapter_title": "Electrical and electronic equipment",
        "code": "16",
        "code_description": "components removed from discarded equipment other than those mentioned in 16 02 15",
        "hazardous": false,
        "density": 0.3037,
        "full_code": "16 02 16",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    },
    {
        "uuid": "0ed7d939-3337-492a-9b3d-a1a667459fb7",
        "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": "18",
        "code_description": "non-ferrous metal",
        "hazardous": false,
        "density": 0.9,
        "full_code": "16 01 18",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/ef43134b-cd5f-4080-8564-ca4d79ad63af

{
    "uuid": "ef43134b-cd5f-4080-8564-ca4d79ad63af",
    "chapter": "16",
    "chapter_title": "Other wastes from Industrial processes",
    "sub_chapter": "02",
    "sub_chapter_title": "Electrical and electronic equipment",
    "code": "16",
    "code_description": "components removed from discarded equipment other than those mentioned in 16 02 15",
    "hazardous": false,
    "density": 0.3037,
    "full_code": "16 02 16",
    "last_updated_at": "2018-05-15T08:42:59+00:00"
}