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": "a80be5f4-c5df-49e5-9f8d-996ce4057b4c",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "06",
        "sub_chapter_title": "Copper thermal metallurgy",
        "code": "06",
        "code_description": "solid wastes from gas treatment",
        "hazardous": true,
        "density": 0.738,
        "full_code": "10 06 06*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "bdb9469f-0107-4855-9c09-dba6df441795",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "01",
        "sub_chapter_title": "Power stations and other combustion plants (except 19)",
        "code": "25",
        "code_description": "wastes from fuel storage and preparation of coal-fired power plants",
        "hazardous": false,
        "density": 0.6024,
        "full_code": "10 01 25",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/a80be5f4-c5df-49e5-9f8d-996ce4057b4c

{
    "uuid": "a80be5f4-c5df-49e5-9f8d-996ce4057b4c",
    "chapter": "10",
    "chapter_title": "Thermal Processes",
    "sub_chapter": "06",
    "sub_chapter_title": "Copper thermal metallurgy",
    "code": "06",
    "code_description": "solid wastes from gas treatment",
    "hazardous": true,
    "density": 0.738,
    "full_code": "10 06 06*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}