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": "798a6b0f-7f8b-407f-99ee-6914e45dcdfe",
        "chapter": "17",
        "chapter_title": "Construction and Demolition Waste",
        "sub_chapter": "04",
        "sub_chapter_title": "metals (including their alloys)",
        "code": "03",
        "code_description": "lead",
        "hazardous": false,
        "density": 0.9,
        "full_code": "17 04 03",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "1c2efbdd-4dfb-42af-8e52-def5910d6a65",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "08",
        "sub_chapter_title": "Other non-ferrous thermal metallurgy",
        "code": "13",
        "code_description": "carbon-containing wastes from anode manufacture other than those mentioned in 10 08 12",
        "hazardous": false,
        "density": 0.236,
        "full_code": "10 08 13",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/798a6b0f-7f8b-407f-99ee-6914e45dcdfe

{
    "uuid": "798a6b0f-7f8b-407f-99ee-6914e45dcdfe",
    "chapter": "17",
    "chapter_title": "Construction and Demolition Waste",
    "sub_chapter": "04",
    "sub_chapter_title": "metals (including their alloys)",
    "code": "03",
    "code_description": "lead",
    "hazardous": false,
    "density": 0.9,
    "full_code": "17 04 03",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}