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": "62521f2a-114a-4b06-a0ad-268a5d38d9d8",
        "chapter": "11",
        "chapter_title": "Chemical Surface Treatment of Metals\/Plastic",
        "sub_chapter": "02",
        "sub_chapter_title": "Non-ferrous hydrometallurgical processes",
        "code": "03",
        "code_description": "wastes from the production of anodes for aqueous electrolytical processes",
        "hazardous": false,
        "density": 0.9,
        "full_code": "11 02 03",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "6a5f81a0-1b9e-4af9-942b-161874766197",
        "chapter": "13",
        "chapter_title": "Oil and Liquid Fuel Waste",
        "sub_chapter": "01",
        "sub_chapter_title": "waste hydraulic oils",
        "code": "10",
        "code_description": "mineral based non-chlorinated hydraulic oils",
        "hazardous": true,
        "density": 0.9,
        "full_code": "13 01 10*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/62521f2a-114a-4b06-a0ad-268a5d38d9d8

{
    "uuid": "62521f2a-114a-4b06-a0ad-268a5d38d9d8",
    "chapter": "11",
    "chapter_title": "Chemical Surface Treatment of Metals\/Plastic",
    "sub_chapter": "02",
    "sub_chapter_title": "Non-ferrous hydrometallurgical processes",
    "code": "03",
    "code_description": "wastes from the production of anodes for aqueous electrolytical processes",
    "hazardous": false,
    "density": 0.9,
    "full_code": "11 02 03",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}