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": "f6f051ad-bd8c-4645-a8f6-84cde13ad2a3",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "08",
        "sub_chapter_title": "Other non-ferrous thermal metallurgy",
        "code": "15",
        "code_description": "flue-gas dust containing hazardous substances",
        "hazardous": true,
        "density": 0.738,
        "full_code": "10 08 15*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "5014a6d8-6e8a-4e80-b78b-4e35c5252110",
        "chapter": "18",
        "chapter_title": "Healthcare Waste",
        "sub_chapter": "01",
        "sub_chapter_title": "Natal care - diagnosis - treatment or prevention of disease in humans",
        "code": "10",
        "code_description": "amalgam waste from dental care",
        "hazardous": true,
        "density": 0.9,
        "full_code": "18 01 10*",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/f6f051ad-bd8c-4645-a8f6-84cde13ad2a3

{
    "uuid": "f6f051ad-bd8c-4645-a8f6-84cde13ad2a3",
    "chapter": "10",
    "chapter_title": "Thermal Processes",
    "sub_chapter": "08",
    "sub_chapter_title": "Other non-ferrous thermal metallurgy",
    "code": "15",
    "code_description": "flue-gas dust containing hazardous substances",
    "hazardous": true,
    "density": 0.738,
    "full_code": "10 08 15*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}