Restricted Chemicals in Korea

제한물질 — 280+ substances classified

Restricted chemicals (제한물질) are substances whose manufacture, import, sale, storage, transport, or use is permitted only under specific conditions set by the Korean Ministry of Environment. Unlike prohibited substances, restricted chemicals can still be used but must comply with concentration limits, application restrictions, or handling conditions.

Regulatory Requirements

Example Substances

CASNameKoreanNote
7439-92-1LeadHeavy metal with concentration limits
10294-40-3Barium chromate크롬산 바륨Chromium(VI) compound
7440-43-9Cadmium카드뮴Heavy metal with strict limits

Query via API

List all restricted substances using the regulations endpoint:

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

{
  "regulation_type": "restricted",
  "page": 1,
  "limit": 10,
  "has_next_page": true,
  "items": [
    {
      "id": 44597,
      "cas_no": "7439-92-1",
      "name_eng": "Lead",
      "flags": { "is_restricted": true }
    }
  ]
}

Related

Access the full restricted substances list via API

Get API Key on RapidAPI