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": "93ab8e54-f63a-41a4-8f7b-cdddc7fbab93",
        "chapter": "17",
        "chapter_title": "Construction and Demolition Waste",
        "sub_chapter": "03",
        "sub_chapter_title": "bituminous mixtures - coal tar and tarred products",
        "code": "02",
        "code_description": "bituminous mixtures other than those mentioned in 17 03 01",
        "hazardous": false,
        "density": 0.9,
        "full_code": "17 03 02",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "c67d0fd5-0a37-464d-b12f-ed4a9ce9cd5f",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "06",
        "sub_chapter_title": "Copper thermal metallurgy",
        "code": "02",
        "code_description": "dross and skimmings from primary and secondary production",
        "hazardous": false,
        "density": 1.107,
        "full_code": "10 06 02",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/93ab8e54-f63a-41a4-8f7b-cdddc7fbab93

{
    "uuid": "93ab8e54-f63a-41a4-8f7b-cdddc7fbab93",
    "chapter": "17",
    "chapter_title": "Construction and Demolition Waste",
    "sub_chapter": "03",
    "sub_chapter_title": "bituminous mixtures - coal tar and tarred products",
    "code": "02",
    "code_description": "bituminous mixtures other than those mentioned in 17 03 01",
    "hazardous": false,
    "density": 0.9,
    "full_code": "17 03 02",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}