Toxic Substances under K-REACH

유독물질 — 2,300+ substances classified

Toxic substances (유독물질) are chemicals classified by the Korean government as having significant human or ecological toxicity. These substances are subject to enhanced management requirements under K-REACH, including mandatory labeling, safety data sheet (SDS) preparation, and handling restrictions.

Regulatory Requirements

Example Substances

CASNameKoreanNote
71-43-2Benzene벤젠Carcinogenic solvent
50-00-0Formaldehyde포름알데히드Preservative and disinfectant
108-88-3Toluene톨루엔Industrial solvent
7440-38-2Arsenic비소Heavy metal

Query via API

List all toxic substances using the regulations endpoint:

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

{
  "regulation_type": "toxic",
  "page": 1,
  "limit": 10,
  "has_next_page": true,
  "items": [
    {
      "id": 44597,
      "cas_no": "71-43-2",
      "name_eng": "Benzene",
      "flags": { "is_toxic": true }
    }
  ]
}

Related

Access the full toxic substances list via API

Get API Key on RapidAPI