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": "c2d532c2-d05f-43d8-becc-d3c01e48b3d3",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "08",
        "sub_chapter_title": "Other non-ferrous thermal metallurgy",
        "code": "04",
        "code_description": "particulates and dust",
        "hazardous": false,
        "density": 0.738,
        "full_code": "10 08 04",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "1c753ecf-9eff-45de-ab8c-81810aa80799",
        "chapter": "19",
        "chapter_title": "Materials from Waste and Water Treatment",
        "sub_chapter": "10",
        "sub_chapter_title": "Shredding of metal-containing wastes",
        "code": "02",
        "code_description": "non-ferrous waste",
        "hazardous": false,
        "density": 0.9,
        "full_code": "19 10 02",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/c2d532c2-d05f-43d8-becc-d3c01e48b3d3

{
    "uuid": "c2d532c2-d05f-43d8-becc-d3c01e48b3d3",
    "chapter": "10",
    "chapter_title": "Thermal Processes",
    "sub_chapter": "08",
    "sub_chapter_title": "Other non-ferrous thermal metallurgy",
    "code": "04",
    "code_description": "particulates and dust",
    "hazardous": false,
    "density": 0.738,
    "full_code": "10 08 04",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}