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": "dc9fc397-091b-4c2d-87d0-68e736aebcb4",
        "chapter": "01",
        "chapter_title": "Mining\/Quarrying\/Mineral Treatment",
        "sub_chapter": "05",
        "sub_chapter_title": "drilling muds and other drilling wastes",
        "code": "07",
        "code_description": "barite-containing drilling muds and wastes other than those mentioned in 01 05 05 and 01 05 06",
        "hazardous": false,
        "density": 1.48,
        "full_code": "01 05 07",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "ed17d914-e860-43c0-9361-56b5eeaff47d",
        "chapter": "07",
        "chapter_title": "Organic Chemical Processing",
        "sub_chapter": "05",
        "sub_chapter_title": "Manufacture - formulation - supply and use of pharmaceuticals",
        "code": "14",
        "code_description": "solid wastes other than those mentioned in 07 05 13",
        "hazardous": false,
        "density": 0.9,
        "full_code": "07 05 14",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/dc9fc397-091b-4c2d-87d0-68e736aebcb4

{
    "uuid": "dc9fc397-091b-4c2d-87d0-68e736aebcb4",
    "chapter": "01",
    "chapter_title": "Mining\/Quarrying\/Mineral Treatment",
    "sub_chapter": "05",
    "sub_chapter_title": "drilling muds and other drilling wastes",
    "code": "07",
    "code_description": "barite-containing drilling muds and wastes other than those mentioned in 01 05 05 and 01 05 06",
    "hazardous": false,
    "density": 1.48,
    "full_code": "01 05 07",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}