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": "26d0092d-78f7-4f08-984c-3e3a8fa04fe1",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "02",
        "sub_chapter_title": "Iron and steel industry",
        "code": "10",
        "code_description": "mill scales",
        "hazardous": false,
        "density": 1.26,
        "full_code": "10 02 10",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "105926a6-ea62-4a54-a777-4c60a5deea1e",
        "chapter": "02",
        "chapter_title": "Agriculture\/Hunting\/Fishing\/Food Processing",
        "sub_chapter": "01",
        "sub_chapter_title": "Agriculture - horticulture - aquaculture - forestry - hunting and fishing",
        "code": "10",
        "code_description": "waste metal",
        "hazardous": false,
        "density": 0.3037,
        "full_code": "02 01 10",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/26d0092d-78f7-4f08-984c-3e3a8fa04fe1

{
    "uuid": "26d0092d-78f7-4f08-984c-3e3a8fa04fe1",
    "chapter": "10",
    "chapter_title": "Thermal Processes",
    "sub_chapter": "02",
    "sub_chapter_title": "Iron and steel industry",
    "code": "10",
    "code_description": "mill scales",
    "hazardous": false,
    "density": 1.26,
    "full_code": "10 02 10",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}