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": "9e4717e7-aa65-44af-95d9-8ea00ec2e864",
        "chapter": "05",
        "chapter_title": "Petroleum\/Gas Production",
        "sub_chapter": "01",
        "sub_chapter_title": "Petroleum refining",
        "code": "02",
        "code_description": "desalter sludges",
        "hazardous": true,
        "density": 0.9,
        "full_code": "05 01 02*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "14035260-1274-40a0-bdb2-6b464bc29c62",
        "chapter": "04",
        "chapter_title": "Leather\/Fur\/Textile Industry",
        "sub_chapter": "02",
        "sub_chapter_title": "Textile industry",
        "code": "09",
        "code_description": "wastes from composite materials (impregnated textile, elastomer, plastomer)",
        "hazardous": false,
        "density": 0.1206,
        "full_code": "04 02 09",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/9e4717e7-aa65-44af-95d9-8ea00ec2e864

{
    "uuid": "9e4717e7-aa65-44af-95d9-8ea00ec2e864",
    "chapter": "05",
    "chapter_title": "Petroleum\/Gas Production",
    "sub_chapter": "01",
    "sub_chapter_title": "Petroleum refining",
    "code": "02",
    "code_description": "desalter sludges",
    "hazardous": true,
    "density": 0.9,
    "full_code": "05 01 02*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}