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": "b009c6eb-e6d4-4744-b7a6-199829ec8f50",
        "chapter": "06",
        "chapter_title": "Inorganic Chemical Processing",
        "sub_chapter": "07",
        "sub_chapter_title": "Manufacture - formulation - supply and use of halogens and halogen chemical processes",
        "code": "01",
        "code_description": "wastes containing asbestos from electrolysis",
        "hazardous": true,
        "density": 0.9,
        "full_code": "06 07 01*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "cb27a7db-d29c-4571-8084-582525a330f4",
        "chapter": "17",
        "chapter_title": "Construction and Demolition Waste",
        "sub_chapter": "08",
        "sub_chapter_title": "gypsum-based construction material",
        "code": "02",
        "code_description": "gypsum-based construction materials other than those mentioned in 17 08 01",
        "hazardous": false,
        "density": 0.6092,
        "full_code": "17 08 02",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/b009c6eb-e6d4-4744-b7a6-199829ec8f50

{
    "uuid": "b009c6eb-e6d4-4744-b7a6-199829ec8f50",
    "chapter": "06",
    "chapter_title": "Inorganic Chemical Processing",
    "sub_chapter": "07",
    "sub_chapter_title": "Manufacture - formulation - supply and use of halogens and halogen chemical processes",
    "code": "01",
    "code_description": "wastes containing asbestos from electrolysis",
    "hazardous": true,
    "density": 0.9,
    "full_code": "06 07 01*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}