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": "7b3693e2-7086-4030-a6a1-08589baf99dc",
        "chapter": "15",
        "chapter_title": "Packaging, Absorbents, Wiping Cloths and Filters",
        "sub_chapter": "01",
        "sub_chapter_title": "packaging (including separately collected municipal packaging waste)",
        "code": "09",
        "code_description": "textile packaging",
        "hazardous": false,
        "density": 0.1839,
        "full_code": "15 01 09",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    },
    {
        "uuid": "3fcda504-e4e6-49fc-9198-861fce7e59ce",
        "chapter": "13",
        "chapter_title": "Oil and Liquid Fuel Waste",
        "sub_chapter": "04",
        "sub_chapter_title": "bilge oils",
        "code": "02",
        "code_description": "bilge oils from jetty sewers",
        "hazardous": true,
        "density": 0.9,
        "full_code": "13 04 02*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/7b3693e2-7086-4030-a6a1-08589baf99dc

{
    "uuid": "7b3693e2-7086-4030-a6a1-08589baf99dc",
    "chapter": "15",
    "chapter_title": "Packaging, Absorbents, Wiping Cloths and Filters",
    "sub_chapter": "01",
    "sub_chapter_title": "packaging (including separately collected municipal packaging waste)",
    "code": "09",
    "code_description": "textile packaging",
    "hazardous": false,
    "density": 0.1839,
    "full_code": "15 01 09",
    "last_updated_at": "2018-05-15T08:42:59+00:00"
}