{"info":{"_postman_id":"12b32a85-84d9-45b8-98f3-743c7854da48","name":"K-REACH Chemical Substance API","description":"<html><head></head><body><p>Access Korea's chemical substance regulatory database (K-REACH) through a structured REST API.</p>\n<p><strong>Coverage:</strong></p>\n<ul>\n<li>46,000+ registered chemical substances</li>\n<li>49,000+ regulation records across 9 classification types</li>\n<li>GHS hazard data for regulated substances (toxic, restricted, prohibited, CMR)</li>\n</ul>\n<p><strong>Data Source:</strong> Korea Environment Corporation (KECO) via data.go.kr</p>\n<p><strong>Verification:</strong> Database integrity checked daily against official government sources.</p>\n<p><strong>Data Protection:</strong> Daily and monthly unique substance limits apply per tier. See response headers (X-Daily-Unique-Used, X-Monthly-Unique-Used) for current usage.</p>\n<p><strong>Sandbox:</strong> Three substances (Benzene 71-43-2, Ethanol 64-17-5, Formaldehyde 50-00-0) return full data on the free BASIC tier for testing.</p>\n<p><strong>Disclaimer:</strong> Regulatory reference data only. Does not constitute legal or compliance advice.</p>\n<p><strong>Get API Key:</strong> <a href=\"https://rapidapi.com/han8212/api/k-reach-chemical-substance-api\">https://rapidapi.com/han8212/api/k-reach-chemical-substance-api</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"16648006","collectionId":"12b32a85-84d9-45b8-98f3-743c7854da48","publishedId":"2sBXqGr2Xq","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-04-26T07:06:26.000Z"},"item":[{"name":"v1","item":[{"name":"substance","item":[{"name":"cas","item":[{"name":"{cas_no}","item":[{"name":"Benzene (71-43-2)","id":"1300ddd2-7e62-4c11-a9ee-d1af0594a216","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-RapidAPI-Host","value":"k-reach-chemical-substance-api.p.rapidapi.com","type":"text"}],"url":"https://k-reach-chemical-substance-api.p.rapidapi.com/v1/substance/cas/71-43-2","description":"<p>Returns full substance detail including regulatory classifications, GHS hazard data, and regulation records.</p>\n<p>Counts toward daily/monthly unique substance limit. Previously accessed substances remain accessible after hitting the cap.</p>\n<p>Sandbox CAS numbers (71-43-2, 64-17-5, 50-00-0) return full data on BASIC tier.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"12b32a85-84d9-45b8-98f3-743c7854da48","id":"12b32a85-84d9-45b8-98f3-743c7854da48","name":"K-REACH Chemical Substance API","type":"collection"}},"urlObject":{"path":["v1","substance","cas","71-43-2"],"host":["https://k-reach-chemical-substance-api.p.rapidapi.com"],"query":[],"variable":[]}},"response":[{"id":"d815dc69-f066-4aaa-9568-d63d1212b29b","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-RapidAPI-Key","value":"<API Key>"}],"url":{"raw":"https://k-reach-chemical-substance-api.p.rapidapi.com/v1/substance/cas/:cas_no","host":["https://k-reach-chemical-substance-api.p.rapidapi.com"],"path":["v1","substance","cas",":cas_no"],"variable":[{"key":"cas_no","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"substance\": {\n    \"id\": 8088,\n    \"flags\": {\n      \"is_toxic\": false,\n      \"is_restricted\": false,\n      \"is_prohibited\": false,\n      \"is_priority\": false,\n      \"is_cmr\": false,\n      \"is_accident_prep\": false,\n      \"is_persistent\": false,\n      \"is_registration_req\": false,\n      \"is_rotterdam\": false\n    },\n    \"cas_no\": null,\n    \"ke_no\": null,\n    \"name_eng\": \"string\",\n    \"name_kor\": \"string\",\n    \"synonyms_eng\": \"string\",\n    \"synonyms_kor\": \"string\",\n    \"formula\": null,\n    \"weight\": \"string\"\n  },\n  \"regulations\": [\n    {\n      \"class_type\": null,\n      \"unique_no\": \"string\",\n      \"content_info\": \"string\",\n      \"exception_info\": null,\n      \"notice_date\": null,\n      \"notice_info\": \"string\"\n    },\n    {\n      \"class_type\": \"string\",\n      \"unique_no\": \"string\",\n      \"content_info\": \"string\",\n      \"exception_info\": null,\n      \"notice_date\": null,\n      \"notice_info\": null\n    }\n  ],\n  \"ghs\": null,\n  \"data_source\": \"Korea Environment Corporation (KECO) via data.go.kr\",\n  \"disclaimer\": \"Regulatory reference data only. Does not constitute legal or compliance advice. Monthly call limit or monthly unique substance limit applies, whichever is reached first.\"\n}"},{"id":"4327ee80-b4cb-4168-98b5-9bb03ebb72c9","name":"Substance not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-RapidAPI-Key","value":"<API Key>"}],"url":{"raw":"https://k-reach-chemical-substance-api.p.rapidapi.com/v1/substance/cas/:cas_no","host":["https://k-reach-chemical-substance-api.p.rapidapi.com"],"path":["v1","substance","cas",":cas_no"],"variable":[{"key":"cas_no","value":"string"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9e409d49-1dab-4161-87a3-01afec545420","name":"Validation Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-RapidAPI-Key","value":"<API Key>"}],"url":{"raw":"https://k-reach-chemical-substance-api.p.rapidapi.com/v1/substance/cas/:cas_no","host":["https://k-reach-chemical-substance-api.p.rapidapi.com"],"path":["v1","substance","cas",":cas_no"],"variable":[{"key":"cas_no","value":"string"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"string\",\n        \"string\"\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        \"string\",\n        1177\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}"},{"id":"ce9b307f-7a57-4cf9-bd24-111bb0d92e8f","name":"Lookup substance by CAS number","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-RapidAPI-Host","value":"k-reach-chemical-substance-api.p.rapidapi.com","type":"text"}],"url":"https://k-reach-chemical-substance-api.p.rapidapi.com/v1/substance/cas/71-43-2"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 06:45:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"x-ratelimit-limit","value":"30"},{"key":"x-ratelimit-remaining","value":"28"},{"key":"x-daily-unique-limit","value":"20"},{"key":"x-monthly-unique-used","value":"1"},{"key":"x-monthly-unique-limit","value":"200"},{"key":"x-data-last-checked","value":"2026-04-26T11:24:43.909648"},{"key":"x-daily-unique-used","value":"1"},{"key":"x-subscription-tier","value":"BASIC"},{"key":"X-RateLimit-rapid-free-plans-hard-limit-Limit","value":"500000"},{"key":"X-RateLimit-rapid-free-plans-hard-limit-Remaining","value":"499997"},{"key":"X-RateLimit-rapid-free-plans-hard-limit-Reset","value":"1313278"},{"key":"X-RateLimit-Requests-Limit","value":"500000"},{"key":"X-RateLimit-Requests-Remaining","value":"499997"},{"key":"X-RateLimit-Requests-Reset","value":"1313278"},{"key":"Server","value":"RapidAPI-0.0.30"},{"key":"X-RapidAPI-Version","value":"0.0.30"},{"key":"X-RapidAPI-Region","value":"AWS - us-east-1"},{"key":"X-RapidAPI-Request-Id","value":"fdd63e5a2b182ba331f825fae93bf580136bed34713cce4217b6f59fc0e3ce9a"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"substance\": {\n        \"id\": 44597,\n        \"cas_no\": \"71-43-2\",\n        \"ke_no\": \"KE-02150\",\n        \"name_eng\": \"Benzene\",\n        \"name_kor\": \"벤젠\",\n        \"synonyms_eng\": \"Benzol; Cyclohexatriene; Phenyl hydride; Benzine\",\n        \"synonyms_kor\": \"벤졸; 싸이클로헥사트라이엔; 페닐 하이드리드; 벤진\",\n        \"formula\": \"C6H6\",\n        \"weight\": \"78.11\",\n        \"flags\": {\n            \"is_toxic\": true,\n            \"is_restricted\": false,\n            \"is_prohibited\": false,\n            \"is_priority\": true,\n            \"is_cmr\": false,\n            \"is_accident_prep\": true,\n            \"is_persistent\": false,\n            \"is_registration_req\": true,\n            \"is_rotterdam\": false\n        }\n    },\n    \"regulations\": [\n        {\n            \"class_type\": \"기존화학물질\",\n            \"unique_no\": \"KE-02150\",\n            \"content_info\": null,\n            \"exception_info\": null,\n            \"notice_date\": \"20141230\",\n            \"notice_info\": \"환경부고시 제2014-237호\"\n        },\n        {\n            \"class_type\": \"인체등유해성물질\",\n            \"unique_no\": \"97-1-99\",\n            \"content_info\": \"인체만성유해성 : 0.1%\",\n            \"exception_info\": null,\n            \"notice_date\": \"20250807\",\n            \"notice_info\": \"화학물질안전원고시 제2025-19호\"\n        },\n        {\n            \"class_type\": \"사고대비물질\",\n            \"unique_no\": \"5\",\n            \"content_info\": \"벤젠 및 이를 85% 이상 함유한 혼합물\",\n            \"exception_info\": null,\n            \"notice_date\": null,\n            \"notice_info\": null\n        },\n        {\n            \"class_type\": \"등록대상기존화학물질\",\n            \"unique_no\": \"19\",\n            \"content_info\": null,\n            \"exception_info\": null,\n            \"notice_date\": \"20150701\",\n            \"notice_info\": \"고시일로부터 3년\"\n        },\n        {\n            \"class_type\": \"중점관리물질\",\n            \"unique_no\": \"별표-25\",\n            \"content_info\": null,\n            \"exception_info\": \"CMR STOT\",\n            \"notice_date\": \"20220427\",\n            \"notice_info\": \"환경부고시 제2022-79호\"\n        }\n    ],\n    \"ghs\": {\n        \"signal_word\": \"위험\",\n        \"pictograms\": [\n            \"GHS02\",\n            \"GHS07\",\n            \"GHS08\"\n        ],\n        \"un_number\": \"1114\",\n        \"m_factor\": null,\n        \"hazards\": [\n            {\n                \"category\": \"수생환경 유해성 만성\",\n                \"hazard_class\": \"3\",\n                \"hazard_code\": \"H412\",\n                \"precaution_codes\": [\n                    \"P273\",\n                    \"P501\"\n                ]\n            },\n            {\n                \"category\": \"흡인 유해성\",\n                \"hazard_class\": \"1\",\n                \"hazard_code\": \"H304\",\n                \"precaution_codes\": [\n                    \"P301+P310\",\n                    \"P331\",\n                    \"P405\",\n                    \"P501\"\n                ]\n            },\n            {\n                \"category\": \"특정 표적장기 독성-반복 노출\",\n                \"hazard_class\": \"1\",\n                \"hazard_code\": \"H372\",\n                \"precaution_codes\": [\n                    \"P260\",\n                    \"P264\",\n                    \"P270\",\n                    \"P314\",\n                    \"P501\"\n                ]\n            },\n            {\n                \"category\": \"발암성\",\n                \"hazard_class\": \"1A\",\n                \"hazard_code\": \"H350\",\n                \"precaution_codes\": [\n                    \"P201\",\n                    \"P202\",\n                    \"P280\",\n                    \"P308+P313\",\n                    \"P405\",\n                    \"P501\"\n                ]\n            },\n            {\n                \"category\": \"생식세포 변이원성\",\n                \"hazard_class\": \"1B\",\n                \"hazard_code\": \"H340\",\n                \"precaution_codes\": [\n                    \"P201\",\n                    \"P202\",\n                    \"P280\",\n                    \"P308+P313\",\n                    \"P405\",\n                    \"P501\"\n                ]\n            },\n            {\n                \"category\": \"심한 눈 손상/눈 자극성\",\n                \"hazard_class\": \"2\",\n                \"hazard_code\": \"H319\",\n                \"precaution_codes\": [\n                    \"P264\",\n                    \"P280\",\n                    \"P305+P351+P338\",\n                    \"P337+P313\"\n                ]\n            },\n            {\n                \"category\": \"피부 부식성/자극성\",\n                \"hazard_class\": \"2\",\n                \"hazard_code\": \"H315\",\n                \"precaution_codes\": [\n                    \"P264\",\n                    \"P280\",\n                    \"P302+P352\",\n                    \"P321\",\n                    \"P332+P313\",\n                    \"P362+P364\"\n                ]\n            },\n            {\n                \"category\": \"인화성 액체\",\n                \"hazard_class\": \"2\",\n                \"hazard_code\": \"H225\",\n                \"precaution_codes\": [\n                    \"P210\",\n                    \"P233\",\n                    \"P240\",\n                    \"P241\",\n                    \"P242\",\n                    \"P243\",\n                    \"P280\",\n                    \"P303+P361+P353\",\n                    \"P370+P378\",\n                    \"P403+P235\",\n                    \"P501\"\n                ]\n            }\n        ]\n    },\n    \"data_source\": \"Korea Environment Corporation (KECO) via data.go.kr\",\n    \"disclaimer\": \"Regulatory reference data only. Does not constitute legal or compliance advice. Monthly call limit or monthly unique substance limit applies, whichever is reached first.\"\n}"},{"id":"59d18d78-544e-4506-b808-e3d29dc8c5d9","name":"Lookup substance by CAS number","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-RapidAPI-Host","value":"k-reach-chemical-substance-api.p.rapidapi.com","type":"text"}],"url":"https://k-reach-chemical-substance-api.p.rapidapi.com/v1/substance/cas/71-43-2"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 06:45:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"x-ratelimit-limit","value":"30"},{"key":"x-ratelimit-remaining","value":"28"},{"key":"x-daily-unique-limit","value":"20"},{"key":"x-monthly-unique-used","value":"1"},{"key":"x-monthly-unique-limit","value":"200"},{"key":"x-data-last-checked","value":"2026-04-26T11:24:43.909648"},{"key":"x-daily-unique-used","value":"1"},{"key":"x-subscription-tier","value":"BASIC"},{"key":"X-RateLimit-rapid-free-plans-hard-limit-Limit","value":"500000"},{"key":"X-RateLimit-rapid-free-plans-hard-limit-Remaining","value":"499997"},{"key":"X-RateLimit-rapid-free-plans-hard-limit-Reset","value":"1313278"},{"key":"X-RateLimit-Requests-Limit","value":"500000"},{"key":"X-RateLimit-Requests-Remaining","value":"499997"},{"key":"X-RateLimit-Requests-Reset","value":"1313278"},{"key":"Server","value":"RapidAPI-0.0.30"},{"key":"X-RapidAPI-Version","value":"0.0.30"},{"key":"X-RapidAPI-Region","value":"AWS - us-east-1"},{"key":"X-RapidAPI-Request-Id","value":"fdd63e5a2b182ba331f825fae93bf580136bed34713cce4217b6f59fc0e3ce9a"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"substance\": {\n        \"id\": 44597,\n        \"cas_no\": \"71-43-2\",\n        \"ke_no\": \"KE-02150\",\n        \"name_eng\": \"Benzene\",\n        \"name_kor\": \"벤젠\",\n        \"synonyms_eng\": \"Benzol; Cyclohexatriene; Phenyl hydride; Benzine\",\n        \"synonyms_kor\": \"벤졸; 싸이클로헥사트라이엔; 페닐 하이드리드; 벤진\",\n        \"formula\": \"C6H6\",\n        \"weight\": \"78.11\",\n        \"flags\": {\n            \"is_toxic\": true,\n            \"is_restricted\": false,\n            \"is_prohibited\": false,\n            \"is_priority\": true,\n            \"is_cmr\": false,\n            \"is_accident_prep\": true,\n            \"is_persistent\": false,\n            \"is_registration_req\": true,\n            \"is_rotterdam\": false\n        }\n    },\n    \"regulations\": [\n        {\n            \"class_type\": \"기존화학물질\",\n            \"unique_no\": \"KE-02150\",\n            \"content_info\": null,\n            \"exception_info\": null,\n            \"notice_date\": \"20141230\",\n            \"notice_info\": \"환경부고시 제2014-237호\"\n        },\n        {\n            \"class_type\": \"인체등유해성물질\",\n            \"unique_no\": \"97-1-99\",\n            \"content_info\": \"인체만성유해성 : 0.1%\",\n            \"exception_info\": null,\n            \"notice_date\": \"20250807\",\n            \"notice_info\": \"화학물질안전원고시 제2025-19호\"\n        },\n        {\n            \"class_type\": \"사고대비물질\",\n            \"unique_no\": \"5\",\n            \"content_info\": \"벤젠 및 이를 85% 이상 함유한 혼합물\",\n            \"exception_info\": null,\n            \"notice_date\": null,\n            \"notice_info\": null\n        },\n        {\n            \"class_type\": \"등록대상기존화학물질\",\n            \"unique_no\": \"19\",\n            \"content_info\": null,\n            \"exception_info\": null,\n            \"notice_date\": \"20150701\",\n            \"notice_info\": \"고시일로부터 3년\"\n        },\n        {\n            \"class_type\": \"중점관리물질\",\n            \"unique_no\": \"별표-25\",\n            \"content_info\": null,\n            \"exception_info\": \"CMR STOT\",\n            \"notice_date\": \"20220427\",\n            \"notice_info\": \"환경부고시 제2022-79호\"\n        }\n    ],\n    \"ghs\": {\n        \"signal_word\": \"위험\",\n        \"pictograms\": [\n            \"GHS02\",\n            \"GHS07\",\n            \"GHS08\"\n        ],\n        \"un_number\": \"1114\",\n        \"m_factor\": null,\n        \"hazards\": [\n            {\n                \"category\": \"수생환경 유해성 만성\",\n                \"hazard_class\": \"3\",\n                \"hazard_code\": \"H412\",\n                \"precaution_codes\": [\n                    \"P273\",\n                    \"P501\"\n                ]\n            },\n            {\n                \"category\": \"흡인 유해성\",\n                \"hazard_class\": \"1\",\n                \"hazard_code\": \"H304\",\n                \"precaution_codes\": [\n                    \"P301+P310\",\n                    \"P331\",\n                    \"P405\",\n                    \"P501\"\n                ]\n            },\n            {\n                \"category\": \"특정 표적장기 독성-반복 노출\",\n                \"hazard_class\": \"1\",\n                \"hazard_code\": \"H372\",\n                \"precaution_codes\": [\n                    \"P260\",\n                    \"P264\",\n                    \"P270\",\n                    \"P314\",\n                    \"P501\"\n                ]\n            },\n            {\n                \"category\": \"발암성\",\n                \"hazard_class\": \"1A\",\n                \"hazard_code\": \"H350\",\n                \"precaution_codes\": [\n                    \"P201\",\n                    \"P202\",\n                    \"P280\",\n                    \"P308+P313\",\n                    \"P405\",\n                    \"P501\"\n                ]\n            },\n            {\n                \"category\": \"생식세포 변이원성\",\n                \"hazard_class\": \"1B\",\n                \"hazard_code\": \"H340\",\n                \"precaution_codes\": [\n                    \"P201\",\n                    \"P202\",\n                    \"P280\",\n                    \"P308+P313\",\n                    \"P405\",\n                    \"P501\"\n                ]\n            },\n            {\n                \"category\": \"심한 눈 손상/눈 자극성\",\n                \"hazard_class\": \"2\",\n                \"hazard_code\": \"H319\",\n                \"precaution_codes\": [\n                    \"P264\",\n                    \"P280\",\n                    \"P305+P351+P338\",\n                    \"P337+P313\"\n                ]\n            },\n            {\n                \"category\": \"피부 부식성/자극성\",\n                \"hazard_class\": \"2\",\n                \"hazard_code\": \"H315\",\n                \"precaution_codes\": [\n                    \"P264\",\n                    \"P280\",\n                    \"P302+P352\",\n                    \"P321\",\n                    \"P332+P313\",\n                    \"P362+P364\"\n                ]\n            },\n            {\n                \"category\": \"인화성 액체\",\n                \"hazard_class\": \"2\",\n                \"hazard_code\": \"H225\",\n                \"precaution_codes\": [\n                    \"P210\",\n                    \"P233\",\n                    \"P240\",\n                    \"P241\",\n                    \"P242\",\n                    \"P243\",\n                    \"P280\",\n                    \"P303+P361+P353\",\n                    \"P370+P378\",\n                    \"P403+P235\",\n                    \"P501\"\n                ]\n            }\n        ]\n    },\n    \"data_source\": \"Korea Environment Corporation (KECO) via data.go.kr\",\n    \"disclaimer\": \"Regulatory reference data only. Does not constitute legal or compliance advice. Monthly call limit or monthly unique substance limit applies, whichever is reached first.\"\n}"}],"_postman_id":"1300ddd2-7e62-4c11-a9ee-d1af0594a216"}],"id":"5b88699a-bfb3-4220-87d8-34eb72d38e05","_postman_id":"5b88699a-bfb3-4220-87d8-34eb72d38e05","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"12b32a85-84d9-45b8-98f3-743c7854da48","id":"12b32a85-84d9-45b8-98f3-743c7854da48","name":"K-REACH Chemical Substance API","type":"collection"}}}],"id":"6d69062c-4c7c-472e-a622-07edbe9efe01","_postman_id":"6d69062c-4c7c-472e-a622-07edbe9efe01","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"12b32a85-84d9-45b8-98f3-743c7854da48","id":"12b32a85-84d9-45b8-98f3-743c7854da48","name":"K-REACH Chemical Substance API","type":"collection"}}},{"name":"ke","item":[{"name":"{ke_no}","item":[{"name":"Benzene by KE","id":"33bf16a5-cd8c-42d4-a01d-6679d5489bb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://k-reach-chemical-substance-api.p.rapidapi.com/v1/substance/ke/KE-02150","description":"<p>Returns full substance detail by Korea Existing Chemical (KE) number.</p>\n<p>Case-insensitive: 'ke-02150' and 'KE-02150' both work.</p>\n<p>Counts toward daily/monthly unique substance limit.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"12b32a85-84d9-45b8-98f3-743c7854da48","id":"12b32a85-84d9-45b8-98f3-743c7854da48","name":"K-REACH Chemical Substance API","type":"collection"}},"urlObject":{"path":["v1","substance","ke","KE-02150"],"host":["https://k-reach-chemical-substance-api.p.rapidapi.com"],"query":[],"variable":[]}},"response":[{"id":"37f8c7bd-0282-4f3f-9d30-8116a6993509","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-RapidAPI-Key","value":"<API Key>"}],"url":{"raw":"https://k-reach-chemical-substance-api.p.rapidapi.com/v1/substance/ke/:ke_no","host":["https://k-reach-chemical-substance-api.p.rapidapi.com"],"path":["v1","substance","ke",":ke_no"],"variable":[{"key":"ke_no","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"substance\": {\n    \"id\": 8088,\n    \"flags\": {\n      \"is_toxic\": false,\n      \"is_restricted\": false,\n      \"is_prohibited\": false,\n      \"is_priority\": false,\n      \"is_cmr\": false,\n      \"is_accident_prep\": false,\n      \"is_persistent\": false,\n      \"is_registration_req\": false,\n      \"is_rotterdam\": false\n    },\n    \"cas_no\": null,\n    \"ke_no\": null,\n    \"name_eng\": \"string\",\n    \"name_kor\": \"string\",\n    \"synonyms_eng\": \"string\",\n    \"synonyms_kor\": \"string\",\n    \"formula\": null,\n    \"weight\": \"string\"\n  },\n  \"regulations\": [\n    {\n      \"class_type\": null,\n      \"unique_no\": \"string\",\n      \"content_info\": \"string\",\n      \"exception_info\": null,\n      \"notice_date\": null,\n      \"notice_info\": \"string\"\n    },\n    {\n      \"class_type\": \"string\",\n      \"unique_no\": \"string\",\n      \"content_info\": \"string\",\n      \"exception_info\": null,\n      \"notice_date\": null,\n      \"notice_info\": null\n    }\n  ],\n  \"ghs\": null,\n  \"data_source\": \"Korea Environment Corporation (KECO) via data.go.kr\",\n  \"disclaimer\": \"Regulatory reference data only. Does not constitute legal or compliance advice. Monthly call limit or monthly unique substance limit applies, whichever is reached first.\"\n}"},{"id":"80a4b576-d5ad-4c8f-a4a7-5d3c8e9e0eac","name":"Substance not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-RapidAPI-Key","value":"<API Key>"}],"url":{"raw":"https://k-reach-chemical-substance-api.p.rapidapi.com/v1/substance/ke/:ke_no","host":["https://k-reach-chemical-substance-api.p.rapidapi.com"],"path":["v1","substance","ke",":ke_no"],"variable":[{"key":"ke_no","value":"string"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b06c1145-832a-493b-b1c5-1ede8ee1de60","name":"Validation Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-RapidAPI-Key","value":"<API Key>"}],"url":{"raw":"https://k-reach-chemical-substance-api.p.rapidapi.com/v1/substance/ke/:ke_no","host":["https://k-reach-chemical-substance-api.p.rapidapi.com"],"path":["v1","substance","ke",":ke_no"],"variable":[{"key":"ke_no","value":"string"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"string\",\n        \"string\"\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        \"string\",\n        1177\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}"},{"id":"ca758063-4574-4bbf-a374-85b3d05e8723","name":"Lookup substance by KE number","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://k-reach-chemical-substance-api.p.rapidapi.com/v1/substance/ke/KE-02150"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 06:53:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"x-subscription-tier","value":"BASIC"},{"key":"x-daily-unique-used","value":"1"},{"key":"x-daily-unique-limit","value":"20"},{"key":"x-ratelimit-limit","value":"30"},{"key":"x-ratelimit-remaining","value":"29"},{"key":"x-data-last-checked","value":"2026-04-26T11:24:43.909648"},{"key":"x-monthly-unique-limit","value":"200"},{"key":"x-monthly-unique-used","value":"1"},{"key":"X-RateLimit-Requests-Limit","value":"500000"},{"key":"X-RateLimit-Requests-Remaining","value":"499996"},{"key":"X-RateLimit-Requests-Reset","value":"1312807"},{"key":"X-RateLimit-rapid-free-plans-hard-limit-Limit","value":"500000"},{"key":"X-RateLimit-rapid-free-plans-hard-limit-Remaining","value":"499996"},{"key":"X-RateLimit-rapid-free-plans-hard-limit-Reset","value":"1312807"},{"key":"Server","value":"RapidAPI-0.0.30"},{"key":"X-RapidAPI-Version","value":"0.0.30"},{"key":"X-RapidAPI-Region","value":"AWS - us-east-1"},{"key":"X-RapidAPI-Request-Id","value":"2f14615768d9e2481353110d82b16e5cdd29e8f3a88e716ae8c80af96aa5beba"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"substance\": {\n        \"id\": 44597,\n        \"cas_no\": \"71-43-2\",\n        \"ke_no\": \"KE-02150\",\n        \"name_eng\": \"Benzene\",\n        \"name_kor\": \"벤젠\",\n        \"synonyms_eng\": \"Benzol; Cyclohexatriene; Phenyl hydride; Benzine\",\n        \"synonyms_kor\": \"벤졸; 싸이클로헥사트라이엔; 페닐 하이드리드; 벤진\",\n        \"formula\": \"C6H6\",\n        \"weight\": \"78.11\",\n        \"flags\": {\n            \"is_toxic\": true,\n            \"is_restricted\": false,\n            \"is_prohibited\": false,\n            \"is_priority\": true,\n            \"is_cmr\": false,\n            \"is_accident_prep\": true,\n            \"is_persistent\": false,\n            \"is_registration_req\": true,\n            \"is_rotterdam\": false\n        }\n    },\n    \"regulations\": [\n        {\n            \"class_type\": \"기존화학물질\",\n            \"unique_no\": \"KE-02150\",\n            \"content_info\": null,\n            \"exception_info\": null,\n            \"notice_date\": \"20141230\",\n            \"notice_info\": \"환경부고시 제2014-237호\"\n        },\n        {\n            \"class_type\": \"인체등유해성물질\",\n            \"unique_no\": \"97-1-99\",\n            \"content_info\": \"인체만성유해성 : 0.1%\",\n            \"exception_info\": null,\n            \"notice_date\": \"20250807\",\n            \"notice_info\": \"화학물질안전원고시 제2025-19호\"\n        },\n        {\n            \"class_type\": \"사고대비물질\",\n            \"unique_no\": \"5\",\n            \"content_info\": \"벤젠 및 이를 85% 이상 함유한 혼합물\",\n            \"exception_info\": null,\n            \"notice_date\": null,\n            \"notice_info\": null\n        },\n        {\n            \"class_type\": \"등록대상기존화학물질\",\n            \"unique_no\": \"19\",\n            \"content_info\": null,\n            \"exception_info\": null,\n            \"notice_date\": \"20150701\",\n            \"notice_info\": \"고시일로부터 3년\"\n        },\n        {\n            \"class_type\": \"중점관리물질\",\n            \"unique_no\": \"별표-25\",\n            \"content_info\": null,\n            \"exception_info\": \"CMR STOT\",\n            \"notice_date\": \"20220427\",\n            \"notice_info\": \"환경부고시 제2022-79호\"\n        }\n    ],\n    \"ghs\": {\n        \"signal_word\": \"위험\",\n        \"pictograms\": [\n            \"GHS02\",\n            \"GHS07\",\n            \"GHS08\"\n        ],\n        \"un_number\": \"1114\",\n        \"m_factor\": null,\n        \"hazards\": [\n            {\n                \"category\": \"수생환경 유해성 만성\",\n                \"hazard_class\": \"3\",\n                \"hazard_code\": \"H412\",\n                \"precaution_codes\": [\n                    \"P273\",\n                    \"P501\"\n                ]\n            },\n            {\n                \"category\": \"흡인 유해성\",\n                \"hazard_class\": \"1\",\n                \"hazard_code\": \"H304\",\n                \"precaution_codes\": [\n                    \"P301+P310\",\n                    \"P331\",\n                    \"P405\",\n                    \"P501\"\n                ]\n            },\n            {\n                \"category\": \"특정 표적장기 독성-반복 노출\",\n                \"hazard_class\": \"1\",\n                \"hazard_code\": \"H372\",\n                \"precaution_codes\": [\n                    \"P260\",\n                    \"P264\",\n                    \"P270\",\n                    \"P314\",\n                    \"P501\"\n                ]\n            },\n            {\n                \"category\": \"발암성\",\n                \"hazard_class\": \"1A\",\n                \"hazard_code\": \"H350\",\n                \"precaution_codes\": [\n                    \"P201\",\n                    \"P202\",\n                    \"P280\",\n                    \"P308+P313\",\n                    \"P405\",\n                    \"P501\"\n                ]\n            },\n            {\n                \"category\": \"생식세포 변이원성\",\n                \"hazard_class\": \"1B\",\n                \"hazard_code\": \"H340\",\n                \"precaution_codes\": [\n                    \"P201\",\n                    \"P202\",\n                    \"P280\",\n                    \"P308+P313\",\n                    \"P405\",\n                    \"P501\"\n                ]\n            },\n            {\n                \"category\": \"심한 눈 손상/눈 자극성\",\n                \"hazard_class\": \"2\",\n                \"hazard_code\": \"H319\",\n                \"precaution_codes\": [\n                    \"P264\",\n                    \"P280\",\n                    \"P305+P351+P338\",\n                    \"P337+P313\"\n                ]\n            },\n            {\n                \"category\": \"피부 부식성/자극성\",\n                \"hazard_class\": \"2\",\n                \"hazard_code\": \"H315\",\n                \"precaution_codes\": [\n                    \"P264\",\n                    \"P280\",\n                    \"P302+P352\",\n                    \"P321\",\n                    \"P332+P313\",\n                    \"P362+P364\"\n                ]\n            },\n            {\n                \"category\": \"인화성 액체\",\n                \"hazard_class\": \"2\",\n                \"hazard_code\": \"H225\",\n                \"precaution_codes\": [\n                    \"P210\",\n                    \"P233\",\n                    \"P240\",\n                    \"P241\",\n                    \"P242\",\n                    \"P243\",\n                    \"P280\",\n                    \"P303+P361+P353\",\n                    \"P370+P378\",\n                    \"P403+P235\",\n                    \"P501\"\n                ]\n            }\n        ]\n    },\n    \"data_source\": \"Korea Environment Corporation (KECO) via data.go.kr\",\n    \"disclaimer\": \"Regulatory reference data only. Does not constitute legal or compliance advice. Monthly call limit or monthly unique substance limit applies, whichever is reached first.\"\n}"}],"_postman_id":"33bf16a5-cd8c-42d4-a01d-6679d5489bb5"}],"id":"74055c60-5ac9-4099-9368-ff8f46c8e303","_postman_id":"74055c60-5ac9-4099-9368-ff8f46c8e303","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"12b32a85-84d9-45b8-98f3-743c7854da48","id":"12b32a85-84d9-45b8-98f3-743c7854da48","name":"K-REACH Chemical Substance API","type":"collection"}}}],"id":"7412b51f-c93f-47ef-bd94-edf7a644a4e2","_postman_id":"7412b51f-c93f-47ef-bd94-edf7a644a4e2","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"12b32a85-84d9-45b8-98f3-743c7854da48","id":"12b32a85-84d9-45b8-98f3-743c7854da48","name":"K-REACH Chemical Substance API","type":"collection"}}},{"name":"search","item":[{"name":"Search chromium","id":"cd2fc6f4-847d-442a-a399-c360dbf3acc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://k-reach-chemical-substance-api.p.rapidapi.com/v1/substance/search?q=chromium","description":"<p>Search by English name, Korean name, or synonyms. Returns slim results (name + boolean regulatory flags only).</p>\n<p>Does NOT count toward unique substance limit.</p>\n<p>Minimum 3 characters required. FTS5 full-text search with automatic sanitization.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"12b32a85-84d9-45b8-98f3-743c7854da48","id":"12b32a85-84d9-45b8-98f3-743c7854da48","name":"K-REACH Chemical Substance API","type":"collection"}},"urlObject":{"path":["v1","substance","search"],"host":["https://k-reach-chemical-substance-api.p.rapidapi.com"],"query":[{"key":"q","value":"chromium"}],"variable":[]}},"response":[{"id":"4a96faaa-d3c1-49a4-928c-ab410c5b0d99","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-RapidAPI-Key","value":"<API Key>"}],"url":{"raw":"https://k-reach-chemical-substance-api.p.rapidapi.com/v1/substance/search?q=string&limit=10&page=1","host":["https://k-reach-chemical-substance-api.p.rapidapi.com"],"path":["v1","substance","search"],"query":[{"description":"Search keyword (min 3 chars)","key":"q","value":"string"},{"description":"Results per page","key":"limit","value":"10"},{"description":"Page number","key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"page\": 3308,\n  \"limit\": 7295,\n  \"has_next_page\": true,\n  \"items\": [\n    {\n      \"id\": 7149,\n      \"flags\": {\n        \"is_toxic\": false,\n        \"is_restricted\": false,\n        \"is_prohibited\": false,\n        \"is_priority\": false,\n        \"is_cmr\": false,\n        \"is_accident_prep\": false,\n        \"is_persistent\": false,\n        \"is_registration_req\": false,\n        \"is_rotterdam\": false\n      },\n      \"cas_no\": \"string\",\n      \"ke_no\": \"string\",\n      \"name_eng\": \"string\",\n      \"name_kor\": \"string\"\n    },\n    {\n      \"id\": 1716,\n      \"flags\": {\n        \"is_toxic\": false,\n        \"is_restricted\": false,\n        \"is_prohibited\": false,\n        \"is_priority\": false,\n        \"is_cmr\": false,\n        \"is_accident_prep\": false,\n        \"is_persistent\": false,\n        \"is_registration_req\": false,\n        \"is_rotterdam\": false\n      },\n      \"cas_no\": null,\n      \"ke_no\": \"string\",\n      \"name_eng\": null,\n      \"name_kor\": null\n    }\n  ],\n  \"data_source\": \"Korea Environment Corporation (KECO) via data.go.kr\"\n}"},{"id":"556bfad5-1f62-41b7-bbcf-16b5e5f8c9a6","name":"Validation Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-RapidAPI-Key","value":"<API Key>"}],"url":{"raw":"https://k-reach-chemical-substance-api.p.rapidapi.com/v1/substance/search?q=string&limit=10&page=1","host":["https://k-reach-chemical-substance-api.p.rapidapi.com"],"path":["v1","substance","search"],"query":[{"description":"Search keyword (min 3 chars)","key":"q","value":"string"},{"description":"Results per page","key":"limit","value":"10"},{"description":"Page number","key":"page","value":"1"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"string\",\n        \"string\"\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        \"string\",\n        1177\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}"},{"id":"8f6d3538-b00c-4256-a4a6-712d5f163f52","name":"Search chromium","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://k-reach-chemical-substance-api.p.rapidapi.com/v1/substance/search?q=chromium","host":["https://k-reach-chemical-substance-api.p.rapidapi.com"],"path":["v1","substance","search"],"query":[{"key":"q","value":"chromium"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 06:58:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"x-daily-unique-used","value":"1"},{"key":"x-daily-unique-limit","value":"20"},{"key":"x-monthly-unique-used","value":"1"},{"key":"x-ratelimit-limit","value":"30"},{"key":"x-ratelimit-remaining","value":"29"},{"key":"x-monthly-unique-limit","value":"200"},{"key":"x-data-last-checked","value":"2026-04-26T11:24:43.909648"},{"key":"x-subscription-tier","value":"BASIC"},{"key":"X-RateLimit-Requests-Limit","value":"500000"},{"key":"X-RateLimit-Requests-Remaining","value":"499994"},{"key":"X-RateLimit-Requests-Reset","value":"1312500"},{"key":"X-RateLimit-rapid-free-plans-hard-limit-Limit","value":"500000"},{"key":"X-RateLimit-rapid-free-plans-hard-limit-Remaining","value":"499994"},{"key":"X-RateLimit-rapid-free-plans-hard-limit-Reset","value":"1312500"},{"key":"Server","value":"RapidAPI-0.0.30"},{"key":"X-RapidAPI-Version","value":"0.0.30"},{"key":"X-RapidAPI-Region","value":"AWS - us-east-1"},{"key":"X-RapidAPI-Request-Id","value":"d465a7cc2b80e45d351e5f28299bf1e9eee73bd58400ddc271722024ea1388f2"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"page\": 1,\n    \"limit\": 10,\n    \"has_next_page\": true,\n    \"items\": [\n        {\n            \"id\": 185,\n            \"cas_no\": \"91081-74-2\",\n            \"ke_no\": null,\n            \"name_eng\": \"Slimes and Sludges, galvanizing, chromium-contg.\",\n            \"name_kor\": null,\n            \"flags\": {\n                \"is_toxic\": false,\n                \"is_restricted\": false,\n                \"is_prohibited\": false,\n                \"is_priority\": false,\n                \"is_cmr\": false,\n                \"is_accident_prep\": false,\n                \"is_persistent\": false,\n                \"is_registration_req\": false,\n                \"is_rotterdam\": false\n            }\n        },\n        {\n            \"id\": 300,\n            \"cas_no\": \"84144-94-5\",\n            \"ke_no\": null,\n            \"name_eng\": \"Slags, chromium-manufg., aluminothermic\",\n            \"name_kor\": null,\n            \"flags\": {\n                \"is_toxic\": false,\n                \"is_restricted\": false,\n                \"is_prohibited\": false,\n                \"is_priority\": false,\n                \"is_cmr\": false,\n                \"is_accident_prep\": false,\n                \"is_persistent\": false,\n                \"is_registration_req\": false,\n                \"is_rotterdam\": false\n            }\n        },\n        {\n            \"id\": 876,\n            \"cas_no\": \"9066-50-6\",\n            \"ke_no\": null,\n            \"name_eng\": \"Lignosulfonic acid, chromium salt\",\n            \"name_kor\": null,\n            \"flags\": {\n                \"is_toxic\": false,\n                \"is_restricted\": false,\n                \"is_prohibited\": false,\n                \"is_priority\": false,\n                \"is_cmr\": false,\n                \"is_accident_prep\": false,\n                \"is_persistent\": false,\n                \"is_registration_req\": false,\n                \"is_rotterdam\": false\n            }\n        },\n        {\n            \"id\": 885,\n            \"cas_no\": \"7788-99-0\",\n            \"ke_no\": null,\n            \"name_eng\": \"Chromium potassium bis(sulphate), dodecahydrate\",\n            \"name_kor\": null,\n            \"flags\": {\n                \"is_toxic\": false,\n                \"is_restricted\": false,\n                \"is_prohibited\": false,\n                \"is_priority\": false,\n                \"is_cmr\": false,\n                \"is_accident_prep\": false,\n                \"is_persistent\": false,\n                \"is_registration_req\": false,\n                \"is_rotterdam\": false\n            }\n        },\n        {\n            \"id\": 1222,\n            \"cas_no\": \"1066-30-4\",\n            \"ke_no\": \"KE-00022\",\n            \"name_eng\": \"Acetic acid, chromium(3+) salt; Chromium triacetate\",\n            \"name_kor\": null,\n            \"flags\": {\n                \"is_toxic\": false,\n                \"is_restricted\": false,\n                \"is_prohibited\": false,\n                \"is_priority\": false,\n                \"is_cmr\": false,\n                \"is_accident_prep\": false,\n                \"is_persistent\": false,\n                \"is_registration_req\": false,\n                \"is_rotterdam\": false\n            }\n        },\n        {\n            \"id\": 2212,\n            \"cas_no\": \"99328-47-9\",\n            \"ke_no\": \"KE-01014\",\n            \"name_eng\": \"Aluminium oxide (Al2O3), chromium-doped\",\n            \"name_kor\": null,\n            \"flags\": {\n                \"is_toxic\": false,\n                \"is_restricted\": false,\n                \"is_prohibited\": false,\n                \"is_priority\": false,\n                \"is_cmr\": false,\n                \"is_accident_prep\": false,\n                \"is_persistent\": false,\n                \"is_registration_req\": false,\n                \"is_rotterdam\": false\n            }\n        },\n        {\n            \"id\": 3042,\n            \"cas_no\": \"12053-12-2\",\n            \"ke_no\": \"KE-01849\",\n            \"name_eng\": \"Antimony compound with chromium (1:1)\",\n            \"name_kor\": \"무기안티몬 화합물질\",\n            \"flags\": {\n                \"is_toxic\": true,\n                \"is_restricted\": false,\n                \"is_prohibited\": false,\n                \"is_priority\": false,\n                \"is_cmr\": false,\n                \"is_accident_prep\": false,\n                \"is_persistent\": false,\n                \"is_registration_req\": false,\n                \"is_rotterdam\": false\n            }\n        },\n        {\n            \"id\": 3232,\n            \"cas_no\": \"10294-40-3\",\n            \"ke_no\": \"KE-02040\",\n            \"name_eng\": \"Barium chromate\",\n            \"name_kor\": \"크롬산 바륨\",\n            \"flags\": {\n                \"is_toxic\": true,\n                \"is_restricted\": true,\n                \"is_prohibited\": false,\n                \"is_priority\": true,\n                \"is_cmr\": true,\n                \"is_accident_prep\": false,\n                \"is_persistent\": false,\n                \"is_registration_req\": false,\n                \"is_rotterdam\": false\n            }\n        },\n        {\n            \"id\": 5687,\n            \"cas_no\": \"13765-19-0\",\n            \"ke_no\": \"KE-04498\",\n            \"name_eng\": \"Calcium chromate\",\n            \"name_kor\": \"칼슘크롬산\",\n            \"flags\": {\n                \"is_toxic\": true,\n                \"is_restricted\": true,\n                \"is_prohibited\": false,\n                \"is_priority\": true,\n                \"is_cmr\": true,\n                \"is_accident_prep\": false,\n                \"is_persistent\": false,\n                \"is_registration_req\": false,\n                \"is_rotterdam\": false\n            }\n        },\n        {\n            \"id\": 5907,\n            \"cas_no\": \"101357-08-8\",\n            \"ke_no\": \"KE-04719\",\n            \"name_eng\": \"Carbonic acid manganese(2+) salt (1:1), solid soln. with aluminum oxide and cerium oxide (CeO2), chromium-doped\",\n            \"name_kor\": null,\n            \"flags\": {\n                \"is_toxic\": false,\n                \"is_restricted\": false,\n                \"is_prohibited\": false,\n                \"is_priority\": false,\n                \"is_cmr\": false,\n                \"is_accident_prep\": false,\n                \"is_persistent\": false,\n                \"is_registration_req\": false,\n                \"is_rotterdam\": false\n            }\n        }\n    ],\n    \"data_source\": \"Korea Environment Corporation (KECO) via data.go.kr\"\n}"}],"_postman_id":"cd2fc6f4-847d-442a-a399-c360dbf3acc0"}],"id":"de478c2d-4235-4fcc-8de8-9d5198c69103","_postman_id":"de478c2d-4235-4fcc-8de8-9d5198c69103","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"12b32a85-84d9-45b8-98f3-743c7854da48","id":"12b32a85-84d9-45b8-98f3-743c7854da48","name":"K-REACH Chemical Substance API","type":"collection"}}},{"name":"{substance_id}","item":[{"name":"Lookup substance by internal ID","id":"08e36881-4bbc-4b0d-b8fc-cfbbcf6e3bb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://k-reach-chemical-substance-api.p.rapidapi.com/v1/substance/:substance_id","description":"<p>Returns full substance detail by internal substance ID.</p>\n<p>Counts toward daily/monthly unique substance limit.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"12b32a85-84d9-45b8-98f3-743c7854da48","id":"12b32a85-84d9-45b8-98f3-743c7854da48","name":"K-REACH Chemical Substance API","type":"collection"}},"urlObject":{"path":["v1","substance",":substance_id"],"host":["https://k-reach-chemical-substance-api.p.rapidapi.com"],"query":[],"variable":[{"id":"09d9977a-2528-442a-bb93-d1873cc2c67a","type":"any","value":"1639","key":"substance_id"}]}},"response":[{"id":"6899a4d8-57e1-4011-ae43-775beba46ad5","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-RapidAPI-Key","value":"<API Key>"}],"url":{"raw":"https://k-reach-chemical-substance-api.p.rapidapi.com/v1/substance/:substance_id","host":["https://k-reach-chemical-substance-api.p.rapidapi.com"],"path":["v1","substance",":substance_id"],"variable":[{"key":"substance_id","value":"1639"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"substance\": {\n    \"id\": 8088,\n    \"flags\": {\n      \"is_toxic\": false,\n      \"is_restricted\": false,\n      \"is_prohibited\": false,\n      \"is_priority\": false,\n      \"is_cmr\": false,\n      \"is_accident_prep\": false,\n      \"is_persistent\": false,\n      \"is_registration_req\": false,\n      \"is_rotterdam\": false\n    },\n    \"cas_no\": null,\n    \"ke_no\": null,\n    \"name_eng\": \"string\",\n    \"name_kor\": \"string\",\n    \"synonyms_eng\": \"string\",\n    \"synonyms_kor\": \"string\",\n    \"formula\": null,\n    \"weight\": \"string\"\n  },\n  \"regulations\": [\n    {\n      \"class_type\": null,\n      \"unique_no\": \"string\",\n      \"content_info\": \"string\",\n      \"exception_info\": null,\n      \"notice_date\": null,\n      \"notice_info\": \"string\"\n    },\n    {\n      \"class_type\": \"string\",\n      \"unique_no\": \"string\",\n      \"content_info\": \"string\",\n      \"exception_info\": null,\n      \"notice_date\": null,\n      \"notice_info\": null\n    }\n  ],\n  \"ghs\": null,\n  \"data_source\": \"Korea Environment Corporation (KECO) via data.go.kr\",\n  \"disclaimer\": \"Regulatory reference data only. Does not constitute legal or compliance advice. Monthly call limit or monthly unique substance limit applies, whichever is reached first.\"\n}"},{"id":"5a75409f-6683-4e06-893a-6cd7b747df02","name":"Substance not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-RapidAPI-Key","value":"<API Key>"}],"url":{"raw":"https://k-reach-chemical-substance-api.p.rapidapi.com/v1/substance/:substance_id","host":["https://k-reach-chemical-substance-api.p.rapidapi.com"],"path":["v1","substance",":substance_id"],"variable":[{"key":"substance_id","value":"1639"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"bf6c3859-4b3b-454c-b753-a2fa2b6f282f","name":"Validation Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-RapidAPI-Key","value":"<API Key>"}],"url":{"raw":"https://k-reach-chemical-substance-api.p.rapidapi.com/v1/substance/:substance_id","host":["https://k-reach-chemical-substance-api.p.rapidapi.com"],"path":["v1","substance",":substance_id"],"variable":[{"key":"substance_id","value":"1639"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"string\",\n        \"string\"\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        \"string\",\n        1177\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"08e36881-4bbc-4b0d-b8fc-cfbbcf6e3bb0"}],"id":"ccb77fb6-9cc8-43cb-ab8e-a2e3e2528dda","_postman_id":"ccb77fb6-9cc8-43cb-ab8e-a2e3e2528dda","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"12b32a85-84d9-45b8-98f3-743c7854da48","id":"12b32a85-84d9-45b8-98f3-743c7854da48","name":"K-REACH Chemical Substance API","type":"collection"}}}],"id":"1867fad8-3ce8-491d-82df-405d038d7f3d","_postman_id":"1867fad8-3ce8-491d-82df-405d038d7f3d","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"12b32a85-84d9-45b8-98f3-743c7854da48","id":"12b32a85-84d9-45b8-98f3-743c7854da48","name":"K-REACH Chemical Substance API","type":"collection"}}},{"name":"regulations","item":[{"name":"list","item":[{"name":"Toxic substances","id":"222615b4-6a3b-45e0-8569-e10e22973f2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://k-reach-chemical-substance-api.p.rapidapi.com/v1/regulations/list?type=toxic","description":"<p>Returns slim list of substances filtered by regulation type.</p>\n<p>Valid types: toxic, restricted, prohibited, priority, accident_prep, persistent, registration_req, cmr, rotterdam.</p>\n<p>Does NOT count toward unique substance limit.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"12b32a85-84d9-45b8-98f3-743c7854da48","id":"12b32a85-84d9-45b8-98f3-743c7854da48","name":"K-REACH Chemical Substance API","type":"collection"}},"urlObject":{"path":["v1","regulations","list"],"host":["https://k-reach-chemical-substance-api.p.rapidapi.com"],"query":[{"key":"type","value":"toxic"}],"variable":[]}},"response":[{"id":"f8c217a2-0326-4684-8530-0ea9051d5db8","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-RapidAPI-Key","value":"<API Key>"}],"url":{"raw":"https://k-reach-chemical-substance-api.p.rapidapi.com/v1/regulations/list?type=string&limit=10&page=1","host":["https://k-reach-chemical-substance-api.p.rapidapi.com"],"path":["v1","regulations","list"],"query":[{"description":"Regulation type: accident_prep, cmr, persistent, priority, prohibited, registration_req, restricted, rotterdam, toxic","key":"type","value":"string"},{"description":"Results per page","key":"limit","value":"10"},{"description":"Page number","key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"regulation_type\": \"string\",\n  \"page\": 946,\n  \"limit\": 1829,\n  \"has_next_page\": true,\n  \"items\": [\n    {\n      \"id\": 7964,\n      \"flags\": {\n        \"is_toxic\": false,\n        \"is_restricted\": false,\n        \"is_prohibited\": false,\n        \"is_priority\": false,\n        \"is_cmr\": false,\n        \"is_accident_prep\": false,\n        \"is_persistent\": false,\n        \"is_registration_req\": false,\n        \"is_rotterdam\": false\n      },\n      \"cas_no\": null,\n      \"ke_no\": null,\n      \"name_eng\": \"string\",\n      \"name_kor\": null\n    },\n    {\n      \"id\": 1147,\n      \"flags\": {\n        \"is_toxic\": false,\n        \"is_restricted\": false,\n        \"is_prohibited\": false,\n        \"is_priority\": false,\n        \"is_cmr\": false,\n        \"is_accident_prep\": false,\n        \"is_persistent\": false,\n        \"is_registration_req\": false,\n        \"is_rotterdam\": false\n      },\n      \"cas_no\": null,\n      \"ke_no\": \"string\",\n      \"name_eng\": \"string\",\n      \"name_kor\": \"string\"\n    }\n  ],\n  \"data_source\": \"Korea Environment Corporation (KECO) via data.go.kr\"\n}"},{"id":"d92c1ba6-797d-477b-a3d9-f3fb81e46cfc","name":"Validation Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-RapidAPI-Key","value":"<API Key>"}],"url":{"raw":"https://k-reach-chemical-substance-api.p.rapidapi.com/v1/regulations/list?type=string&limit=10&page=1","host":["https://k-reach-chemical-substance-api.p.rapidapi.com"],"path":["v1","regulations","list"],"query":[{"description":"Regulation type: accident_prep, cmr, persistent, priority, prohibited, registration_req, restricted, rotterdam, toxic","key":"type","value":"string"},{"description":"Results per page","key":"limit","value":"10"},{"description":"Page number","key":"page","value":"1"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"string\",\n        \"string\"\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        \"string\",\n        1177\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}"},{"id":"3057d460-9b11-473c-bd37-8377745c9e48","name":"Toxic substances","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://k-reach-chemical-substance-api.p.rapidapi.com/v1/regulations/list?type=toxic","host":["https://k-reach-chemical-substance-api.p.rapidapi.com"],"path":["v1","regulations","list"],"query":[{"key":"type","value":"toxic"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 06:58:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"x-ratelimit-limit","value":"30"},{"key":"x-ratelimit-remaining","value":"28"},{"key":"x-monthly-unique-limit","value":"200"},{"key":"x-data-last-checked","value":"2026-04-26T11:24:43.909648"},{"key":"x-subscription-tier","value":"BASIC"},{"key":"x-daily-unique-used","value":"1"},{"key":"x-daily-unique-limit","value":"20"},{"key":"x-monthly-unique-used","value":"1"},{"key":"X-RateLimit-rapid-free-plans-hard-limit-Limit","value":"500000"},{"key":"X-RateLimit-rapid-free-plans-hard-limit-Remaining","value":"499993"},{"key":"X-RateLimit-rapid-free-plans-hard-limit-Reset","value":"1312454"},{"key":"X-RateLimit-Requests-Limit","value":"500000"},{"key":"X-RateLimit-Requests-Remaining","value":"499993"},{"key":"X-RateLimit-Requests-Reset","value":"1312454"},{"key":"Server","value":"RapidAPI-0.0.30"},{"key":"X-RapidAPI-Version","value":"0.0.30"},{"key":"X-RapidAPI-Region","value":"AWS - us-east-1"},{"key":"X-RapidAPI-Request-Id","value":"2fa0c03815b4c1eb58f17eacee7b67899a3521d897a48f62c6b009c80b65e861"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"regulation_type\": \"toxic\",\n    \"page\": 1,\n    \"limit\": 10,\n    \"has_next_page\": true,\n    \"items\": [\n        {\n            \"id\": 304,\n            \"cas_no\": \"84195-51-7\",\n            \"ke_no\": null,\n            \"name_eng\": \"Matte, lead\",\n            \"name_kor\": \"납 매트\",\n            \"flags\": {\n                \"is_toxic\": true,\n                \"is_restricted\": true,\n                \"is_prohibited\": false,\n                \"is_priority\": false,\n                \"is_cmr\": false,\n                \"is_accident_prep\": false,\n                \"is_persistent\": false,\n                \"is_registration_req\": false,\n                \"is_rotterdam\": false\n            }\n        },\n        {\n            \"id\": 367,\n            \"cas_no\": \"69011-06-9\",\n            \"ke_no\": null,\n            \"name_eng\": \"[Phthalato(2-)]dioxotrilead\",\n            \"name_kor\": null,\n            \"flags\": {\n                \"is_toxic\": true,\n                \"is_restricted\": true,\n                \"is_prohibited\": false,\n                \"is_priority\": true,\n                \"is_cmr\": false,\n                \"is_accident_prep\": false,\n                \"is_persistent\": false,\n                \"is_registration_req\": false,\n                \"is_rotterdam\": false\n            }\n        },\n        {\n            \"id\": 402,\n            \"cas_no\": \"69029-97-6\",\n            \"ke_no\": null,\n            \"name_eng\": \"Speiss copper\",\n            \"name_kor\": \"스파이스 구리\",\n            \"flags\": {\n                \"is_toxic\": true,\n                \"is_restricted\": false,\n                \"is_prohibited\": false,\n                \"is_priority\": false,\n                \"is_cmr\": false,\n                \"is_accident_prep\": false,\n                \"is_persistent\": false,\n                \"is_registration_req\": false,\n                \"is_rotterdam\": false\n            }\n        },\n        {\n            \"id\": 519,\n            \"cas_no\": \"68476-33-5\",\n            \"ke_no\": null,\n            \"name_eng\": \"Fuel oil, residual\",\n            \"name_kor\": \"잔사, 연료유\",\n            \"flags\": {\n                \"is_toxic\": true,\n                \"is_restricted\": false,\n                \"is_prohibited\": false,\n                \"is_priority\": false,\n                \"is_cmr\": false,\n                \"is_accident_prep\": false,\n                \"is_persistent\": false,\n                \"is_registration_req\": false,\n                \"is_rotterdam\": false\n            }\n        },\n        {\n            \"id\": 664,\n            \"cas_no\": \"41317-15-1\",\n            \"ke_no\": null,\n            \"name_eng\": \"4-methoxy-N-phenyl-o-toluidine\",\n            \"name_kor\": null,\n            \"flags\": {\n                \"is_toxic\": true,\n                \"is_restricted\": false,\n                \"is_prohibited\": false,\n                \"is_priority\": false,\n                \"is_cmr\": false,\n                \"is_accident_prep\": false,\n                \"is_persistent\": false,\n                \"is_registration_req\": false,\n                \"is_rotterdam\": false\n            }\n        },\n        {\n            \"id\": 683,\n            \"cas_no\": \"51580-86-0\",\n            \"ke_no\": null,\n            \"name_eng\": \"Sodium dichloroisocyanurate dihydrate\",\n            \"name_kor\": null,\n            \"flags\": {\n                \"is_toxic\": true,\n                \"is_restricted\": false,\n                \"is_prohibited\": false,\n                \"is_priority\": false,\n                \"is_cmr\": false,\n                \"is_accident_prep\": false,\n                \"is_persistent\": false,\n                \"is_registration_req\": false,\n                \"is_rotterdam\": false\n            }\n        },\n        {\n            \"id\": 842,\n            \"cas_no\": \"13478-00-7\",\n            \"ke_no\": null,\n            \"name_eng\": \"Nitric acid, nickel(2+) salt, hexahydrate\",\n            \"name_kor\": null,\n            \"flags\": {\n                \"is_toxic\": true,\n                \"is_restricted\": false,\n                \"is_prohibited\": false,\n                \"is_priority\": false,\n                \"is_cmr\": false,\n                \"is_accident_prep\": false,\n                \"is_persistent\": false,\n                \"is_registration_req\": false,\n                \"is_rotterdam\": false\n            }\n        },\n        {\n            \"id\": 877,\n            \"cas_no\": \"10022-68-1\",\n            \"ke_no\": null,\n            \"name_eng\": \"Nitric acid, cadmium salt, tetrahydrate\",\n            \"name_kor\": \"질산카드뮴(4수화물); 카드뮴이질산(4수화물); 카드뮴(II)질산(4수화물)\",\n            \"flags\": {\n                \"is_toxic\": true,\n                \"is_restricted\": false,\n                \"is_prohibited\": false,\n                \"is_priority\": true,\n                \"is_cmr\": false,\n                \"is_accident_prep\": false,\n                \"is_persistent\": false,\n                \"is_registration_req\": false,\n                \"is_rotterdam\": false\n            }\n        },\n        {\n            \"id\": 880,\n            \"cas_no\": \"7758-99-8\",\n            \"ke_no\": \"KE-08956\",\n            \"name_eng\": \"Copper (II) sulfate, pentahydrate\",\n            \"name_kor\": null,\n            \"flags\": {\n                \"is_toxic\": true,\n                \"is_restricted\": false,\n                \"is_prohibited\": false,\n                \"is_priority\": false,\n                \"is_cmr\": false,\n                \"is_accident_prep\": false,\n                \"is_persistent\": false,\n                \"is_registration_req\": true,\n                \"is_rotterdam\": false\n            }\n        },\n        {\n            \"id\": 886,\n            \"cas_no\": \"7789-12-0\",\n            \"ke_no\": null,\n            \"name_eng\": \"Chromic acid (H2Cr2O7), sodium salt, hydrate (1:2:2)\",\n            \"name_kor\": \"디크롬산나트륨수화물\",\n            \"flags\": {\n                \"is_toxic\": true,\n                \"is_restricted\": true,\n                \"is_prohibited\": false,\n                \"is_priority\": true,\n                \"is_cmr\": false,\n                \"is_accident_prep\": false,\n                \"is_persistent\": false,\n                \"is_registration_req\": false,\n                \"is_rotterdam\": false\n            }\n        }\n    ],\n    \"data_source\": \"Korea Environment Corporation (KECO) via data.go.kr\"\n}"}],"_postman_id":"222615b4-6a3b-45e0-8569-e10e22973f2e"}],"id":"440372bb-5e32-4366-af10-19fa03c38497","_postman_id":"440372bb-5e32-4366-af10-19fa03c38497","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"12b32a85-84d9-45b8-98f3-743c7854da48","id":"12b32a85-84d9-45b8-98f3-743c7854da48","name":"K-REACH Chemical Substance API","type":"collection"}}}],"id":"b1c57d5d-d5fb-470a-aba0-ff446d69f7b4","_postman_id":"b1c57d5d-d5fb-470a-aba0-ff446d69f7b4","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"12b32a85-84d9-45b8-98f3-743c7854da48","id":"12b32a85-84d9-45b8-98f3-743c7854da48","name":"K-REACH Chemical Substance API","type":"collection"}}},{"name":"ghs","item":[{"name":"hazard","item":[{"name":"{h_code}","item":[{"name":"Search substances by GHS H-code (PRO+)","id":"470909a0-c3bb-42fa-833f-e18e9d69c551","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://k-reach-chemical-substance-api.p.rapidapi.com/v1/ghs/hazard/:h_code?limit=10&page=1","description":"<p>Find substances classified under a specific GHS hazard statement code (e.g., H350 for carcinogenicity).</p>\n<p>Requires PRO tier or above. Returns slim list.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"12b32a85-84d9-45b8-98f3-743c7854da48","id":"12b32a85-84d9-45b8-98f3-743c7854da48","name":"K-REACH Chemical Substance API","type":"collection"}},"urlObject":{"path":["v1","ghs","hazard",":h_code"],"host":["https://k-reach-chemical-substance-api.p.rapidapi.com"],"query":[{"description":{"content":"<p>Results per page</p>\n","type":"text/plain"},"key":"limit","value":"10"},{"description":{"content":"<p>Page number</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[{"id":"7b093cba-9f93-4e55-8ba9-b9f1fc31db97","type":"any","value":"string","key":"h_code"}]}},"response":[{"id":"be519d5d-ae79-4079-a22e-8cf27cc218bc","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-RapidAPI-Key","value":"<API Key>"}],"url":{"raw":"https://k-reach-chemical-substance-api.p.rapidapi.com/v1/ghs/hazard/:h_code?limit=10&page=1","host":["https://k-reach-chemical-substance-api.p.rapidapi.com"],"path":["v1","ghs","hazard",":h_code"],"query":[{"description":"Results per page","key":"limit","value":"10"},{"description":"Page number","key":"page","value":"1"}],"variable":[{"key":"h_code","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"hazard_code\": \"string\",\n  \"page\": 4989,\n  \"limit\": 9268,\n  \"has_next_page\": true,\n  \"items\": [\n    {\n      \"id\": 995,\n      \"flags\": {\n        \"is_toxic\": false,\n        \"is_restricted\": false,\n        \"is_prohibited\": false,\n        \"is_priority\": false,\n        \"is_cmr\": false,\n        \"is_accident_prep\": false,\n        \"is_persistent\": false,\n        \"is_registration_req\": false,\n        \"is_rotterdam\": false\n      },\n      \"cas_no\": null,\n      \"ke_no\": \"string\",\n      \"name_eng\": \"string\",\n      \"name_kor\": null\n    },\n    {\n      \"id\": 3504,\n      \"flags\": {\n        \"is_toxic\": false,\n        \"is_restricted\": false,\n        \"is_prohibited\": false,\n        \"is_priority\": false,\n        \"is_cmr\": false,\n        \"is_accident_prep\": false,\n        \"is_persistent\": false,\n        \"is_registration_req\": false,\n        \"is_rotterdam\": false\n      },\n      \"cas_no\": \"string\",\n      \"ke_no\": null,\n      \"name_eng\": \"string\",\n      \"name_kor\": \"string\"\n    }\n  ],\n  \"data_source\": \"Korea Environment Corporation (KECO) via data.go.kr\"\n}"},{"id":"43fec282-a920-4924-b837-9187651152bf","name":"Validation Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-RapidAPI-Key","value":"<API Key>"}],"url":{"raw":"https://k-reach-chemical-substance-api.p.rapidapi.com/v1/ghs/hazard/:h_code?limit=10&page=1","host":["https://k-reach-chemical-substance-api.p.rapidapi.com"],"path":["v1","ghs","hazard",":h_code"],"query":[{"description":"Results per page","key":"limit","value":"10"},{"description":"Page number","key":"page","value":"1"}],"variable":[{"key":"h_code","value":"string"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"string\",\n        \"string\"\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        \"string\",\n        1177\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"470909a0-c3bb-42fa-833f-e18e9d69c551"}],"id":"24ba8f54-b876-4f01-8a09-c73474ddcb55","_postman_id":"24ba8f54-b876-4f01-8a09-c73474ddcb55","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"12b32a85-84d9-45b8-98f3-743c7854da48","id":"12b32a85-84d9-45b8-98f3-743c7854da48","name":"K-REACH Chemical Substance API","type":"collection"}}}],"id":"2c71c98b-4ff1-437b-9d2e-ccf239909db0","_postman_id":"2c71c98b-4ff1-437b-9d2e-ccf239909db0","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"12b32a85-84d9-45b8-98f3-743c7854da48","id":"12b32a85-84d9-45b8-98f3-743c7854da48","name":"K-REACH Chemical Substance API","type":"collection"}}},{"name":"{cas_no}","item":[{"name":"Benzene GHS","id":"270be3cc-9f01-4030-bf46-2458a8775323","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://k-reach-chemical-substance-api.p.rapidapi.com/v1/ghs/71-43-2","description":"<p>Returns GHS hazard classification data including signal word, pictograms, H-codes, P-codes, and UN number.</p>\n<p>Requires PRO tier or above. BASIC tier can access sandbox substances only.</p>\n<p>Counts toward unique substance limit.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"12b32a85-84d9-45b8-98f3-743c7854da48","id":"12b32a85-84d9-45b8-98f3-743c7854da48","name":"K-REACH Chemical Substance API","type":"collection"}},"urlObject":{"path":["v1","ghs","71-43-2"],"host":["https://k-reach-chemical-substance-api.p.rapidapi.com"],"query":[],"variable":[]}},"response":[{"id":"d2891549-3e49-41af-b574-9d92a660acbd","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-RapidAPI-Key","value":"<API Key>"}],"url":{"raw":"https://k-reach-chemical-substance-api.p.rapidapi.com/v1/ghs/:cas_no","host":["https://k-reach-chemical-substance-api.p.rapidapi.com"],"path":["v1","ghs",":cas_no"],"variable":[{"key":"cas_no","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"substance\": {\n    \"id\": 8976,\n    \"flags\": {\n      \"is_toxic\": false,\n      \"is_restricted\": false,\n      \"is_prohibited\": false,\n      \"is_priority\": false,\n      \"is_cmr\": false,\n      \"is_accident_prep\": false,\n      \"is_persistent\": false,\n      \"is_registration_req\": false,\n      \"is_rotterdam\": false\n    },\n    \"cas_no\": \"string\",\n    \"ke_no\": \"string\",\n    \"name_eng\": \"string\",\n    \"name_kor\": \"string\",\n    \"synonyms_eng\": \"string\",\n    \"synonyms_kor\": \"string\",\n    \"formula\": null,\n    \"weight\": \"string\"\n  },\n  \"ghs\": {\n    \"signal_word\": null,\n    \"un_number\": \"string\",\n    \"m_factor\": null\n  },\n  \"data_source\": \"Korea Environment Corporation (KECO) via data.go.kr\",\n  \"disclaimer\": \"Regulatory reference data only. Does not constitute legal or compliance advice. Monthly call limit or monthly unique substance limit applies, whichever is reached first.\"\n}"},{"id":"1b0ed644-d20b-46d2-89b7-0581e918da69","name":"PRO tier required","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-RapidAPI-Key","value":"<API Key>"}],"url":{"raw":"https://k-reach-chemical-substance-api.p.rapidapi.com/v1/ghs/:cas_no","host":["https://k-reach-chemical-substance-api.p.rapidapi.com"],"path":["v1","ghs",":cas_no"],"variable":[{"key":"cas_no","value":"string"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d77bb6ae-93a3-4287-85c6-a0f5b19d5b9f","name":"GHS data not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-RapidAPI-Key","value":"<API Key>"}],"url":{"raw":"https://k-reach-chemical-substance-api.p.rapidapi.com/v1/ghs/:cas_no","host":["https://k-reach-chemical-substance-api.p.rapidapi.com"],"path":["v1","ghs",":cas_no"],"variable":[{"key":"cas_no","value":"string"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8c48e506-567f-42b3-8033-a68840c40bec","name":"Validation Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-RapidAPI-Key","value":"<API Key>"}],"url":{"raw":"https://k-reach-chemical-substance-api.p.rapidapi.com/v1/ghs/:cas_no","host":["https://k-reach-chemical-substance-api.p.rapidapi.com"],"path":["v1","ghs",":cas_no"],"variable":[{"key":"cas_no","value":"string"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"string\",\n        \"string\"\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        \"string\",\n        1177\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}"},{"id":"63a0d074-ca6f-4b02-b175-2c5da355b063","name":"Get GHS hazard data by CAS number (PRO+)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://k-reach-chemical-substance-api.p.rapidapi.com/v1/ghs/71-43-2"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Sun, 26 Apr 2026 07:00:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"x-subscription-tier","value":"BASIC"},{"key":"x-daily-unique-used","value":"1"},{"key":"x-daily-unique-limit","value":"20"},{"key":"x-monthly-unique-used","value":"1"},{"key":"x-monthly-unique-limit","value":"200"},{"key":"x-data-last-checked","value":"2026-04-26T11:24:43.909648"},{"key":"x-ratelimit-limit","value":"30"},{"key":"x-ratelimit-remaining","value":"29"},{"key":"X-RateLimit-Requests-Limit","value":"500000"},{"key":"X-RateLimit-Requests-Remaining","value":"499992"},{"key":"X-RateLimit-Requests-Reset","value":"1312392"},{"key":"X-RateLimit-rapid-free-plans-hard-limit-Limit","value":"500000"},{"key":"X-RateLimit-rapid-free-plans-hard-limit-Remaining","value":"499992"},{"key":"X-RateLimit-rapid-free-plans-hard-limit-Reset","value":"1312392"},{"key":"Server","value":"RapidAPI-0.0.30"},{"key":"X-RapidAPI-Version","value":"0.0.30"},{"key":"X-RapidAPI-Region","value":"AWS - us-east-1"},{"key":"X-RapidAPI-Request-Id","value":"04fcacd1f56cb0bec42c23eef20bce8ee38a6c3a899d2e5b6abd0a7f78d03dde"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"substance\": {\n        \"id\": 44597,\n        \"cas_no\": \"71-43-2\",\n        \"ke_no\": \"KE-02150\",\n        \"name_eng\": \"Benzene\",\n        \"name_kor\": \"벤젠\",\n        \"synonyms_eng\": \"Benzol; Cyclohexatriene; Phenyl hydride; Benzine\",\n        \"synonyms_kor\": \"벤졸; 싸이클로헥사트라이엔; 페닐 하이드리드; 벤진\",\n        \"formula\": \"C6H6\",\n        \"weight\": \"78.11\",\n        \"flags\": {\n            \"is_toxic\": true,\n            \"is_restricted\": false,\n            \"is_prohibited\": false,\n            \"is_priority\": true,\n            \"is_cmr\": false,\n            \"is_accident_prep\": true,\n            \"is_persistent\": false,\n            \"is_registration_req\": true,\n            \"is_rotterdam\": false\n        }\n    },\n    \"ghs\": {\n        \"signal_word\": \"위험\",\n        \"pictograms\": [\n            \"GHS02\",\n            \"GHS07\",\n            \"GHS08\"\n        ],\n        \"un_number\": \"1114\",\n        \"m_factor\": null,\n        \"hazards\": [\n            {\n                \"category\": \"수생환경 유해성 만성\",\n                \"hazard_class\": \"3\",\n                \"hazard_code\": \"H412\",\n                \"precaution_codes\": [\n                    \"P273\",\n                    \"P501\"\n                ]\n            },\n            {\n                \"category\": \"흡인 유해성\",\n                \"hazard_class\": \"1\",\n                \"hazard_code\": \"H304\",\n                \"precaution_codes\": [\n                    \"P301+P310\",\n                    \"P331\",\n                    \"P405\",\n                    \"P501\"\n                ]\n            },\n            {\n                \"category\": \"특정 표적장기 독성-반복 노출\",\n                \"hazard_class\": \"1\",\n                \"hazard_code\": \"H372\",\n                \"precaution_codes\": [\n                    \"P260\",\n                    \"P264\",\n                    \"P270\",\n                    \"P314\",\n                    \"P501\"\n                ]\n            },\n            {\n                \"category\": \"발암성\",\n                \"hazard_class\": \"1A\",\n                \"hazard_code\": \"H350\",\n                \"precaution_codes\": [\n                    \"P201\",\n                    \"P202\",\n                    \"P280\",\n                    \"P308+P313\",\n                    \"P405\",\n                    \"P501\"\n                ]\n            },\n            {\n                \"category\": \"생식세포 변이원성\",\n                \"hazard_class\": \"1B\",\n                \"hazard_code\": \"H340\",\n                \"precaution_codes\": [\n                    \"P201\",\n                    \"P202\",\n                    \"P280\",\n                    \"P308+P313\",\n                    \"P405\",\n                    \"P501\"\n                ]\n            },\n            {\n                \"category\": \"심한 눈 손상/눈 자극성\",\n                \"hazard_class\": \"2\",\n                \"hazard_code\": \"H319\",\n                \"precaution_codes\": [\n                    \"P264\",\n                    \"P280\",\n                    \"P305+P351+P338\",\n                    \"P337+P313\"\n                ]\n            },\n            {\n                \"category\": \"피부 부식성/자극성\",\n                \"hazard_class\": \"2\",\n                \"hazard_code\": \"H315\",\n                \"precaution_codes\": [\n                    \"P264\",\n                    \"P280\",\n                    \"P302+P352\",\n                    \"P321\",\n                    \"P332+P313\",\n                    \"P362+P364\"\n                ]\n            },\n            {\n                \"category\": \"인화성 액체\",\n                \"hazard_class\": \"2\",\n                \"hazard_code\": \"H225\",\n                \"precaution_codes\": [\n                    \"P210\",\n                    \"P233\",\n                    \"P240\",\n                    \"P241\",\n                    \"P242\",\n                    \"P243\",\n                    \"P280\",\n                    \"P303+P361+P353\",\n                    \"P370+P378\",\n                    \"P403+P235\",\n                    \"P501\"\n                ]\n            }\n        ]\n    },\n    \"data_source\": \"Korea Environment Corporation (KECO) via data.go.kr\",\n    \"disclaimer\": \"Regulatory reference data only. Does not constitute legal or compliance advice. Monthly call limit or monthly unique substance limit applies, whichever is reached first.\"\n}"}],"_postman_id":"270be3cc-9f01-4030-bf46-2458a8775323"}],"id":"aa4386a5-51f9-4c48-94ce-4e86cb3e87d6","_postman_id":"aa4386a5-51f9-4c48-94ce-4e86cb3e87d6","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"12b32a85-84d9-45b8-98f3-743c7854da48","id":"12b32a85-84d9-45b8-98f3-743c7854da48","name":"K-REACH Chemical Substance API","type":"collection"}}}],"id":"58c331c4-aaab-47f7-b215-ce4d6993e8fa","_postman_id":"58c331c4-aaab-47f7-b215-ce4d6993e8fa","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"12b32a85-84d9-45b8-98f3-743c7854da48","id":"12b32a85-84d9-45b8-98f3-743c7854da48","name":"K-REACH Chemical Substance API","type":"collection"}}},{"name":"statistics","item":[{"name":"Database statistics (MEGA only)","id":"023a41a6-60fc-4a8a-8579-fc54f445a144","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://k-reach-chemical-substance-api.p.rapidapi.com/v1/statistics","description":"<p>Returns database-wide statistics including total substance count, regulation counts by type, and GHS coverage.</p>\n<p>Requires MEGA tier.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"12b32a85-84d9-45b8-98f3-743c7854da48","id":"12b32a85-84d9-45b8-98f3-743c7854da48","name":"K-REACH Chemical Substance API","type":"collection"}},"urlObject":{"path":["v1","statistics"],"host":["https://k-reach-chemical-substance-api.p.rapidapi.com"],"query":[],"variable":[]}},"response":[{"id":"dcf14d2f-de63-4584-ad27-a1548953847d","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-RapidAPI-Key","value":"<API Key>"}],"url":"https://k-reach-chemical-substance-api.p.rapidapi.com/v1/statistics"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"total_substances\": 2618,\n  \"total_with_cas\": 1115,\n  \"total_with_ghs\": 1251,\n  \"ghs_coverage_percent\": 1335.2624778757638,\n  \"regulation_counts\": {\n    \"key_0\": 2836,\n    \"key_1\": 8548\n  },\n  \"data_source\": \"Korea Environment Corporation (KECO) via data.go.kr\"\n}"},{"id":"cec6e1ef-04a8-48d6-ad4f-20057e442a81","name":"MEGA tier required","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-RapidAPI-Key","value":"<API Key>"}],"url":"https://k-reach-chemical-substance-api.p.rapidapi.com/v1/statistics"},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"023a41a6-60fc-4a8a-8579-fc54f445a144"}],"id":"bdb7c2a4-7e65-43a7-a867-b70e2b306360","_postman_id":"bdb7c2a4-7e65-43a7-a867-b70e2b306360","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"12b32a85-84d9-45b8-98f3-743c7854da48","id":"12b32a85-84d9-45b8-98f3-743c7854da48","name":"K-REACH Chemical Substance API","type":"collection"}}},{"name":"changelog","item":[{"name":"Changelog","id":"0d98785e-3546-4d2b-8f38-6b797d9acf22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://k-reach-chemical-substance-api.p.rapidapi.com/v1/changelog","description":"<p>Returns data version info and update history. Shows when the database was last checked and updated.</p>\n<p>Available on all tiers.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"12b32a85-84d9-45b8-98f3-743c7854da48","id":"12b32a85-84d9-45b8-98f3-743c7854da48","name":"K-REACH Chemical Substance API","type":"collection"}},"urlObject":{"path":["v1","changelog"],"host":["https://k-reach-chemical-substance-api.p.rapidapi.com"],"query":[],"variable":[]}},"response":[{"id":"fee5448e-c995-4435-83a4-ee3b591c2268","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-RapidAPI-Key","value":"<API Key>"}],"url":"https://k-reach-chemical-substance-api.p.rapidapi.com/v1/changelog"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data_version\": \"string\",\n  \"last_checked_at\": \"string\",\n  \"last_updated_at\": null,\n  \"check_frequency\": \"daily\"\n}"}],"_postman_id":"0d98785e-3546-4d2b-8f38-6b797d9acf22"}],"id":"eb28a290-a77a-424c-8717-befd1fc4ede0","_postman_id":"eb28a290-a77a-424c-8717-befd1fc4ede0","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"12b32a85-84d9-45b8-98f3-743c7854da48","id":"12b32a85-84d9-45b8-98f3-743c7854da48","name":"K-REACH Chemical Substance API","type":"collection"}}}],"id":"3ad8ca5b-a158-442f-9fa3-e590ea01e216","_postman_id":"3ad8ca5b-a158-442f-9fa3-e590ea01e216","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"12b32a85-84d9-45b8-98f3-743c7854da48","id":"12b32a85-84d9-45b8-98f3-743c7854da48","name":"K-REACH Chemical Substance API","type":"collection"}}},{"name":"health","item":[{"name":"Health check","id":"fc5243dc-c682-40fe-8677-be569704a296","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://k-reach-chemical-substance-api.p.rapidapi.com/health","description":"<p>Returns API health status. No authentication required.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"12b32a85-84d9-45b8-98f3-743c7854da48","id":"12b32a85-84d9-45b8-98f3-743c7854da48","name":"K-REACH Chemical Substance API","type":"collection"}},"urlObject":{"path":["health"],"host":["https://k-reach-chemical-substance-api.p.rapidapi.com"],"query":[],"variable":[]}},"response":[{"id":"7754b9c4-9fc8-4494-af84-8496a5dc514f","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-RapidAPI-Key","value":"<API Key>"}],"url":"https://k-reach-chemical-substance-api.p.rapidapi.com/health"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fc5243dc-c682-40fe-8677-be569704a296"}],"id":"e3ea3b76-1db9-48be-8e3f-8ebb797d89b9","_postman_id":"e3ea3b76-1db9-48be-8e3f-8ebb797d89b9","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"12b32a85-84d9-45b8-98f3-743c7854da48","id":"12b32a85-84d9-45b8-98f3-743c7854da48","name":"K-REACH Chemical Substance API","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":""}]}},"event":[{"listen":"prerequest","script":{"id":"f3bd6d5a-fd90-4f9c-9e4a-bc64aeae580d","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"a68a0171-eee5-47d6-8953-945113b91356","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://k-reach-chemical-substance-api.p.rapidapi.com"},{"key":"rapidApiKey","value":""}]}