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": "9ff939e5-5430-42f6-a079-0334eb8c39a4",
        "chapter": "01",
        "chapter_title": "Mining\/Quarrying\/Mineral Treatment",
        "sub_chapter": "03",
        "sub_chapter_title": "Physical and chemical processing of metalliferous minerals",
        "code": "10",
        "code_description": "red mud from alumina production containing hazardous substances other than the wastes mentioned in 01 03 07",
        "hazardous": true,
        "density": 1.23,
        "full_code": "01 03 10*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "5c07cdb4-5f4e-4dd9-881f-92a38da34f20",
        "chapter": "09",
        "chapter_title": "Photographic Industry",
        "sub_chapter": "01",
        "sub_chapter_title": "Photographic industry",
        "code": "08",
        "code_description": "photographic film and paper free of silver or silver compounds",
        "hazardous": false,
        "density": 0.2105,
        "full_code": "09 01 08",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/9ff939e5-5430-42f6-a079-0334eb8c39a4

{
    "uuid": "9ff939e5-5430-42f6-a079-0334eb8c39a4",
    "chapter": "01",
    "chapter_title": "Mining\/Quarrying\/Mineral Treatment",
    "sub_chapter": "03",
    "sub_chapter_title": "Physical and chemical processing of metalliferous minerals",
    "code": "10",
    "code_description": "red mud from alumina production containing hazardous substances other than the wastes mentioned in 01 03 07",
    "hazardous": true,
    "density": 1.23,
    "full_code": "01 03 10*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}