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": "78e50ac0-bdeb-42c8-aa5c-27d9b91bd2a9",
        "chapter": "01",
        "chapter_title": "Mining\/Quarrying\/Mineral Treatment",
        "sub_chapter": "03",
        "sub_chapter_title": "Physical and chemical processing of metalliferous minerals",
        "code": "09",
        "code_description": "red mud from alumina production other than the wastes mentioned in 01 03 10",
        "hazardous": false,
        "density": 1.23,
        "full_code": "01 03 09",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "6967df13-f947-40ce-812f-86f43e22926d",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "08",
        "sub_chapter_title": "Other non-ferrous thermal metallurgy",
        "code": "18",
        "code_description": "sludges and filter cakes from flue-gas treatment other than those mentioned in 10 08 17",
        "hazardous": false,
        "density": 0.9,
        "full_code": "10 08 18",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/78e50ac0-bdeb-42c8-aa5c-27d9b91bd2a9

{
    "uuid": "78e50ac0-bdeb-42c8-aa5c-27d9b91bd2a9",
    "chapter": "01",
    "chapter_title": "Mining\/Quarrying\/Mineral Treatment",
    "sub_chapter": "03",
    "sub_chapter_title": "Physical and chemical processing of metalliferous minerals",
    "code": "09",
    "code_description": "red mud from alumina production other than the wastes mentioned in 01 03 10",
    "hazardous": false,
    "density": 1.23,
    "full_code": "01 03 09",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}