# CMS.gov API **Provider:** CMS.gov **Category:** developer **Base URL:** `https://data.cms.gov` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 10,000 req/day **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://data.cms.gov/provider-data/ ## Description Access to the data from the CMS - medicare.gov ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://data.cms.gov/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://data.cms.gov' ``` ## Sample Response ```json {} ``` ## Pricing Details Free and open. US Centers for Medicare & Medicaid Services open data API. --- *Source: [API Map](https://apimap.dev/apis/cms-gov/) — CC BY 4.0*