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": "55b5dbea-27f9-4076-a249-e4ca006be4e8",
        "chapter": "12",
        "chapter_title": "Shaping\/Physical Treatment of Metals\/Plastic",
        "sub_chapter": "01",
        "sub_chapter_title": "wastes from shaping and physical and mechanical surface treatment of metals and plastics",
        "code": "99",
        "code_description": "wastes not otherwise specified",
        "hazardous": false,
        "density": 0.1852,
        "full_code": "12 01 99",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "3a336fee-a9af-434a-bde8-3b70b36b1dc5",
        "chapter": "19",
        "chapter_title": "Materials from Waste and Water Treatment",
        "sub_chapter": "02",
        "sub_chapter_title": "Physico\/chemical treatments of waste (including dechromatation - decyanidation - neutralisation)",
        "code": "10",
        "code_description": "combustible wastes other than those mentioned in 19 02 08 and 19 02 09",
        "hazardous": false,
        "density": 0.3702,
        "full_code": "19 02 10",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/55b5dbea-27f9-4076-a249-e4ca006be4e8

{
    "uuid": "55b5dbea-27f9-4076-a249-e4ca006be4e8",
    "chapter": "12",
    "chapter_title": "Shaping\/Physical Treatment of Metals\/Plastic",
    "sub_chapter": "01",
    "sub_chapter_title": "wastes from shaping and physical and mechanical surface treatment of metals and plastics",
    "code": "99",
    "code_description": "wastes not otherwise specified",
    "hazardous": false,
    "density": 0.1852,
    "full_code": "12 01 99",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}