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": "a8491c15-cb26-44b2-9668-1406e781acd6",
        "chapter": "09",
        "chapter_title": "Photographic Industry",
        "sub_chapter": "01",
        "sub_chapter_title": "Photographic industry",
        "code": "03",
        "code_description": "solvent-based developer solutions",
        "hazardous": true,
        "density": 0.81,
        "full_code": "09 01 03*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "e70602b6-87ff-4cc9-a2dc-5edd0fceb25b",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "10",
        "sub_chapter_title": "Casting of non-ferrous pieces",
        "code": "12",
        "code_description": "other particulates other than those mentioned in 10 10 11",
        "hazardous": false,
        "density": 0.738,
        "full_code": "10 10 12",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/a8491c15-cb26-44b2-9668-1406e781acd6

{
    "uuid": "a8491c15-cb26-44b2-9668-1406e781acd6",
    "chapter": "09",
    "chapter_title": "Photographic Industry",
    "sub_chapter": "01",
    "sub_chapter_title": "Photographic industry",
    "code": "03",
    "code_description": "solvent-based developer solutions",
    "hazardous": true,
    "density": 0.81,
    "full_code": "09 01 03*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}