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": "bbc31c51-25e7-4f6b-9463-39474d998398",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "10",
        "sub_chapter_title": "Casting of non-ferrous pieces",
        "code": "11",
        "code_description": "other particulates containing hazardous substances",
        "hazardous": true,
        "density": 0.738,
        "full_code": "10 10 11*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "de6ac450-e137-4555-ada9-bf3ea45a0f6b",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "12",
        "sub_chapter_title": "Manufacture of ceramic goods - bricks - tiles and construction products",
        "code": "01",
        "code_description": "waste preparation mixture before thermal processing",
        "hazardous": false,
        "density": 0.9,
        "full_code": "10 12 01",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/bbc31c51-25e7-4f6b-9463-39474d998398

{
    "uuid": "bbc31c51-25e7-4f6b-9463-39474d998398",
    "chapter": "10",
    "chapter_title": "Thermal Processes",
    "sub_chapter": "10",
    "sub_chapter_title": "Casting of non-ferrous pieces",
    "code": "11",
    "code_description": "other particulates containing hazardous substances",
    "hazardous": true,
    "density": 0.738,
    "full_code": "10 10 11*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}