/cms_medicare/datasets/rows
Query provider rows from a CMS Medicare dataset
Price: 5 credits per 500 results
💡 AI Hint: Query the actual provider rows of any CMS Medicare provider dataset by its slug or distribution id. Each row holds the provider’s identity (facility id, name, address, city, state, ZIP, county, phone) plus the dataset-specific quality metrics and ratings. Filter rows by any column with comparison operators, sort by any column, and restrict the returned columns. Column names are snake_case and differ per dataset — discover them with the columns endpoint.
⚠️ Common errors: 412: Dataset not found
Authorizations
API token from the dashboard
Headers
Body
Dataset slug or distribution id
1"dgck-syfz"
Number of provider rows to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Column filters applied to the rows (combined with AND)
Sorting applied to the rows
Restrict the returned columns to this subset
["facility_id", "facility_name"]Response
Successful Response