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": "0a2ab9f9-8d60-47b7-ab3c-f33f0796a5ac",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "11",
        "sub_chapter_title": "Manufacture of glass and glass products",
        "code": "12",
        "code_description": "waste glass other than those mentioned in 10 11 11",
        "hazardous": false,
        "density": 0.57,
        "full_code": "10 11 12",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "58a36b0b-9606-45b0-b374-4fb4e91a9f16",
        "chapter": "09",
        "chapter_title": "Photographic Industry",
        "sub_chapter": "01",
        "sub_chapter_title": "Photographic industry",
        "code": "11",
        "code_description": "single-use cameras containing batteries included in 16 06 01, 16 06 02 or 16 06 03",
        "hazardous": true,
        "density": 0.174,
        "full_code": "09 01 11*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/0a2ab9f9-8d60-47b7-ab3c-f33f0796a5ac

{
    "uuid": "0a2ab9f9-8d60-47b7-ab3c-f33f0796a5ac",
    "chapter": "10",
    "chapter_title": "Thermal Processes",
    "sub_chapter": "11",
    "sub_chapter_title": "Manufacture of glass and glass products",
    "code": "12",
    "code_description": "waste glass other than those mentioned in 10 11 11",
    "hazardous": false,
    "density": 0.57,
    "full_code": "10 11 12",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}