G

Govparse · Cost Reports Search

by Govparse

GETBaseSolana

$1.25

per call · USD Coin on Base

What does a hospital's Medicare cost report show for staffing? Search the flattened HCRIS S-3 (CMS 'Hospital Provider Cost Report') by state, CCN, name, fiscal year, control_type, or min_beds. Returns FTE employees, beds, discharges, salaries, contract labor, plus computed FTE-per-bed and FTE-per-1k-discharges staffing ratios. CMS public-domain records.

Endpoint

GET https://api.govparse.io/v1/hcris/cost-reports/search

1

Calls / 30d

1

Unique payers / 30d

Aug 21

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.govparse.io/v1/hcris/cost-reports/search", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.govparse.io/v1/hcris/cost-reports/search?ccn=450078&name=Memorial&state=TX" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "rows": [
    {
      "ccn": "450078",
      "fiscal_year": 2023,
      "fte_employees": 1840.5,
      "fte_per_1k_discharges": 101,
      "fte_per_bed": 4.489,
      "hospital_name": "EXAMPLE REGIONAL MEDICAL CENTER",
      "number_of_beds": 410,
      "state": "TX",
      "total_discharges": 18220
    }
  ],
  "total_matched": 1
}

Payment details

Pay to0x3873d15cf3209c32aaa8d9aa542164e658567129
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of Search & Web and the homepage with a featured placement.

Get featured →

More from Govparse & similar services