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": "a5305f2a-8379-4d08-be05-25906a5c8604",
        "chapter": "15",
        "chapter_title": "Packaging, Absorbents, Wiping Cloths and Filters",
        "sub_chapter": "01",
        "sub_chapter_title": "packaging (including separately collected municipal packaging waste)",
        "code": "10",
        "code_description": "packaging containing residues of or contaminated by hazardous substances",
        "hazardous": true,
        "density": 0.21,
        "full_code": "15 01 10*",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    },
    {
        "uuid": "8619f04d-e1e7-4375-9f5a-8ce8ef41657a",
        "chapter": "19",
        "chapter_title": "Materials from Waste and Water Treatment",
        "sub_chapter": "01",
        "sub_chapter_title": "Incineration or pyrolysis of waste",
        "code": "15",
        "code_description": "boiler dust containing hazardous substances",
        "hazardous": true,
        "density": 0,
        "full_code": "19 01 15*",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/a5305f2a-8379-4d08-be05-25906a5c8604

{
    "uuid": "a5305f2a-8379-4d08-be05-25906a5c8604",
    "chapter": "15",
    "chapter_title": "Packaging, Absorbents, Wiping Cloths and Filters",
    "sub_chapter": "01",
    "sub_chapter_title": "packaging (including separately collected municipal packaging waste)",
    "code": "10",
    "code_description": "packaging containing residues of or contaminated by hazardous substances",
    "hazardous": true,
    "density": 0.21,
    "full_code": "15 01 10*",
    "last_updated_at": "2018-05-15T08:42:59+00:00"
}