Prohibited Substances under K-REACH

금지물질 — 90+ substances classified

Prohibited substances (금지물질) are chemicals that are completely banned from manufacture, import, sale, storage, transport, and use in Korea. These represent the most dangerous chemicals identified by the Korean government as posing unacceptable risks to human health or the environment.

Regulatory Requirements

Example Substances

CASNameKoreanNote
309-00-2Aldrin알드린Persistent organic pollutant
60-57-1Dieldrin디엘드린Banned pesticide
72-20-8Endrin엔드린Banned insecticide

Query via API

List all prohibited substances using the regulations endpoint:

GET /v1/regulations/list?type=prohibited&limit=10&page=1

{
  "regulation_type": "prohibited",
  "page": 1,
  "limit": 10,
  "has_next_page": true,
  "items": [
    {
      "id": 44597,
      "cas_no": "309-00-2",
      "name_eng": "Aldrin",
      "flags": { "is_prohibited": true }
    }
  ]
}

Related

Access the full prohibited substances list via API

Get API Key on RapidAPI