Agency for Toxic Substances and Disease Registry website screenshot

Agency for Toxic Substances and Disease Registry

ATSDR protects communities from harmful health effects related to exposure to natural and man-made hazardous substances. It is a federal public health agency within the U.S. Department of Health and Human Services. ATSDR provides toxicological profiles, minimum risk levels, substance priority rankings, and exposure investigation data for hazardous chemicals.

1 APIs 0 Features
DiseasesFederal GovernmentPublic HealthToxic SubstancesEnvironmental HealthHazardous Materials

APIs

ATSDR Toxic Substance Profiles API

Access ATSDR toxicological profiles, minimum risk levels (MRLs), substance priority list rankings, and exposure investigation data for hazardous chemicals found at Superfund sit...

Collections

Pricing Plans

Rate Limits

FinOps

Semantic Vocabularies

API Governance Rules

Agency for Toxic Substances and Disease Registry API Rules

24 rules · 14 errors 10 warnings

SPECTRAL

JSON Structure

Example Payloads

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🌐
Portal
Portal
🌐
DataPortal
DataPortal
🚀
GettingStarted
GettingStarted
🔗
Documentation
Documentation
🔗
Documentation
Documentation
🔗
FOIA
FOIA
🔗
SpectralRules
SpectralRules
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
JSONLDContext
JSONLDContext
🔗
Vocabulary
Vocabulary

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: ATSDR Toxic Substance Profiles API
  version: '1.0'
items:
- info:
    name: Toxicological Profiles
    type: folder
  items:
  - info:
      name: ATSDR List Toxicological Profiles
      type: http
    http:
      method: GET
      url: https://data.cdc.gov/resource/toxprofiles
      params:
      - name: $limit
        value: '1'
        type: query
        description: Maximum number of results to return.
      - name: $offset
        value: '1'
        type: query
        description: Offset for pagination.
      - name: substance_name
        value: Example Name
        type: query
        description: Filter by substance name.
      - name: cas_number
        value: example_value
        type: query
        description: Filter by CAS registry number.
    docs: List ATSDR toxicological profiles for hazardous substances including health effects and exposure information.
- info:
    name: Minimum Risk Levels
    type: folder
  items:
  - info:
      name: ATSDR List Minimum Risk Levels
      type: http
    http:
      method: GET
      url: https://data.cdc.gov/resource/mrls
      params:
      - name: $limit
        value: '1'
        type: query
        description: Maximum number of results to return.
      - name: $offset
        value: '1'
        type: query
        description: Offset for pagination.
      - name: substance_name
        value: Example Name
        type: query
        description: Filter by substance name.
      - name: route
        value: inhalation
        type: query
        description: Filter by exposure route.
      - name: duration
        value: acute
        type: query
        description: Filter by exposure duration.
    docs: List ATSDR Minimum Risk Levels (MRLs) which are estimates of daily human exposure to hazardous substances that are
      unlikely to cause adverse health effects.
- info:
    name: Substance Priority List
    type: folder
  items:
  - info:
      name: ATSDR List Substance Priority List
      type: http
    http:
      method: GET
      url: https://data.cdc.gov/resource/priority-list
      params:
      - name: $limit
        value: '1'
        type: query
        description: Maximum number of results to return.
      - name: $offset
        value: '1'
        type: query
        description: Offset for pagination.
      - name: year
        value: '1'
        type: query
        description: Filter by priority list year.
    docs: List substances from the ATSDR Substance Priority List (SPL), which ranks hazardous substances based on frequency,
      toxicity, and potential for human exposure at NPL sites.
- info:
    name: Exposure Investigations
    type: folder
  items:
  - info:
      name: ATSDR List Exposure Investigations
      type: http
    http:
      method: GET
      url: https://data.cdc.gov/resource/exposure-investigations
      params:
      - name: $limit
        value: '1'
        type: query
        description: Maximum number of results to return.
      - name: $offset
        value: '1'
        type: query
        description: Offset for pagination.
      - name: state
        value: example_value
        type: query
        description: Filter by US state abbreviation.
      - name: year
        value: '1'
        type: query
        description: Filter by investigation year.
    docs: List ATSDR exposure investigations and health consultations conducted at hazardous waste sites and other environmental
      contamination sites.
bundled: true