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": "99734efd-1264-4e7f-994e-39a85df6498d",
        "chapter": "15",
        "chapter_title": "Packaging, Absorbents, Wiping Cloths and Filters",
        "sub_chapter": "01",
        "sub_chapter_title": "packaging (including separately collected municipal packaging waste)",
        "code": "11",
        "code_description": "metallic packaging containing a hazardous solid porous matrix (for example asbestos), including empty pressure containers",
        "hazardous": true,
        "density": 0.17,
        "full_code": "15 01 11*",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    },
    {
        "uuid": "8d9500ab-62d3-44d3-b305-884ecf77ec23",
        "chapter": "04",
        "chapter_title": "Leather\/Fur\/Textile Industry",
        "sub_chapter": "02",
        "sub_chapter_title": "Textile industry",
        "code": "21",
        "code_description": "wastes from unprocessed textile fibres",
        "hazardous": false,
        "density": 0.6109,
        "full_code": "04 02 21",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/99734efd-1264-4e7f-994e-39a85df6498d

{
    "uuid": "99734efd-1264-4e7f-994e-39a85df6498d",
    "chapter": "15",
    "chapter_title": "Packaging, Absorbents, Wiping Cloths and Filters",
    "sub_chapter": "01",
    "sub_chapter_title": "packaging (including separately collected municipal packaging waste)",
    "code": "11",
    "code_description": "metallic packaging containing a hazardous solid porous matrix (for example asbestos), including empty pressure containers",
    "hazardous": true,
    "density": 0.17,
    "full_code": "15 01 11*",
    "last_updated_at": "2018-05-15T08:42:59+00:00"
}