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": "e6cec127-244f-4e82-ae81-4b2ea9d55676",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "10",
        "sub_chapter_title": "Casting of non-ferrous pieces",
        "code": "16",
        "code_description": "waste crack-indicating agent other than those mentioned in 10 10 15",
        "hazardous": false,
        "density": 0.9,
        "full_code": "10 10 16",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "dffa9af1-1103-4c7d-8636-ef8a31377d81",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "01",
        "sub_chapter_title": "Power stations and other combustion plants (except 19)",
        "code": "02",
        "code_description": "coal fly ash",
        "hazardous": false,
        "density": 0.585,
        "full_code": "10 01 02",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/e6cec127-244f-4e82-ae81-4b2ea9d55676

{
    "uuid": "e6cec127-244f-4e82-ae81-4b2ea9d55676",
    "chapter": "10",
    "chapter_title": "Thermal Processes",
    "sub_chapter": "10",
    "sub_chapter_title": "Casting of non-ferrous pieces",
    "code": "16",
    "code_description": "waste crack-indicating agent other than those mentioned in 10 10 15",
    "hazardous": false,
    "density": 0.9,
    "full_code": "10 10 16",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}