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": "bd31b14d-0b74-43d4-8c61-15c7582f1e30",
        "chapter": "17",
        "chapter_title": "Construction and Demolition Waste",
        "sub_chapter": "09",
        "sub_chapter_title": "other construction and demolition wastes",
        "code": "03",
        "code_description": "other construction and demolition wastes (including mixed wastes) containing hazardous substances",
        "hazardous": true,
        "density": 0.27,
        "full_code": "17 09 03*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "0c87b19c-0755-494a-a9e0-fa5c20d3c3dd",
        "chapter": "09",
        "chapter_title": "Photographic Industry",
        "sub_chapter": "01",
        "sub_chapter_title": "Photographic industry",
        "code": "01",
        "code_description": "water-based developer and activator solutions",
        "hazardous": true,
        "density": 0.9,
        "full_code": "09 01 01*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/bd31b14d-0b74-43d4-8c61-15c7582f1e30

{
    "uuid": "bd31b14d-0b74-43d4-8c61-15c7582f1e30",
    "chapter": "17",
    "chapter_title": "Construction and Demolition Waste",
    "sub_chapter": "09",
    "sub_chapter_title": "other construction and demolition wastes",
    "code": "03",
    "code_description": "other construction and demolition wastes (including mixed wastes) containing hazardous substances",
    "hazardous": true,
    "density": 0.27,
    "full_code": "17 09 03*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}