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": "b925313e-2ccd-45ea-9833-b2adf3594487",
        "chapter": "05",
        "chapter_title": "Petroleum\/Gas Production",
        "sub_chapter": "01",
        "sub_chapter_title": "Petroleum refining",
        "code": "06",
        "code_description": "oily sludges from maintenance operations of the plant or equipment",
        "hazardous": true,
        "density": 0.9,
        "full_code": "05 01 06*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "d51281c0-2b26-41d0-8637-7726ce5c0b2b",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "05",
        "sub_chapter_title": "Zinc thermal metallurgy",
        "code": "01",
        "code_description": "slags from primary and secondary production",
        "hazardous": false,
        "density": 1.08,
        "full_code": "10 05 01",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/b925313e-2ccd-45ea-9833-b2adf3594487

{
    "uuid": "b925313e-2ccd-45ea-9833-b2adf3594487",
    "chapter": "05",
    "chapter_title": "Petroleum\/Gas Production",
    "sub_chapter": "01",
    "sub_chapter_title": "Petroleum refining",
    "code": "06",
    "code_description": "oily sludges from maintenance operations of the plant or equipment",
    "hazardous": true,
    "density": 0.9,
    "full_code": "05 01 06*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}