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": "a426bc8f-d1e9-40b2-a43b-7f3562ef0c10",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "08",
        "sub_chapter_title": "Other non-ferrous thermal metallurgy",
        "code": "16",
        "code_description": "flue-gas dust other than those mentioned in 10 08 15",
        "hazardous": false,
        "density": 0.738,
        "full_code": "10 08 16",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "113f1219-1abc-4127-a4f1-a1d345f32f26",
        "chapter": "16",
        "chapter_title": "Other wastes from Industrial processes",
        "sub_chapter": "04",
        "sub_chapter_title": "waste explosives",
        "code": "02",
        "code_description": "fireworks wastes",
        "hazardous": true,
        "density": 0,
        "full_code": "16 04 02*",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/a426bc8f-d1e9-40b2-a43b-7f3562ef0c10

{
    "uuid": "a426bc8f-d1e9-40b2-a43b-7f3562ef0c10",
    "chapter": "10",
    "chapter_title": "Thermal Processes",
    "sub_chapter": "08",
    "sub_chapter_title": "Other non-ferrous thermal metallurgy",
    "code": "16",
    "code_description": "flue-gas dust other than those mentioned in 10 08 15",
    "hazardous": false,
    "density": 0.738,
    "full_code": "10 08 16",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}