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": "81d96806-d46c-485b-af9b-1406230b46f0",
        "chapter": "17",
        "chapter_title": "Construction and Demolition Waste",
        "sub_chapter": "04",
        "sub_chapter_title": "metals (including their alloys)",
        "code": "07",
        "code_description": "mixed metals",
        "hazardous": false,
        "density": 0.27,
        "full_code": "17 04 07",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "34cff21a-2e31-48f4-b60b-37a08246d163",
        "chapter": "17",
        "chapter_title": "Construction and Demolition Waste",
        "sub_chapter": "01",
        "sub_chapter_title": "concrete - bricks - tiles and ceramics",
        "code": "06",
        "code_description": "mixtures of, or separate fractions of concrete, bricks, tiles and ceramics containing hazardous substances",
        "hazardous": true,
        "density": 0.66,
        "full_code": "17 01 06*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/81d96806-d46c-485b-af9b-1406230b46f0

{
    "uuid": "81d96806-d46c-485b-af9b-1406230b46f0",
    "chapter": "17",
    "chapter_title": "Construction and Demolition Waste",
    "sub_chapter": "04",
    "sub_chapter_title": "metals (including their alloys)",
    "code": "07",
    "code_description": "mixed metals",
    "hazardous": false,
    "density": 0.27,
    "full_code": "17 04 07",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}