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": "753a925f-1e85-460a-9f09-68015ba9a2f6",
        "chapter": "19",
        "chapter_title": "Materials from Waste and Water Treatment",
        "sub_chapter": "08",
        "sub_chapter_title": "Waste water treatment plants not otherwise specified",
        "code": "99",
        "code_description": "wastes not otherwise specified",
        "hazardous": false,
        "density": 0.41,
        "full_code": "19 08 99",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    },
    {
        "uuid": "bd94baea-b7df-4245-9cf9-ffdaa4df8ebf",
        "chapter": "19",
        "chapter_title": "Materials from Waste and Water Treatment",
        "sub_chapter": "12",
        "sub_chapter_title": "Mechanical treatment of waste (for example sorting - crushing - compacting - pelletising) not otherwise specified",
        "code": "05",
        "code_description": "glass",
        "hazardous": false,
        "density": 0.3332,
        "full_code": "19 12 05",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/753a925f-1e85-460a-9f09-68015ba9a2f6

{
    "uuid": "753a925f-1e85-460a-9f09-68015ba9a2f6",
    "chapter": "19",
    "chapter_title": "Materials from Waste and Water Treatment",
    "sub_chapter": "08",
    "sub_chapter_title": "Waste water treatment plants not otherwise specified",
    "code": "99",
    "code_description": "wastes not otherwise specified",
    "hazardous": false,
    "density": 0.41,
    "full_code": "19 08 99",
    "last_updated_at": "2018-05-15T08:42:59+00:00"
}