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": "cda31d2a-6929-4bc1-9b56-f70eca6d7b25",
        "chapter": "14",
        "chapter_title": "Solvents, Refrigerants and Propellants",
        "sub_chapter": "06",
        "sub_chapter_title": "waste organic solvents - refrigerants and foam\/aerosol propellants",
        "code": "03",
        "code_description": "other solvents and solvent mixtures",
        "hazardous": true,
        "density": 0.6547,
        "full_code": "14 06 03*",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    },
    {
        "uuid": "f7c4e2eb-55a1-44dc-91f5-82b09004c874",
        "chapter": "06",
        "chapter_title": "Inorganic Chemical Processing",
        "sub_chapter": "10",
        "sub_chapter_title": "Manufacture - formulation - supply and use of nitrogen chemicals - nitrogen chemical processes and fertiliser manufacture",
        "code": "99",
        "code_description": "wastes not otherwise specified",
        "hazardous": false,
        "density": 0.1852,
        "full_code": "06 10 99",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/cda31d2a-6929-4bc1-9b56-f70eca6d7b25

{
    "uuid": "cda31d2a-6929-4bc1-9b56-f70eca6d7b25",
    "chapter": "14",
    "chapter_title": "Solvents, Refrigerants and Propellants",
    "sub_chapter": "06",
    "sub_chapter_title": "waste organic solvents - refrigerants and foam\/aerosol propellants",
    "code": "03",
    "code_description": "other solvents and solvent mixtures",
    "hazardous": true,
    "density": 0.6547,
    "full_code": "14 06 03*",
    "last_updated_at": "2018-05-15T08:42:59+00:00"
}