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": "c9dcc19b-86a1-423a-9a90-d7cc22b99291",
        "chapter": "13",
        "chapter_title": "Oil and Liquid Fuel Waste",
        "sub_chapter": "05",
        "sub_chapter_title": "oil\/water separator contents",
        "code": "07",
        "code_description": "oily water from oil\/water separators",
        "hazardous": true,
        "density": 0.9,
        "full_code": "13 05 07*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "8bc899b7-a2de-476c-bf28-7d7d9b00bf4a",
        "chapter": "05",
        "chapter_title": "Petroleum\/Gas Production",
        "sub_chapter": "01",
        "sub_chapter_title": "Petroleum refining",
        "code": "08",
        "code_description": "other tars",
        "hazardous": true,
        "density": 0.9,
        "full_code": "05 01 08*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/c9dcc19b-86a1-423a-9a90-d7cc22b99291

{
    "uuid": "c9dcc19b-86a1-423a-9a90-d7cc22b99291",
    "chapter": "13",
    "chapter_title": "Oil and Liquid Fuel Waste",
    "sub_chapter": "05",
    "sub_chapter_title": "oil\/water separator contents",
    "code": "07",
    "code_description": "oily water from oil\/water separators",
    "hazardous": true,
    "density": 0.9,
    "full_code": "13 05 07*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}