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": "262974a0-8535-4232-b6fb-e81b2e582054",
        "chapter": "17",
        "chapter_title": "Construction and Demolition Waste",
        "sub_chapter": "04",
        "sub_chapter_title": "metals (including their alloys)",
        "code": "01",
        "code_description": "copper, bronze, brass",
        "hazardous": false,
        "density": 0.9,
        "full_code": "17 04 01",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "29bf91a0-bfd2-4983-a896-4986044fb3b8",
        "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": "11",
        "code_description": "other wastes (including mixtures of materials) from mechanical treatment of waste containing hazardous substances",
        "hazardous": true,
        "density": 0.37,
        "full_code": "19 12 11*",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/262974a0-8535-4232-b6fb-e81b2e582054

{
    "uuid": "262974a0-8535-4232-b6fb-e81b2e582054",
    "chapter": "17",
    "chapter_title": "Construction and Demolition Waste",
    "sub_chapter": "04",
    "sub_chapter_title": "metals (including their alloys)",
    "code": "01",
    "code_description": "copper, bronze, brass",
    "hazardous": false,
    "density": 0.9,
    "full_code": "17 04 01",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}