Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

HealthData.gov SODA API

The Socrata Open Data API (SODA) provides programmatic access to all public datasets hosted on HealthData.gov. Each dataset is accessible through a unique eight-character identifier inserted into the REST endpoint. Queries are expressed using SoQL (Socrata Query Language), a SQL-like syntax that supports filtering, sorting, aggregation, and pagination. Datasets span Medicare inpatient and outpatient claims, hospital compare quality scores, state drug utilization data, community health indicators, and thousands of additional HHS datasets. No authentication is required for public datasets; an app token raises the default request quota significantly.

Requests are made against the base URL https://healthdata.gov.

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI
Base URL
https://healthdata.gov

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

endpoints.html Raw ↑