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": "49b6f35f-f939-421a-93ef-016f7f55370f",
        "chapter": "19",
        "chapter_title": "Materials from Waste and Water Treatment",
        "sub_chapter": "06",
        "sub_chapter_title": "Anaerobic treatment of waste",
        "code": "03",
        "code_description": "liquor from anaerobic treatment of municipal waste",
        "hazardous": false,
        "density": 0.922,
        "full_code": "19 06 03",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    },
    {
        "uuid": "a1847b8b-4419-475d-b029-6d43b837a345",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "07",
        "sub_chapter_title": "Silver - gold and platinum thermal metallurgy",
        "code": "01",
        "code_description": "slags from primary and secondary production",
        "hazardous": false,
        "density": 1.08,
        "full_code": "10 07 01",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/49b6f35f-f939-421a-93ef-016f7f55370f

{
    "uuid": "49b6f35f-f939-421a-93ef-016f7f55370f",
    "chapter": "19",
    "chapter_title": "Materials from Waste and Water Treatment",
    "sub_chapter": "06",
    "sub_chapter_title": "Anaerobic treatment of waste",
    "code": "03",
    "code_description": "liquor from anaerobic treatment of municipal waste",
    "hazardous": false,
    "density": 0.922,
    "full_code": "19 06 03",
    "last_updated_at": "2018-05-15T08:42:59+00:00"
}