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": "6b879883-9b90-4a2c-b558-0d4349196d9c",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "08",
        "sub_chapter_title": "Other non-ferrous thermal metallurgy",
        "code": "20",
        "code_description": "wastes from cooling-water treatment other than those mentioned in 10 08 19",
        "hazardous": false,
        "density": 0.9,
        "full_code": "10 08 20",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "59d3f7ab-3098-4b66-a957-8b50d5206b31",
        "chapter": "08",
        "chapter_title": "MFSU of Coatings\/Adhesives\/Inks",
        "sub_chapter": "01",
        "sub_chapter_title": "Manufacture - formulation - supply and use and removal of paint and varnish",
        "code": "12",
        "code_description": "waste paint and varnish other than those mentioned in 08 01 11",
        "hazardous": false,
        "density": 0.8411,
        "full_code": "08 01 12",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/6b879883-9b90-4a2c-b558-0d4349196d9c

{
    "uuid": "6b879883-9b90-4a2c-b558-0d4349196d9c",
    "chapter": "10",
    "chapter_title": "Thermal Processes",
    "sub_chapter": "08",
    "sub_chapter_title": "Other non-ferrous thermal metallurgy",
    "code": "20",
    "code_description": "wastes from cooling-water treatment other than those mentioned in 10 08 19",
    "hazardous": false,
    "density": 0.9,
    "full_code": "10 08 20",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}