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": "1aeeb6eb-cff6-4936-8dea-a0bffde1c2f5",
        "chapter": "05",
        "chapter_title": "Petroleum\/Gas Production",
        "sub_chapter": "01",
        "sub_chapter_title": "Petroleum refining",
        "code": "17",
        "code_description": "bitumen",
        "hazardous": false,
        "density": 0.9,
        "full_code": "05 01 17",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "1780110a-cf46-4f77-b0f2-98e12b904290",
        "chapter": "07",
        "chapter_title": "Organic Chemical Processing",
        "sub_chapter": "05",
        "sub_chapter_title": "Manufacture - formulation - supply and use of pharmaceuticals",
        "code": "04",
        "code_description": "other organic solvents, washing liquids and mother liquors",
        "hazardous": true,
        "density": 0.9,
        "full_code": "07 05 04*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/1aeeb6eb-cff6-4936-8dea-a0bffde1c2f5

{
    "uuid": "1aeeb6eb-cff6-4936-8dea-a0bffde1c2f5",
    "chapter": "05",
    "chapter_title": "Petroleum\/Gas Production",
    "sub_chapter": "01",
    "sub_chapter_title": "Petroleum refining",
    "code": "17",
    "code_description": "bitumen",
    "hazardous": false,
    "density": 0.9,
    "full_code": "05 01 17",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}