Ethanol (에탄올) — K-REACH Regulatory Data

CAS 64-17-5 · KE KE-12345 · C2H6O · MW 46.07

Ethanol is registered as an existing chemical substance under K-REACH but carries no special regulatory restrictions. It has no GHS hazard classification in Korea's official database. As one of the most commonly traded chemicals, ethanol serves as a good baseline example for K-REACH compliance checks — demonstrating that the API accurately reports the absence of hazard classifications.

Regulatory Classification

FlagStatus
ToxicNo
RestrictedNo
ProhibitedNo
PriorityNo
CmrNo
Accident PrepNo
Registration ReqNo
RotterdamNo

GHS Hazard Classification

PropertyValue
Signal Word— (Not classified)
Pictograms— (Not classified)
UN Number

Hazard Statements

API Response Example

Retrieve this data with a single API call:

GET /v1/substance/cas/64-17-5

{
  "substance": {
    "cas_no": "64-17-5",
    "name_eng": "Ethanol",
    "name_kor": "에탄올",
    "formula": "C2H6O",
    "flags": {
      "is_toxic": false,
      "is_restricted": false,
      "is_prohibited": false,
      "is_priority": false,
      "is_cmr": false,
      "is_accident_prep": false,
      "is_registration_req": false,
      "is_rotterdam": false
    }
  },
  "regulations": [...],
  "ghs": {
    "signal_word": "위험",
    "pictograms": []
  }
}

Why This Data Matters

Even substances without special restrictions need to be verified against K-REACH. The API confirms the absence of restrictions just as efficiently as it identifies them — a negative result is equally valuable for compliance documentation.

Related

Access Ethanol regulatory data via API

Free tier includes this substance as a sandbox for testing

Try on RapidAPI